CLAM-Development  1.4.0
Public Member Functions
CLAM::ConnectionDefinitionAdapter Class Reference

#include <ConnectionDefinitionAdapter.hxx>

List of all members.

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 ComponentShallowCopy () const
virtual ComponentDeepCopy () const

Detailed Description

Definition at line 34 of file ConnectionDefinitionAdapter.hxx.


Constructor & Destructor Documentation

CLAM::ConnectionDefinitionAdapter::ConnectionDefinitionAdapter ( const std::string &  out = "",
const std::string &  in = "" 
)

Definition at line 30 of file ConnectionDefinitionAdapter.cxx.

CLAM::ConnectionDefinitionAdapter::~ConnectionDefinitionAdapter ( )
virtual

Definition at line 35 of file ConnectionDefinitionAdapter.cxx.


Member Function Documentation

const char* CLAM::ConnectionDefinitionAdapter::GetClassName ( ) const
inlinevirtual

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.

Referenced by CLAM::Network::LoadFrom().

const std::string& CLAM::ConnectionDefinitionAdapter::GetOutName ( )
inline

Definition at line 43 of file ConnectionDefinitionAdapter.hxx.

Referenced by CLAM::Network::LoadFrom().

void CLAM::ConnectionDefinitionAdapter::LoadFrom ( Storage store)
virtual

Loads component's subitems from the given Storage.

Parameters:
storeThe given storage where the subitem will be loaded from
See also:
Storage

Implements CLAM::Component.

Definition at line 50 of file ConnectionDefinitionAdapter.cxx.

References CLAM::Storage::Load().

void CLAM::ConnectionDefinitionAdapter::StoreOn ( Storage storage) const
virtual

Stores component's subitems on the given Storage.

Parameters:
storageThe given storage where the subitem will be stored
See also:
Storage

Implements CLAM::Component.

Definition at line 39 of file ConnectionDefinitionAdapter.cxx.

References CLAM::Storage::Store().


The documentation for this class was generated from the following files: