|
Compounds |
class | Ztring |
| String manipulation (based on std::(w)string). More...
|
class | ZtringList |
| Vector of strings manipulation (based on std::vector<std::(w)string>). More...
|
class | ZtringListList |
| Vector of vectors of strings manipulation (based on std::vector<std::vector<std::(w)string>>). More...
|
class | ZtringListListF |
| ZtringListList with file management. More...
|
Typedefs |
typedef char | Char |
typedef signed int | ints |
typedef unsigned int | intu |
typedef std::basic_string<
Char, std::char_traits< Char >,
std::allocator< Char > > | tstring |
Enumerations |
enum | ztring_t {
Ztring_Nothing,
Ztring_Rounded = 1,
Ztring_CaseSensitive = 2,
Ztring_AddLastItem = 4,
Ztring_Recursive = 8,
Ztring_NoZero = 16
} |
| 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) |
float32 | int64u_float32 (int64u v) |
float64 | int64u_float64 (int64u v) |
Variables |
const unsigned int | Error = ((unsigned int)(-1)) |