MdstEclCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_ecl > * getMdstEclCol (void)

Static Private Attributes

static vector< Mdst_ecl > * s_col = 0


Detailed Description

Definition at line 470 of file MdstTables.h.


Member Function Documentation

vector< Mdst_ecl > * MdstEclCol::getMdstEclCol ( void   )  [static]

Definition at line 233 of file MdstTables.cxx.

References s_col.

00233                               {
00234     if (! s_col) s_col = new vector<Mdst_ecl> ;
00235     return s_col;
00236 }


Member Data Documentation

vector< Mdst_ecl > * MdstEclCol::s_col = 0 [static, private]

Definition at line 474 of file MdstTables.h.

Referenced by getMdstEclCol().


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