All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit Struct Reference

Public Member Functions

 ClearStackOnExit (GenericDocument &d)
 
 ~ClearStackOnExit ()
 

Private Member Functions

 ClearStackOnExit (const ClearStackOnExit &)
 
ClearStackOnExitoperator= (const ClearStackOnExit &)
 

Private Attributes

GenericDocumentd_
 

Detailed Description

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = CrtAllocator>
struct rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit

Definition at line 1816 of file document.h.

Constructor & Destructor Documentation

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = CrtAllocator>
rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit::ClearStackOnExit ( GenericDocument d)
inlineexplicit

Definition at line 1817 of file document.h.

1817 : d_(d) {}
template<typename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = CrtAllocator>
rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit::~ClearStackOnExit ( )
inline

Definition at line 1818 of file document.h.

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = CrtAllocator>
rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit::ClearStackOnExit ( const ClearStackOnExit )
private

Member Function Documentation

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = CrtAllocator>
ClearStackOnExit& rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit::operator= ( const ClearStackOnExit )
private

Member Data Documentation

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = CrtAllocator>
GenericDocument& rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit::d_
private

Definition at line 1822 of file document.h.


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