Compounds | |
class | File_ |
class | FileB |
class | FileT |
class | Ztring |
String manipulation (based on std::string). More... | |
class | ZtringList |
class | ZtringListList |
class | ZtringListListF |
Typedefs | |
typedef _TCHAR | Char |
typedef signed int | ints |
typedef unsigned int | intu |
typedef float | float32 |
typedef double | float64 |
Enumerations | |
enum | ztring_t { Ztring_Nothing, Ztring_Rounded = 1, Ztring_CaseSensitive = 2, Ztring_AddLastItem = 4, Ztring_Recursive = 8 } |
Options for Ztring methods. More... | |
Functions | |
int8s | LittleEndian2int8s (const char *List) |
int8u | LittleEndian2int8u (const char *List) |
int16s | LittleEndian2int16s (const char *List) |
int16u | LittleEndian2int16u (const char *List) |
int32s | LittleEndian2int32s (const char *List) |
int32u | LittleEndian2int32u (const char *List) |
int8s | BigEndian2int8s (const char *List) |
int8u | BigEndian2int8u (const char *List) |
int16s | BigEndian2int16s (const char *List) |
int16u | BigEndian2int16u (const char *List) |
int32s | BigEndian2int32s (const char *List) |
int32u | BigEndian2int32u (const char *List) |
int32s | float32_int32s (float32 F, bool Rounded=true) |
int64s | float32_int64s (float32 F, bool Rounded=true) |
int32s | float64_int32s (float64 F, bool Rounded=true) |
int64s | float64_int64s (float64 F, bool Rounded=true) |
|
|
|
|
|
|
|
|
|
|
|
Options for Ztring methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|