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

MdcCalConst3Col Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

vector< MdcCal_const3 > * getMdcCalConst3Col (void)
vector< MdcCal_const3 > * getMdcCalConst3Col (void)

Static Private Attributes

vector< MdcCal_const3 > * s_col
vector< MdcCal_const3 > * s_col = 0


Member Function Documentation

vector<MdcCal_const3>* MdcCalConst3Col::getMdcCalConst3Col void   )  [static]
 

vector< MdcCal_const3 > * MdcCalConst3Col::getMdcCalConst3Col void   )  [static]
 

00114                                         {
00115     if (! s_col) s_col = new vector<MdcCal_const3> ;
00116     return s_col;
00117 }


Member Data Documentation

vector<MdcCal_const3>* MdcCalConst3Col::s_col [static, private]
 

vector< MdcCal_const3 > * MdcCalConst3Col::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