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

Contents of /api/Classes/Element/ObjectElement3.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 __ObjectElement_H__
2 #define __ObjectElement_H__
3
4 #include "../String/String.h"
5
6 class ObjectElement
7 {
8
9 public:
10
11 ObjectElement(void *iPointer, int iTypeOfObject, char *iName);
12 ~ObjectElement();
13
14 String *name;
15 void *pointer;
16 ObjectElement *next;
17 ObjectElement *previos;
18 int typeOfObject;
19 void remove();
20
21 };
22
23 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26