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

MdcCalConst2Col Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

vector< MdcCal_const2 > * getMdcCalConst2Col (void)
vector< MdcCal_const2 > * getMdcCalConst2Col (void)

Static Private Attributes

vector< MdcCal_const2 > * s_col
vector< MdcCal_const2 > * s_col = 0


Member Function Documentation

vector<MdcCal_const2>* MdcCalConst2Col::getMdcCalConst2Col void   )  [static]
 

vector< MdcCal_const2 > * MdcCalConst2Col::getMdcCalConst2Col void   )  [static]
 

00101                                         {
00102     if (! s_col) s_col = new vector<MdcCal_const2> ;
00103     return s_col;
00104 }


Member Data Documentation

vector<MdcCal_const2>* MdcCalConst2Col::s_col [static, private]
 

vector< MdcCal_const2 > * MdcCalConst2Col::s_col = 0 [static, private]
 


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