#include "data/string.hpp"
#include "data/pointer.hpp"
#include "data/shared.hpp"
#include "data/array.hpp"
#include "data/list.hpp"
#include "data/stream.hpp"
#include <cstdlib>
#include <cstdarg>
#include <cwchar>
Go to the source code of this file.
Namespaces | |
namespace | gsgl |
Classes | |
class | string_impl |
Defines | |
#define | ASSIGN_DEBUG_PTR() |
#define ASSIGN_DEBUG_PTR | ( | ) |
Definition at line 194 of file string.cpp.
Referenced by string::append(), string::clear(), string::from_stream(), string::make_lower(), string::make_null(), string::make_upper(), string::operator=(), string::string(), string::trim(), string::unshare(), and string::~string().