Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

stringsholder.h

Go to the documentation of this file.
00001 #ifndef STRINGSHOLDER_H
00002 #define STRINGSHOLDER_H
00003 
00004 #include <vector>
00005 
00006 using namespace std;
00007 
00011 struct StringsHolder
00012 {
00018       char *add(const char *text);
00019       
00024       void delete_strings();
00025 
00026    private:
00027       
00031       vector<char*> strings;
00032 };
00033 
00034 #endif

Generated on Wed Feb 16 20:53:35 2005 for Fixpoint Engine by  doxygen 1.3.9.1