/[cvs]/api/Classes/String/ConfigInput.h
ViewVC logotype

Contents of /api/Classes/String/ConfigInput.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 #ifndef __ConfigInput_H__
2 #define __ConfigInput_H__
3
4 #include "../LinkedList/ObjectLinkedList.h"
5 #include "../String/StringInput.h"
6 #include "../String/ExtPropertiesElement.h"
7
8 class ConfigInput
9 {
10
11 public:
12
13 ConfigInput::ConfigInput();
14 ConfigInput::~ConfigInput();
15
16 void readFile(char *fileName);
17 char *getData(int index, int iKey);
18 char *getData(String &type, String &iKey);
19 char *getData(char *iType, char *iKey);
20
21 private:
22
23 ObjectLinkedList<ExtPropertiesElement> *objectLinkedList;
24 StringInput *stringInput;
25 };
26
27 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26