| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GiGaAssemblyStore Class Reference

(Static) storage for GiGaAssembly objects More...

#include <GiGaCnv/GiGaAssemblyStore.h>

List of all members.


Public Types

typedef std::vector< GiGaAssembly * > Assemblies

Public Member Functions

 ~GiGaAssemblyStore ()
 destructor
GiGaAssemblyassembly (const std::string &Name)
 get the assembly by name
StatusCode clear ()
 clear the store

Static Public Member Functions

static GiGaAssemblyStorestore ()
 get the instance of the store return pointer to the store

Protected Member Functions

 GiGaAssemblyStore ()
 Standard constructor.
StatusCode addAssembly (GiGaAssembly *assembly)
 add assembly to the store
StatusCode removeAssembly (GiGaAssembly *assembly)
 remove assembly from the store

Private Member Functions

 GiGaAssemblyStore (const GiGaAssemblyStore &)
GiGaAssemblyStoreoperator= (const GiGaAssemblyStore &)

Private Attributes

Assemblies m_assemblies

Friends

class GiGaAssembly
 friend

Detailed Description

(Static) storage for GiGaAssembly objects

Author:
Vanya Belyaev Ivan.Belyaev@itep.ru
Date:
19/01/2002

Definition at line 31 of file GiGaAssemblyStore.h.


Member Typedef Documentation

typedef std::vector<GiGaAssembly*> GiGaAssemblyStore::Assemblies

Definition at line 39 of file GiGaAssemblyStore.h.


Constructor & Destructor Documentation

GiGaAssemblyStore::GiGaAssemblyStore (  )  [protected]

Standard constructor.

GiGaAssemblyStore::~GiGaAssemblyStore (  ) 

destructor

GiGaAssemblyStore::GiGaAssemblyStore ( const GiGaAssemblyStore  )  [private]


Member Function Documentation

static GiGaAssemblyStore* GiGaAssemblyStore::store (  )  [static]

get the instance of the store return pointer to the store

GiGaAssembly* GiGaAssemblyStore::assembly ( const std::string &  Name  ) 

get the assembly by name

Parameters:
name name of the assembly

StatusCode GiGaAssemblyStore::clear (  ) 

clear the store

Returns:
status code

StatusCode GiGaAssemblyStore::addAssembly ( GiGaAssembly assembly  )  [protected]

add assembly to the store

Parameters:
assembly to be added
Returns:
status code

StatusCode GiGaAssemblyStore::removeAssembly ( GiGaAssembly assembly  )  [protected]

remove assembly from the store

Parameters:
assembly to be removed
Returns:
status code

GiGaAssemblyStore& GiGaAssemblyStore::operator= ( const GiGaAssemblyStore  )  [private]


Friends And Related Function Documentation

friend class GiGaAssembly [friend]

friend

Definition at line 37 of file GiGaAssemblyStore.h.


Member Data Documentation

Assemblies GiGaAssemblyStore::m_assemblies [private]

Definition at line 94 of file GiGaAssemblyStore.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:03:52 2011 for GiGaCnv by doxygen 1.4.7