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

/home/mrm/Simex/src/se_object_vector.h

Go to the documentation of this file.
00001 #ifndef Se_Object_Vector_Included
00002 #define Se_Object_Vector_Included
00003 
00004 #include "se_object.h"
00005 #include "se_vector.h"
00006 
00007 namespace Se{
00008 
00009 /*declarations*/
00010 
00011 class Object_Vector:public Vector<Object *>{
00012  public:
00013   /*constructors*/
00014   Object_Vector();
00015 
00016   /*destructor*/
00017 
00018   /*reset*/
00019 
00020   /*equals*/
00021 
00022   /*set*/
00023 
00024   /*get*/
00025 
00026   /*display*/
00027 
00028   /*operators*/;
00029 
00030   /*friends*/
00031 
00032   /*miscellaneous*/
00033   Object *find(int the_id);
00034 
00035 
00036 };
00037 
00038 /*string operator*/
00039 
00040 /*other operators*/
00041 
00042 }
00043 #endif

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