Used in reading schema stored in database files.
|
Public Member Functions |
| | ctResInfo (ULONG, ULONG) |
| | Read header of a ct resource identified by resType & resID.
|
| | ctResInfo (const char *) |
| | Read header of a ct resource identified by resName.
|
| | ctResInfo () |
| void | readInfo (COUNT datNo) |
| void | readInfo (COUNT datNo, char *name) |
| | Read the resource header of the the named resource from file number datNo.
|
| void | readInfo (COUNT datNo, ULONG type, COUNT resMode=0) |
| | Read the resource header of the resource identified by the type.
|
| void | readInfo (COUNT datNo, COUNT resMode) |
| void | type (ULONG) |
| void | number (ULONG) |
| void | len (ULONG) |
| void | name (const char *) |
| | Set the name field of the resource header.
|
| const char * | name () const |
| | Set the name field of the resource header.
|
| ULONG | type () const |
| ULONG | number () const |
| ULONG | len () const |
| const void * | typePtr () const |
| | get the name field of the resource header.
|
| const void * | numberPtr () const |
| | get the resID field of the resource header.
|
| const void * | lenPtr () const |
| | get the resLength field of the resource header.
|
| const void * | namePtr () const |
| | get the resName field of the resource header.
|
| const void * | infoPtr () const |