CARLA
Public Member Functions | Public Attributes | List of all members
xml_document_struct Struct Reference
+ Inheritance diagram for xml_document_struct:
+ Collaboration diagram for xml_document_struct:

Public Member Functions

 xml_document_struct (xml_memory_page *page)
 
- Public Member Functions inherited from xml_allocator
void * allocate_memory (size_t size, xml_memory_page *&out_page)
 
void * allocate_memory_oob (size_t size, xml_memory_page *&out_page)
 
void * allocate_object (size_t size, xml_memory_page *&out_page)
 
xml_memory_pageallocate_page (size_t data_size)
 
char_t * allocate_string (size_t length)
 
void deallocate_memory (void *ptr, size_t size, xml_memory_page *page)
 
void deallocate_string (char_t *string)
 
bool reserve ()
 
 xml_allocator (xml_memory_page *root)
 

Public Attributes

const char_t * buffer
 
xml_extra_bufferextra_buffers
 
- Public Attributes inherited from xml_allocator
size_t _busy_size
 
xml_memory_page_root
 

Additional Inherited Members

- Static Public Member Functions inherited from xml_allocator
static void deallocate_page (xml_memory_page *page)
 

Detailed Description

Definition at line 1147 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xml_document_struct()

xml_document_struct::xml_document_struct ( xml_memory_page page)
inline

Definition at line 1149 of file pugixml.cpp.

Member Data Documentation

◆ buffer

const char_t* xml_document_struct::buffer

Definition at line 1153 of file pugixml.cpp.

Referenced by load_buffer_impl().

◆ extra_buffers

xml_extra_buffer* xml_document_struct::extra_buffers

Definition at line 1155 of file pugixml.cpp.


The documentation for this struct was generated from the following file: