#include <IsGetCommand.h>
Inheritance diagram for SctArchiving::IsGetCommand:
Public Member Functions | |
IsGetCommand (boost::shared_ptr< Sct::IS::IONameIS > name) | |
Gets IOName from archive. | |
virtual void | execute () |
gets the object from the archive | |
~IsGetCommand () | |
destructor | |
virtual boost::shared_ptr< ArchivingCommand > | create () const |
virtual constructor | |
Private Member Functions | |
IsGetCommand () | |
shared_ptr< Sct::Serializable > | retrieveISOB (const std::string &name) const |
read a IS control object |
Definition at line 9 of file IsGetCommand.h.
|
Gets IOName from archive.
Definition at line 18 of file IsGetCommand.cpp. |
|
destructor
Definition at line 24 of file IsGetCommand.cpp. |
|
virtual constructor
Implements SctArchiving::ArchivingCommand. Definition at line 39 of file IsGetCommand.cpp. References IsGetCommand(). Here is the call graph for this function: ![]() |
|
gets the object from the archive
Implements SctArchiving::ArchivingCommand. Definition at line 26 of file IsGetCommand.cpp. References SctArchiving::GetCommand::m_name, SctArchiving::GetCommand::m_ob, and retrieveISOB(). Here is the call graph for this function: ![]() |
|
read a IS control object
Definition at line 45 of file IsGetCommand.cpp. Referenced by execute(). |