Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Search  

/home/mrm/Simex/src/se_string_vector.h

Go to the documentation of this file.
00001 #ifndef Se_String_Vector_Included
00002 #define Se_String_Vector_Included
00003 
00004 #include "se_vector.h"
00005 
00006 namespace Se{
00007 
00008 class String;
00009 
00010 class String_Vector:public Vector<String>{
00011  public:
00012   /*constructors*/
00013 
00014   /*destructor*/
00015 
00016   /*reset*/
00017 
00018   /*equals*/
00019 
00020   /*set*/
00021 
00022   /*get*/
00023 
00024   /*display*/
00025 
00026   /*operators*/;
00027 
00028   /*friends*/
00029 
00030   /*miscellaneous*/
00031 
00032 };
00033 
00034 }
00035 
00036 #endif

Generated on Sat Jul 19 04:01:30 2003 for SIMEX by doxygen1.2.18