IN2OSM  1.0.1
GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit
Collaboration diagram for GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit:
Collaboration graph

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 GenericDocument< Encoding, Allocator, StackAllocator >::ClearStackOnExit

Definition at line 2422 of file document.h.

Constructor & Destructor Documentation

◆ ClearStackOnExit() [1/2]

ClearStackOnExit ( GenericDocument d)
inlineexplicit

Definition at line 2423 of file document.h.

2423 : d_(d) {}

◆ ~ClearStackOnExit()

~ClearStackOnExit ( )
inline

Definition at line 2424 of file document.h.

2424 { d_.ClearStack(); }
void ClearStack()
Definition: document.h:2485

◆ ClearStackOnExit() [2/2]

ClearStackOnExit ( const ClearStackOnExit )
private

Member Function Documentation

◆ operator=()

ClearStackOnExit& operator= ( const ClearStackOnExit )
private

Member Data Documentation

◆ d_

GenericDocument& d_
private

Definition at line 2428 of file document.h.


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