Go to the source code of this file.
Defines | |
| #define | gTrue 1 |
| #define | gFalse 0 |
Typedefs | |
| typedef int | GBool |
| typedef unsigned char | Guchar |
| typedef unsigned short | Gushort |
| typedef unsigned int | Guint |
| typedef unsigned long | Gulong |
| #define gFalse 0 |
Definition at line 18 of file gtypes.h.
Referenced by FileStream::ignoreLength(), ASCII85Encoder::isBinary(), ASCIIHexEncoder::isBinary(), EOFStream::isBinary(), and Stream::isEncoder().
| #define gTrue 1 |
Definition at line 17 of file gtypes.h.
Referenced by RunLengthEncoder::isBinary(), RunLengthEncoder::isEncoder(), ASCII85Encoder::isEncoder(), ASCIIHexEncoder::isEncoder(), FixedLengthEncoder::isEncoder(), and IdentityFunction::isOk().
1.5.1