ROSE 0.11.145.147
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Sawyer::CommandLine::TypedSaver< T > Class Template Reference

Description

template<typename T>
class Sawyer::CommandLine::TypedSaver< T >

Definition at line 403 of file Sawyer/CommandLine.h.

Inheritance diagram for Sawyer::CommandLine::TypedSaver< T >:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::CommandLine::TypedSaver< T >:
Collaboration graph
[legend]

Public Types

typedef SharedPointer< TypedSaverPtr
 
- Public Types inherited from Sawyer::CommandLine::ValueSaver
typedef SharedPointer< ValueSaverPtr
 

Public Member Functions

virtual void save (const boost::any &value, const std::string &)
 
- Public Member Functions inherited from Sawyer::SharedObject
 SharedObject ()
 Default constructor.
 
 SharedObject (const SharedObject &)
 Copy constructor.
 
virtual ~SharedObject ()
 Virtual destructor.
 
SharedObjectoperator= (const SharedObject &)
 Assignment.
 

Static Public Member Functions

static Ptr instance (T &storage)
 

Protected Member Functions

 TypedSaver (T &storage)
 

Member Typedef Documentation

◆ Ptr

template<typename T >
typedef SharedPointer<TypedSaver> Sawyer::CommandLine::TypedSaver< T >::Ptr

Definition at line 408 of file Sawyer/CommandLine.h.

Constructor & Destructor Documentation

◆ TypedSaver()

template<typename T >
Sawyer::CommandLine::TypedSaver< T >::TypedSaver ( T &  storage)
inlineprotected

Definition at line 406 of file Sawyer/CommandLine.h.

Member Function Documentation

◆ instance()

template<typename T >
static Ptr Sawyer::CommandLine::TypedSaver< T >::instance ( T &  storage)
inlinestatic

Definition at line 409 of file Sawyer/CommandLine.h.

◆ save()

template<typename T >
virtual void Sawyer::CommandLine::TypedSaver< T >::save ( const boost::any &  value,
const std::string &   
)
inlinevirtual

Implements Sawyer::CommandLine::ValueSaver.

Definition at line 410 of file Sawyer/CommandLine.h.


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