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
1.2.18