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