Go to the source code of this file.
Typedefs | |
typedef unsigned short | ushort |
typedef unsigned char | uchar |
typedef unsigned int | uint |
typedef unsigned long | ulong |
typedef int | ccIndex |
typedef Boolean (* | ccTestFunc )(void *item, void *arg) |
typedef void (* | ccAppFunc )(void *item, void *arg) |
Enumerations | |
enum | Boolean { False, True } |
enum | StreamableInit { streamableInit } |
Variables | |
const char | EOS = |
const int | ccNotFound = -1 |
const uchar | specialChars [] |
Definition in file ttypes.h.
|
Used in iterator functions to provide an action function and argument list to be applied to a range of items in a collection. |
|
Used to index and count the items in a collection. |
|
Used in iterator functions to provide a test function and argument list to be applied to a range of items in a collection. Definition at line 78 of file ttypes.h. Referenced by TDirCollection::firstThat(), TFileCollection::firstThat(), TDirCollection::lastThat(), and TFileCollection::lastThat().
|
|
Provides a synonym for unsigned char. Definition at line 40 of file ttypes.h. Referenced by TDrawBuffer::putAttribute(), and TDrawBuffer::putChar().
|
|
Provides a synonym for unsigned int. |
|
Provides a synonym for unsigned long. |
|
Provides a synonym for unsigned short. |
|
Assigns the integer values 0 to False and 1 to True. Note that the tests if (tesfunc()) {...} and if (testfunc() == True) {...} may not be equivalent. Definition at line 30 of file ttypes.h. Referenced by TRect::contains(), TRect::isEmpty(), TRect::operator!=(), and TRect::operator==().
|
|
Each streamable class has a special "builder" constructor that takes argument streamableInit. This is defined in this enumeration to provide a unique data type for the constructor argument. |
|
A synonym for the end-of-string null character. |
|
The ccIndex value returned by various collection-search functions if the search fails. |
|
Defines the indicator characters used to highlight the focused view in monochrome video mode. These characters are displayed if the showMarkers variable is True.
|