QtRocket
 
Loading...
Searching...
No Matches
Catch::Clara::Detail::BoundValueRef< T > Struct Template Reference

#include <catch_amalgamated.hpp>

Inheritance diagram for Catch::Clara::Detail::BoundValueRef< T >:
Collaboration diagram for Catch::Clara::Detail::BoundValueRef< T >:

Public Member Functions

 BoundValueRef (T &ref)
 
ParserResult setValue (std::string const &arg) override
 
- Public Member Functions inherited from Catch::Clara::Detail::BoundRef
virtual ~BoundRef ()=default
 
virtual bool isContainer () const
 
virtual bool isFlag () const
 

Public Attributes

T & m_ref
 

Additional Inherited Members

- Protected Member Functions inherited from Catch::Detail::NonCopyable
 NonCopyable () noexcept=default
 

Constructor & Destructor Documentation

◆ BoundValueRef()

template<typename T>
Catch::Clara::Detail::BoundValueRef< T >::BoundValueRef ( T & ref)
inlineexplicit

Member Function Documentation

◆ setValue()

template<typename T>
ParserResult Catch::Clara::Detail::BoundValueRef< T >::setValue ( std::string const & arg)
inlineoverridevirtual

Implements Catch::Clara::Detail::BoundValueRefBase.

Here is the call graph for this function:

Member Data Documentation

◆ m_ref

template<typename T>
T& Catch::Clara::Detail::BoundValueRef< T >::m_ref

The documentation for this struct was generated from the following file: