|
XRootD
|
#include <XrdClArg.hh>
Inheritance diagram for XrdCl::Arg< std::string >:
Collaboration diagram for XrdCl::Arg< std::string >:Public Member Functions | |
| Arg () | |
| Default Constructor. | |
| Arg () | |
| Default Constructor. | |
| Arg (Arg &&arg) | |
| Get Constructor. | |
| Arg (Arg &&arg) | |
| Get Constructor. | |
| Arg (const char *cstr) | |
| Arg (const Fwd< std::string > &fwd) | |
| Arg (const Fwd< std::string > &fwd) | |
| Constructor. | |
| Arg (std::future< std::string > &&ftr) | |
| Arg (std::future< std::string > &&ftr) | |
| Constructor. | |
| Arg (std::string str) | |
| Arg (std::string value) | |
| Arg & | operator= (Arg &&arg) |
| Get-Assignment. | |
| Arg & | operator= (Arg &&arg) |
| Get-Assignment. | |
Public Member Functions inherited from XrdCl::ArgBase< std::string > | |
| ArgBase () | |
| Default Constructor. | |
| ArgBase (ArgBase &&arg) | |
| Get Constructor. | |
| ArgBase (const Fwd< std::string > &fwd) | |
| ArgBase (std::future< std::string > &&ftr) | |
| ArgBase (std::string value) | |
| virtual | ~ArgBase () |
| Destructor. | |
| 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. | |
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 |
Default Constructor.
Definition at line 302 of file XrdClArg.hh.
Referenced by Arg(), and operator=().
Here is the caller graph for this function:
|
inline |
Constructor.
| str | : value of the argument |
Definition at line 311 of file XrdClArg.hh.
References XrdCl::ArgBase< std::string >::ArgBase(), and XrdCl::ArgBase< std::string >::operator std::string().
Here is the call graph for this function:
|
inline |
Constructor.
| cstr | : value of the argument |
Definition at line 320 of file XrdClArg.hh.
References XrdCl::ArgBase< std::string >::ArgBase(), and XrdCl::ArgBase< std::string >::operator std::string().
Here is the call graph for this function:
|
inline |
Constructor.
Definition at line 327 of file XrdClArg.hh.
References XrdCl::ArgBase< std::string >::ArgBase(), and XrdCl::ArgBase< std::string >::operator std::string().
Here is the call graph for this function:
|
inline |
Constructor.
Definition at line 334 of file XrdClArg.hh.
References XrdCl::ArgBase< std::string >::ArgBase(), and XrdCl::ArgBase< std::string >::operator std::string().
Here is the call graph for this function:
|
inline |
Get Constructor.
Definition at line 342 of file XrdClArg.hh.
References Arg(), XrdCl::ArgBase< std::string >::ArgBase(), and XrdCl::ArgBase< std::string >::operator std::string().
Here is the call graph for this function:
|
inline |
|
inline |
Constructor.
| value | : value of the argument (will be std::moved) |
Definition at line 249 of file XrdClArg.hh.
|
inline |
Constructor.
| ftr | : future value of the argument (will be std::moved) |
Definition at line 258 of file XrdClArg.hh.
|
inline |
Constructor.
| fwd | : forwarded value of the argument (will be std::moved) |
Definition at line 267 of file XrdClArg.hh.
|
inline |
Get Constructor.
Definition at line 274 of file XrdClArg.hh.
|
inline |
Get-Assignment.
Definition at line 281 of file XrdClArg.hh.
|
inline |
Get-Assignment.
Definition at line 349 of file XrdClArg.hh.
References Arg(), and XrdCl::ArgBase< std::string >::holder.
Here is the call graph for this function: