CMS 3D CMS Logo

StringList.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_STRING_LIST_H
00002 # define CLASSLIB_STRING_LIST_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/sysapi/system.h"
00007 # include <vector>
00008 # include <string>
00009 
00010 namespace lat {
00011 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00012 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00013 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00014 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00015 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00016 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00017 
00018 typedef std::vector<std::string>        StringList;
00019 
00020 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00021 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00022 
00023 } // namespace lat
00024 #endif // CLASSLIB_STRING_LIST_H

Generated on Tue Jun 9 17:38:55 2009 for CMSSW by  doxygen 1.5.4