CLAM::ConnectionDefinitionAdapter Class Reference

#include <ConnectionDefinitionAdapter.hxx>

Inheritance diagram for CLAM::ConnectionDefinitionAdapter:

CLAM::Component

List of all members.


Detailed Description

Definition at line 34 of file 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.

Constructor & Destructor Documentation

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

Definition at line 29 of file ConnectionDefinitionAdapter.cxx.

CLAM::ConnectionDefinitionAdapter::~ConnectionDefinitionAdapter (  )  [virtual]

Definition at line 34 of file ConnectionDefinitionAdapter.cxx.


Member Function Documentation

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

Definition at line 43 of file ConnectionDefinitionAdapter.hxx.

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

const std::string& CLAM::ConnectionDefinitionAdapter::GetInName (  )  [inline]

Definition at line 44 of file ConnectionDefinitionAdapter.hxx.

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

const char* CLAM::ConnectionDefinitionAdapter::GetClassName (  )  const [inline, virtual]

Return the class name.

Implements CLAM::Component.

Definition at line 48 of file ConnectionDefinitionAdapter.hxx.

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

Stores component's subitems on the given Storage.

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

Implements CLAM::Component.

Definition at line 38 of file ConnectionDefinitionAdapter.cxx.

References CLAM::Storage::Store().

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

Loads component's subitems from the given Storage.

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

Implements CLAM::Component.

Definition at line 49 of file ConnectionDefinitionAdapter.cxx.

References CLAM::Storage::Load().


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

Generated on Tue Aug 12 22:33:47 2008 for CLAM by  doxygen 1.5.5