#include <ConnectionDefinitionAdapter.hxx>
Public Member Functions | |
ConnectionDefinitionAdapter (const std::string &out="", const std::string &in="") | |
virtual | ~ConnectionDefinitionAdapter () |
const std::string & | GetOutName () |
const std::string & | GetInName () |
const char * | GetClassName () const |
Return the class name. | |
virtual void | StoreOn (Storage &store) const |
Stores component's subitems on the given Storage. | |
virtual void | LoadFrom (Storage &store) |
Loads component's subitems from the given Storage. |
Definition at line 34 of file ConnectionDefinitionAdapter.hxx.
CLAM::ConnectionDefinitionAdapter::ConnectionDefinitionAdapter | ( | const std::string & | out = "" , |
|
const std::string & | in = "" | |||
) |
Definition at line 25 of file ConnectionDefinitionAdapter.cxx.
CLAM::ConnectionDefinitionAdapter::~ConnectionDefinitionAdapter | ( | ) | [virtual] |
Definition at line 30 of file ConnectionDefinitionAdapter.cxx.
const char* CLAM::ConnectionDefinitionAdapter::GetClassName | ( | ) | const [inline, virtual] |
Return the class name.
Implements CLAM::Component.
Definition at line 48 of file ConnectionDefinitionAdapter.hxx.
const std::string& CLAM::ConnectionDefinitionAdapter::GetInName | ( | ) | [inline] |
Definition at line 44 of file ConnectionDefinitionAdapter.hxx.
const std::string& CLAM::ConnectionDefinitionAdapter::GetOutName | ( | ) | [inline] |
Definition at line 43 of file ConnectionDefinitionAdapter.hxx.
void CLAM::ConnectionDefinitionAdapter::LoadFrom | ( | Storage & | store | ) | [virtual] |
Loads component's subitems from the given Storage.
store | The given storage where the subitem will be loaded from |
Implements CLAM::Component.
Definition at line 45 of file ConnectionDefinitionAdapter.cxx.
void CLAM::ConnectionDefinitionAdapter::StoreOn | ( | Storage & | storage | ) | const [virtual] |
Stores component's subitems on the given Storage.
storage | The given storage where the subitem will be stored |
Implements CLAM::Component.
Definition at line 34 of file ConnectionDefinitionAdapter.cxx.