
Go to the source code of this file.
Classes | |
| struct | prettyPrintData |
Defines | |
| #define | PRETTY_PRINT_DATA 52 |
| #define | PrettyPrintData(theEnv) ((struct prettyPrintData *) GetEnvironmentData(theEnv,PRETTY_PRINT_DATA)) |
| #define | LOCALE extern |
Functions | |
| LOCALE void | InitializePrettyPrintData (void *) |
| LOCALE void | FlushPPBuffer (void *) |
| LOCALE void | DestroyPPBuffer (void *) |
| LOCALE void | SavePPBuffer (void *, char *) |
| LOCALE void | PPBackup (void *) |
| LOCALE char * | CopyPPBuffer (void *) |
| LOCALE char * | GetPPBuffer (void *) |
| LOCALE void | PPCRAndIndent (void *) |
| LOCALE void | IncrementIndentDepth (void *, int) |
| LOCALE void | DecrementIndentDepth (void *, int) |
| LOCALE void | SetIndentDepth (void *, int) |
| LOCALE void | SetPPBufferStatus (void *, int) |
| LOCALE int | GetPPBufferStatus (void *) |
| LOCALE int | SetPPBufferEnabled (void *, int) |
| LOCALE int | GetPPBufferEnabled (void *) |
| #define PrettyPrintData | ( | theEnv | ) | ((struct prettyPrintData *) GetEnvironmentData(theEnv,PRETTY_PRINT_DATA)) |
1.5.6