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

MdcRecExcurveAddCol Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

vector< MdcRec_excurve_add > * getMdcRecExcurveAddCol (void)
vector< MdcRec_excurve_add > * getMdcRecExcurveAddCol (void)

Static Private Attributes

vector< MdcRec_excurve_add > * s_col
vector< MdcRec_excurve_add > * s_col = 0


Member Function Documentation

vector<MdcRec_excurve_add>* MdcRecExcurveAddCol::getMdcRecExcurveAddCol void   )  [static]
 

vector< MdcRec_excurve_add > * MdcRecExcurveAddCol::getMdcRecExcurveAddCol void   )  [static]
 

00263                                                 {
00264     if (! s_col) s_col = new vector<MdcRec_excurve_add> ;
00265     return s_col;
00266 }


Member Data Documentation

vector<MdcRec_excurve_add>* MdcRecExcurveAddCol::s_col [static, private]
 

vector< MdcRec_excurve_add > * MdcRecExcurveAddCol::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