MdstEclAuxCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

static vector< Mdst_ecl_aux > * getMdstEclAuxCol (void)

Static Private Attributes

static vector< Mdst_ecl_aux > * s_col = 0


Detailed Description

Definition at line 499 of file MdstTables.h.


Member Function Documentation

vector< Mdst_ecl_aux > * MdstEclAuxCol::getMdstEclAuxCol ( void   )  [static]

Definition at line 246 of file MdstTables.cxx.

References s_col.

00246                                     {
00247     if (! s_col) s_col = new vector<Mdst_ecl_aux> ;
00248     return s_col;
00249 }


Member Data Documentation

vector< Mdst_ecl_aux > * MdstEclAuxCol::s_col = 0 [static, private]

Definition at line 503 of file MdstTables.h.

Referenced by getMdstEclAuxCol().


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