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

/home/mrm/Simex/src/se_sim_data_vector.h

Go to the documentation of this file.
00001 #ifndef Se_Sim_Data_Vector_Included
00002 #define Se_Sim_Data_Vector_Included
00003 
00004 #include "se_data_vector.h"
00005 #include "se_sim_data.h"
00006 
00007 namespace Se{
00008 
00009 //Declarations
00010 
00011 class Sim_Data_Vector:public Data_Vector{
00012  public:
00013   //Constructors
00014   Sim_Data_Vector();
00015 
00016   Sim_Data *find(String name);
00017 
00018 };
00019 
00020 //String operator
00021 
00022 //Other operators
00023 
00024 }
00025 #endif

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