Typedefs
|
|
|
|
|
Unique for each class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bitflag atomic |
|
|
|
|
|
Needed for tokenizing |
|
|
|
|
|
Used in error handler |
|
|
|
|
|
Used for file offsets |
|
|
|
|
|
Used for file records |
|
|
|
|
|
Used for file offsets |
|
|
|
|
|
For arrays of |
Pointers to Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enumerations
Enumerations take the following form:
enum RWSeverity {RWWARNING, RWDEFAULT, RWFATAL}
The following enumerations modify the behavior of member functions or constructors for the classes involved. The value in italic is the default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|