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.

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 25 of file ConnectionDefinitionAdapter.cxx.

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

Definition at line 30 of file ConnectionDefinitionAdapter.cxx.


Member Function Documentation

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.

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

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.

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

Implements CLAM::Component.

Definition at line 34 of file ConnectionDefinitionAdapter.cxx.


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3