xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
XrdCl::Arg< std::string > Class Template Reference

#include <XrdClArg.hh>

Inheritance diagram for XrdCl::Arg< std::string >:
Inheritance graph
[legend]
Collaboration diagram for XrdCl::Arg< std::string >:
Collaboration graph
[legend]

Public Member Functions

 Arg ()
 Default Constructor. More...
 
 Arg (std::string str)
 
 Arg (const char *cstr)
 
 Arg (std::future< std::string > &&ftr)
 Constructor. More...
 
 Arg (const Fwd< std::string > &fwd)
 Constructor. More...
 
 Arg (Arg &&arg)
 Get Constructor. More...
 
Argoperator= (Arg &&arg)
 Get-Assignment. More...
 
- Public Member Functions inherited from XrdCl::ArgBase< std::string >
 ArgBase ()
 Default Constructor. More...
 
 ArgBase (std::stringvalue)
 
 ArgBase (std::future< std::string > &&ftr)
 
 ArgBase (const Fwd< std::string > &fwd)
 
 ArgBase (ArgBase &&arg)
 Get Constructor. More...
 
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...
 

Detailed Description

template<>
class XrdCl::Arg< std::string >

Operation argument. Specialized for 'std::string', might be constructed in addition from c-like string (const char*)

Constructor & Destructor Documentation

XrdCl::Arg< std::string >::Arg ( )
inline

Default Constructor.

XrdCl::Arg< std::string >::Arg ( std::string  str)
inline

Constructor.

Parameters
value: value of the argument
XrdCl::Arg< std::string >::Arg ( const char *  cstr)
inline

Constructor.

Parameters
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.

Member Function Documentation

Arg& XrdCl::Arg< std::string >::operator= ( Arg< std::string > &&  arg)
inline

Get-Assignment.

References XrdCl::ArgBase< T >::holder.


The documentation for this class was generated from the following file: