Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit Struct Reference
Collaboration diagram for GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit:

Public Member Functions

 ClearStackOnExit (GenericDocument &d)

Private Member Functions

 ClearStackOnExit (const ClearStackOnExit &)
ClearStackOnExit & operator= (const ClearStackOnExit &)

Private Attributes

GenericDocumentd_

Detailed Description

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR, typename StackAllocator = RAPIDJSON_DEFAULT_STACK_ALLOCATOR>
struct GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit

Definition at line 2807 of file document.h.

Constructor & Destructor Documentation

◆ ClearStackOnExit()

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR, typename StackAllocator = RAPIDJSON_DEFAULT_STACK_ALLOCATOR>
GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit::ClearStackOnExit ( GenericDocument & d)
inlineexplicit

Definition at line 2808 of file document.h.

◆ ~ClearStackOnExit()

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR, typename StackAllocator = RAPIDJSON_DEFAULT_STACK_ALLOCATOR>
GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit::~ClearStackOnExit ( )
inline

Definition at line 2809 of file document.h.

Member Data Documentation

◆ d_

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR, typename StackAllocator = RAPIDJSON_DEFAULT_STACK_ALLOCATOR>
GenericDocument& GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit::d_
private

Definition at line 2813 of file document.h.


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