AWS SDK for C++  0.14.3
AWS SDK for C++
Classes | Namespaces | Macros | Enumerations | Variables
tinyxml2.h File Reference
#include <cctype>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cstdarg>
#include <aws/core/utils/memory/AWSMemory.h>

Go to the source code of this file.

Classes

class  Aws::External::tinyxml2::StrPair
 
class  Aws::External::tinyxml2::DynArray< T, INIT >
 
class  Aws::External::tinyxml2::MemPool
 
class  Aws::External::tinyxml2::MemPoolT< SIZE >
 
class  Aws::External::tinyxml2::XMLVisitor
 
class  Aws::External::tinyxml2::XMLUtil
 
class  Aws::External::tinyxml2::XMLNode
 
class  Aws::External::tinyxml2::XMLText
 
class  Aws::External::tinyxml2::XMLComment
 
class  Aws::External::tinyxml2::XMLDeclaration
 
class  Aws::External::tinyxml2::XMLUnknown
 
class  Aws::External::tinyxml2::XMLAttribute
 
class  Aws::External::tinyxml2::XMLElement
 
class  Aws::External::tinyxml2::XMLDocument
 
class  Aws::External::tinyxml2::XMLHandle
 
class  Aws::External::tinyxml2::XMLConstHandle
 
class  Aws::External::tinyxml2::XMLPrinter
 

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::External
 
 Aws::External::tinyxml2
 

Macros

#define TINYXML2_LIB
 
#define TIXMLASSERT(x)   {}
 
#define TIXML_SNPRINTF   snprintf
 
#define TIXML_SSCANF   sscanf
 

Enumerations

enum  Aws::External::tinyxml2::XMLError {
  Aws::External::tinyxml2::XML_SUCCESS = 0, Aws::External::tinyxml2::XML_NO_ERROR = 0, Aws::External::tinyxml2::XML_NO_ATTRIBUTE, Aws::External::tinyxml2::XML_WRONG_ATTRIBUTE_TYPE,
  Aws::External::tinyxml2::XML_ERROR_FILE_NOT_FOUND, Aws::External::tinyxml2::XML_ERROR_FILE_COULD_NOT_BE_OPENED, Aws::External::tinyxml2::XML_ERROR_FILE_READ_ERROR, Aws::External::tinyxml2::XML_ERROR_ELEMENT_MISMATCH,
  Aws::External::tinyxml2::XML_ERROR_PARSING_ELEMENT, Aws::External::tinyxml2::XML_ERROR_PARSING_ATTRIBUTE, Aws::External::tinyxml2::XML_ERROR_IDENTIFYING_TAG, Aws::External::tinyxml2::XML_ERROR_PARSING_TEXT,
  Aws::External::tinyxml2::XML_ERROR_PARSING_CDATA, Aws::External::tinyxml2::XML_ERROR_PARSING_COMMENT, Aws::External::tinyxml2::XML_ERROR_PARSING_DECLARATION, Aws::External::tinyxml2::XML_ERROR_PARSING_UNKNOWN,
  Aws::External::tinyxml2::XML_ERROR_EMPTY_DOCUMENT, Aws::External::tinyxml2::XML_ERROR_MISMATCHED_ELEMENT, Aws::External::tinyxml2::XML_ERROR_PARSING, Aws::External::tinyxml2::XML_CAN_NOT_CONVERT_TEXT,
  Aws::External::tinyxml2::XML_NO_TEXT_NODE, Aws::External::tinyxml2::XML_ERROR_COUNT
}
 
enum  Aws::External::tinyxml2::Whitespace { Aws::External::tinyxml2::PRESERVE_WHITESPACE, Aws::External::tinyxml2::COLLAPSE_WHITESPACE }
 

Variables

static const int TIXML2_MAJOR_VERSION = 2
 
static const int TIXML2_MINOR_VERSION = 2
 
static const int TIXML2_PATCH_VERSION = 0
 
static const char * Aws::External::tinyxml2::ALLOCATION_TAG = "AWS::TinyXML"
 

Macro Definition Documentation

#define TINYXML2_LIB

Definition at line 83 of file tinyxml2.h.

#define TIXML_SNPRINTF   snprintf

Definition at line 127 of file tinyxml2.h.

#define TIXML_SSCANF   sscanf

Definition at line 128 of file tinyxml2.h.

#define TIXMLASSERT (   x)    {}

Definition at line 99 of file tinyxml2.h.

Variable Documentation

const int TIXML2_MAJOR_VERSION = 2
static

Definition at line 134 of file tinyxml2.h.

const int TIXML2_MINOR_VERSION = 2
static

Definition at line 135 of file tinyxml2.h.

const int TIXML2_PATCH_VERSION = 0
static

Definition at line 136 of file tinyxml2.h.