MdcRecExcurveAddCol Class Reference

#include <MdcTables.h>

List of all members.

Static Public Member Functions

static vector< MdcRec_excurve_add > * getMdcRecExcurveAddCol (void)

Static Private Attributes

static vector< MdcRec_excurve_add > * s_col = 0


Detailed Description

Definition at line 562 of file MdcTables.h.


Member Function Documentation

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

Definition at line 263 of file MdcTables.cxx.

References s_col.

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 = 0 [static, private]

Definition at line 566 of file MdcTables.h.

Referenced by getMdcRecExcurveAddCol().


Generated on Tue Nov 29 23:20:16 2016 for BOSS_7.0.2 by  doxygen 1.4.7