AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Enumerations | Variables
tinyxml2.h File Reference
#include <cctype>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <stdint.h>
#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, INITIAL_SIZE >
 
class  Aws::External::tinyxml2::MemPool
 
class  Aws::External::tinyxml2::MemPoolT< ITEM_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

namespace  Aws
 
namespace  Aws::External
 
namespace  Aws::External::tinyxml2
 

Macros

#define TINYXML2_LIB
 
#define TIXMLASSERT(x)   {}
 
#define TINYXML2_MAJOR_VERSION   6
 
#define TINYXML2_MINOR_VERSION   1
 
#define TINYXML2_PATCH_VERSION   0
 

Enumerations

enum  Aws::External::tinyxml2::XMLError {
  Aws::External::tinyxml2::XML_SUCCESS = 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::UNUSED_XML_ERROR_ELEMENT_MISMATCH , Aws::External::tinyxml2::XML_ERROR_PARSING_ELEMENT ,
  Aws::External::tinyxml2::XML_ERROR_PARSING_ATTRIBUTE , Aws::External::tinyxml2::UNUSED_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 = 6
 
static const int TIXML2_MINOR_VERSION = 1
 
static const int TIXML2_PATCH_VERSION = 0
 
static const char * Aws::External::tinyxml2::ALLOCATION_TAG = "AWS::TinyXML"
 

Macro Definition Documentation

◆ TINYXML2_LIB

#define TINYXML2_LIB

Definition at line 87 of file tinyxml2.h.

◆ TINYXML2_MAJOR_VERSION

#define TINYXML2_MAJOR_VERSION   6

Definition at line 113 of file tinyxml2.h.

◆ TINYXML2_MINOR_VERSION

#define TINYXML2_MINOR_VERSION   1

Definition at line 114 of file tinyxml2.h.

◆ TINYXML2_PATCH_VERSION

#define TINYXML2_PATCH_VERSION   0

Definition at line 115 of file tinyxml2.h.

◆ TIXMLASSERT

#define TIXMLASSERT (   x)    {}

Definition at line 102 of file tinyxml2.h.

Variable Documentation

◆ TIXML2_MAJOR_VERSION

const int TIXML2_MAJOR_VERSION = 6
static

Definition at line 109 of file tinyxml2.h.

◆ TIXML2_MINOR_VERSION

const int TIXML2_MINOR_VERSION = 1
static

Definition at line 110 of file tinyxml2.h.

◆ TIXML2_PATCH_VERSION

const int TIXML2_PATCH_VERSION = 0
static

Definition at line 111 of file tinyxml2.h.