XrdCl::Arg< T > Class Template Reference
#include <XrdClArg.hh>
List of all members.
Public Member Functions |
| Arg () |
| Default Constructor.
|
| Arg (T value) |
| Arg (std::future< T > &&ftr) |
| Arg (const Fwd< T > &fwd) |
| Arg (Arg &&arg) |
| Get Constructor.
|
Arg & | operator= (Arg &&arg) |
| Get-Assignment.
|
Detailed Description
template<typename T>
class XrdCl::Arg< T >
Operation argument. The argument is optional, user may initialize it with 'notdef'
- T : real type of the argument
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
| value | : value of the argument (will be std::moved) |
Constructor.
- Parameters:
-
| ftr | : future value of the argument (will be std::moved) |
Constructor.
- Parameters:
-
| fwd | : forwarded value of the argument (will be std::moved) |
Member Function Documentation
The documentation for this class was generated from the following file: