#include <PutCommand.h>
Inheritance diagram for SctArchiving::PutCommand:
Public Member Functions | |
PutCommand (boost::shared_ptr< Sct::Serializable > ob) | |
constructor with name of object to put | |
void | setParams (boost::shared_ptr< Sct::IOParams > params) |
allows you to set the IOParams | |
boost::shared_ptr< Sct::IOParams > | getParams () |
get the IOParams | |
PutCommand () | |
constructor without name - need to use set before execute | |
~PutCommand () | |
destructor | |
void | set (boost::shared_ptr< Sct::Serializable > ob) |
use to set object before execute | |
Protected Attributes | |
boost::shared_ptr< Sct::Serializable > | m_ob |
boost::shared_ptr< Sct::IOParams > | m_params |
Definition at line 13 of file PutCommand.h.
|
constructor with name of object to put
Definition at line 36 of file PutCommand.h. |
|
constructor without name - need to use set before execute
Definition at line 22 of file PutCommand.h. |
|
destructor
Definition at line 24 of file PutCommand.h. |
|
get the IOParams
Definition at line 40 of file PutCommand.h. References m_params. |
|
use to set object before execute
Definition at line 32 of file PutCommand.h. References m_ob. |
|
allows you to set the IOParams
Definition at line 44 of file PutCommand.h. References m_params. |