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

jAPIappManager.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------
00002 
00003 #ifndef jAPIappManagerH
00004 #define jAPIappManagerH
00005 //---------------------------------------------------------------------------
00006 
00007 #include <vcl.h>
00008 
00009 class StringMap;
00010 
00011 class jAppDirectoryManager
00012 {
00013         StringMap *              directories;
00014 
00015         public:
00016 
00017         jAppDirectoryManager();
00018         ~jAppDirectoryManager();
00019 
00020         bool __fastcall add(AnsiString _key, AnsiString _location);
00021         bool __fastcall remove(AnsiString _key);
00022         bool __fastcall modify(AnsiString _key, AnsiString _location);
00023         AnsiString __fastcall at(AnsiString _key);
00024 
00025         bool __fastcall clear();
00026 };
00027 
00028 
00029 #endif

Generated on Sat Nov 15 10:52:34 2003 for JAPI by doxygen 1.3.4