xrootd
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XrdCl::Arg< std::string > Class 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.
 
 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.
 
Argoperator= (Arg &&arg)
 Get-Assignment.
 
- Public Member Functions inherited from XrdCl::ArgBase< std::string >
 ArgBase ()
 Default Constructor.
 
 ArgBase (std::string value)
 
 ArgBase (std::future< std::string > &&ftr)
 
 ArgBase (const Fwd< std::string > &fwd)
 
 ArgBase (ArgBase &&arg)
 Get Constructor.
 
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.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Arg() [1/6]

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

Default Constructor.

◆ Arg() [2/6]

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

Constructor.

Parameters
str: value of the argument

◆ Arg() [3/6]

XrdCl::Arg< std::string >::Arg ( const char *  cstr)
inline

Constructor.

Parameters
cstr: value of the argument

◆ Arg() [4/6]

XrdCl::Arg< std::string >::Arg ( std::future< std::string > &&  ftr)
inline

Constructor.

◆ Arg() [5/6]

XrdCl::Arg< std::string >::Arg ( const Fwd< std::string > &  fwd)
inline

Constructor.

◆ Arg() [6/6]

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

Get Constructor.

Member Function Documentation

◆ operator=()

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: