Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MdcRecExcurrentfitCol Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

vector< MdcRec_excurrentfit > * getMdcRecExcurrentfitCol (void)
vector< MdcRec_excurrentfit > * getMdcRecExcurrentfitCol (void)

Static Private Attributes

vector< MdcRec_excurrentfit > * s_col
vector< MdcRec_excurrentfit > * s_col = 0


Member Function Documentation

vector<MdcRec_excurrentfit>* MdcRecExcurrentfitCol::getMdcRecExcurrentfitCol void   )  [static]
 

vector< MdcRec_excurrentfit > * MdcRecExcurrentfitCol::getMdcRecExcurrentfitCol void   )  [static]
 

00289                                                     {
00290     if (! s_col) s_col = new vector<MdcRec_excurrentfit> ;
00291     return s_col;
00292 }


Member Data Documentation

vector<MdcRec_excurrentfit>* MdcRecExcurrentfitCol::s_col [static, private]
 

vector< MdcRec_excurrentfit > * MdcRecExcurrentfitCol::s_col = 0 [static, private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:27:47 2011 for BOSS6.5.5 by  doxygen 1.3.9.1