#include "ZenLib/Conf.h"
#include "ZenLib/Utils.h"
#include "ZenLib/int128u.h"
#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | ZenLib |
Classes | |
class | ZenLib::Ztring |
String manipulation (based on std::(w)string). More... | |
Typedefs | |
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... |
|
|
|
Options for Ztring methods.
|