#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 | |
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 11 of file IsGetCommand.cpp. |
|
destructor
Definition at line 17 of file IsGetCommand.cpp. |
|
virtual constructor
Implements SctArchiving::ArchivingCommand. Definition at line 32 of file IsGetCommand.cpp. |
|
gets the object from the archive
Implements SctArchiving::ArchivingCommand. Definition at line 19 of file IsGetCommand.cpp. References retrieveISOB(). |
Here is the call graph for this function:
|
read a IS control object
Definition at line 38 of file IsGetCommand.cpp. Referenced by execute(). |