|
XRootD
|
#include <XrdClArg.hh>
Inheritance diagram for XrdCl::Arg< std::string >:
Collaboration diagram for XrdCl::Arg< std::string >:Public Member Functions | |
| Arg () | |
| Default Constructor. More... | |
| Arg (Arg &&arg) | |
| Get Constructor. More... | |
| Arg (const char *cstr) | |
| Arg (const Fwd< std::string > &fwd) | |
| Constructor. More... | |
| Arg (std::future< std::string > &&ftr) | |
| Constructor. More... | |
| Arg (std::string str) | |
| Arg & | operator= (Arg &&arg) |
| Get-Assignment. More... | |
Public Member Functions inherited from XrdCl::ArgBase< std::string > | |
| ArgBase () | |
| Default Constructor. More... | |
| ArgBase (ArgBase &&arg) | |
| Get Constructor. More... | |
| ArgBase (const Fwd< std::string > &fwd) | |
| ArgBase (std::future< std::string > &&ftr) | |
| ArgBase (std::string value) | |
| 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*)
Definition at line 295 of file XrdClArg.hh.
|
inline |
|
inline |
|
inline |
|
inline |
Constructor.
Definition at line 327 of file XrdClArg.hh.
|
inline |
Constructor.
Definition at line 334 of file XrdClArg.hh.
|
inline |
Get Constructor.
Definition at line 342 of file XrdClArg.hh.
|
inline |
Get-Assignment.
Definition at line 349 of file XrdClArg.hh.
References XrdCl::ArgBase< T >::holder.