|
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... | |
Public Member Functions inherited from XrdCl::ArgBase< std::string > | |
| 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 | |
Protected Attributes inherited from XrdCl::ArgBase< std::string > | |
| 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.
| str | : value of the argument |
|
inline |
Constructor.
| cstr | : value of the argument |
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Get Constructor.
|
inline |
Get-Assignment.
References XrdCl::ArgBase< T >::holder.
1.8.5