|
CLAM-Development
1.4.0
|
#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. | |
Public Member Functions inherited from CLAM::Component | |
| virtual | ~Component () |
| virtual Component * | ShallowCopy () const |
| virtual Component * | DeepCopy () const |
Definition at line 34 of file ConnectionDefinitionAdapter.hxx.
| CLAM::ConnectionDefinitionAdapter::ConnectionDefinitionAdapter | ( | const std::string & | out = "", |
| const std::string & | in = "" |
||
| ) |
Definition at line 30 of file ConnectionDefinitionAdapter.cxx.
|
virtual |
Definition at line 35 of file ConnectionDefinitionAdapter.cxx.
|
inlinevirtual |
Return the class name.
Implements CLAM::Component.
Definition at line 48 of file ConnectionDefinitionAdapter.hxx.
|
inline |
Definition at line 44 of file ConnectionDefinitionAdapter.hxx.
Referenced by CLAM::Network::LoadFrom().
|
inline |
Definition at line 43 of file ConnectionDefinitionAdapter.hxx.
Referenced by CLAM::Network::LoadFrom().
|
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 50 of file ConnectionDefinitionAdapter.cxx.
References CLAM::Storage::Load().
|
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 39 of file ConnectionDefinitionAdapter.cxx.
References CLAM::Storage::Store().
1.8.1