xrootd
|
#include <XrdClArg.hh>
Public Member Functions | |
Arg () | |
Default Constructor. More... | |
Arg (std::string str) | |
Arg (const char *cstr) | |
Arg (std::future< std::string > &&ftr) | |
Constructor. More... | |
Arg (const Fwd< std::string > &fwd) | |
Constructor. More... | |
Arg (Arg &&arg) | |
Get Constructor. More... | |
Arg & | operator= (Arg &&arg) |
Get-Assignment. More... | |
![]() | |
ArgBase () | |
Default Constructor. More... | |
ArgBase (std::stringvalue) | |
ArgBase (std::future< std::string > &&ftr) | |
ArgBase (const Fwd< std::string > &fwd) | |
ArgBase (ArgBase &&arg) | |
Get Constructor. More... | |
virtual | ~ArgBase () |
Destructor. More... | |
std::string & | Get () const |
operator std::string () const | |
Additional Inherited Members | |
![]() | |
std::unique_ptr< ValueHolder > | holder |
Holds the value of the argument. More... | |
Operation argument. Specialized for 'std::string', might be constructed in addition from c-like string (const char*)
|
inline |
Default Constructor.
|
inline |
Constructor.
value | : value of the argument |
|
inline |
Constructor.
val | : value of the argument |
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Get Constructor.
|
inline |
Get-Assignment.
References XrdCl::ArgBase< T >::holder.