General information:Author: Version: Date: Wed Oct 20 9:02:56 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Property()
Description:
Constructor / Destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Property(char* property,char* value,char* type)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Property()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* GetName()
Description:
Memberfunctions
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* GetValue()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* GetType()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetName(char*)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetValue(char*)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetType(char*)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Property& |
Declaration:
Property& operator=(Property&)
Description:
scope: protected | type: basic | typename: char* |
Declaration:
char* _property
Description:
scope: protected | type: basic | typename: char* |
Declaration:
char* _value
Description:
scope: protected | type: basic | typename: char* |
Declaration:
char* _type
Description: