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

MdcTrkPathlCol Class Reference

#include <TrkTables.h>

List of all members.

Static Public Member Functions

vector< MdcTrk_pathl > * getMdcTrkPathlCol (void)
vector< MdcTrk_pathl > * getMdcTrkPathlCol (void)

Static Private Attributes

vector< MdcTrk_pathl > * s_col
vector< MdcTrk_pathl > * s_col = 0


Member Function Documentation

vector<MdcTrk_pathl>* MdcTrkPathlCol::getMdcTrkPathlCol void   )  [static]
 

vector< MdcTrk_pathl > * MdcTrkPathlCol::getMdcTrkPathlCol void   )  [static]
 

00116                                       {
00117     if (! s_col) s_col = new vector<MdcTrk_pathl> ;
00118     return s_col;
00119 }


Member Data Documentation

vector<MdcTrk_pathl>* MdcTrkPathlCol::s_col [static, private]
 

vector< MdcTrk_pathl > * MdcTrkPathlCol::s_col = 0 [static, private]
 


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