|
xrootd
|
#include <XrdClArg.hh>


Public Member Functions | |
| Arg () | |
| Default Constructor. More... | |
| Arg (T value) | |
| Arg (std::future< T > &&ftr) | |
| Arg (const Fwd< T > &fwd) | |
| Arg (Arg &&arg) | |
| Get Constructor. More... | |
| Arg & | operator= (Arg &&arg) |
| Get-Assignment. More... | |
Public Member Functions inherited from XrdCl::ArgBase< T > | |
| ArgBase () | |
| Default Constructor. More... | |
| virtual | ~ArgBase () |
| Destructor. More... | |
| ArgBase (T value) | |
| ArgBase (std::future< T > &&ftr) | |
| ArgBase (const Fwd< T > &fwd) | |
| ArgBase (ArgBase &&arg) | |
| Get Constructor. More... | |
| T & | Get () const |
| operator T () const | |
Additional Inherited Members | |
Protected Attributes inherited from XrdCl::ArgBase< T > | |
| std::unique_ptr< ValueHolder > | holder |
| Holds the value of the argument. More... | |
Operation argument. The argument is optional, user may initialize it with 'notdef'
|
inline |
Default Constructor.
|
inline |
Constructor.
| value | : value of the argument (will be std::moved) |
|
inline |
Constructor.
| ftr | : future value of the argument (will be std::moved) |
|
inline |
Constructor.
| fwd | : forwarded value of the argument (will be std::moved) |
|
inline |
Get Constructor.
|
inline |
Get-Assignment.
References XrdCl::ArgBase< T >::holder.
1.8.5