/[cvs]/api/Classes/Element/StringElement.h
ViewVC logotype

Annotation of /api/Classes/Element/StringElement.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch point for: lazy, MAIN
File MIME type: text/plain
Initial revision

1 bearsoft 1.1 #ifndef __StringElement_H__
2     #define __StringElement_H__
3    
4     class StringElement
5     {
6    
7     public:
8    
9     StringElement(char *iBuffer, int iLength);
10     ~StringElement();
11    
12     void createElement(char *iBuffer, int iLength);
13     char *buffer;
14     int length;
15     StringElement *next;
16     StringElement *previos;
17    
18     };
19    
20     #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26