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

Contents of /api/Classes/String/ExtProperties.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 (22 years, 10 months 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 __ExtProperties_H__
2 #define __ExtProperties_H__
3
4 #include "../LinkedList/ObjectLinkedList.h"
5 #include "../String/ExtPropertiesElement.h"
6
7 class ExtProperties
8 {
9
10 public:
11
12 ExtProperties::ExtProperties();
13 ExtProperties::~ExtProperties();
14
15 void readFile(char *fileName);
16 char *getData(int index, int iKey);
17
18 private:
19
20 bool newRow;
21 ObjectLinkedList<ExtPropertiesElement> *objectLinkedList;
22 StringInput *stringInput;
23 char *newRowOrNot();
24 };
25
26 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26