#include <GetCommand.h>
Inheritance diagram for SctArchiving::GetCommand:


Public Member Functions | |
| GetCommand (boost::shared_ptr< Sct::IOName > name) | |
| constructor with name of object to get | |
| ~GetCommand () | |
| destructor | |
| virtual shared_ptr< Sct::Serializable > | getObject () const |
| valid after execute() | |
| const Sct::IOName & | getIOName () const |
| get the IOName | |
| ArchivingCommand & | operator= (const ArchivingCommand ©me) |
| copy | |
| virtual void | setName (boost::shared_ptr< Sct::IOName > name) |
| setName | |
Protected Attributes | |
| boost::shared_ptr< Sct::IOName > | m_name |
| cache of name to execute | |
| boost::shared_ptr< Sct::Serializable > | m_ob |
| zero until after execute() | |
Definition at line 12 of file GetCommand.h.
|
|
constructor with name of object to get
Definition at line 32 of file GetCommand.h. |
|
|
destructor
Definition at line 17 of file GetCommand.h. |
|
|
get the IOName
Definition at line 40 of file GetCommand.h. References m_name. |
|
|
valid after execute()
Definition at line 36 of file GetCommand.h. References m_ob. |
|
|
copy
|
|
|
setName
Definition at line 45 of file GetCommand.h. References m_name. |
|
|
cache of name to execute
Definition at line 27 of file GetCommand.h. Referenced by getIOName(), and setName(). |
|
|
zero until after execute()
Definition at line 28 of file GetCommand.h. Referenced by getObject(). |
1.3.5