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

MdstEclCol Class Reference

#include <MdstTables.h>

List of all members.

Static Public Member Functions

vector< Mdst_ecl > * getMdstEclCol (void)
vector< Mdst_ecl > * getMdstEclCol (void)

Static Private Attributes

vector< Mdst_ecl > * s_col
vector< Mdst_ecl > * s_col = 0


Member Function Documentation

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

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

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

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


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