TrinityCore
|
#include "G3D/Any.h"
#include "G3D/TextOutput.h"
#include "G3D/TextInput.h"
#include "G3D/BinaryOutput.h"
#include "G3D/BinaryInput.h"
#include "G3D/stringutils.h"
#include "G3D/fileutils.h"
#include "G3D/FileSystem.h"
#include <deque>
#include <iostream>
Namespaces | |
G3D | |
Functions | |
static bool | G3D::isContainerType (Any::Type &t) |
static char | G3D::toLower (char c) |
static void | G3D::getDeserializeSettings (TextInput::Settings &settings) |
static bool | G3D::needsQuotes (const std::string &s) |
static bool | G3D::isOpen (const char c) |
static bool | G3D::isClose (const char c) |
static bool | G3D::isSeparator (char c) |
static Any::Type | G3D::findType (TextInput &ti, const char closeSymbol) |
2006-06-11 2013-03-29
Copyright 2000-2013, Morgan McGuire. All rights reserved.