General information:Author: Version: Date: Wed Oct 20 9:03:06 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
GDS_Error(char* message, char* header=0, int degree = 9, int fatal = 0)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
GDS_Error(const GDS_Error& a)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~GDS_Error()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* GetErrorMessage()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* GetHeaderMessage()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int GetErrorDegree()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int GetFatal()
Description:
scope: protected | type: basic | typename: char* |
Declaration:
char* _message
Description:
scope: protected | type: basic | typename: char* |
Declaration:
char* _header
Description:
scope: protected | type: basic | typename: int |
Declaration:
int _degree
Description:
scope: protected | type: basic | typename: int |
Declaration:
int _fatal
Description: