ACEXML 7.0.10
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
ACEXML_Element_Tree_List_Stack Class Reference

A class for managing a stack of ACEXML_Element_Tree_List_Node's. More...

#include "parser/debug_validator/Element_Tree.h"

Collaboration diagram for ACEXML_Element_Tree_List_Stack:
Collaboration graph
[legend]

Public Member Functions

 ACEXML_Element_Tree_List_Stack ()
 
void push (ACEXML_Element_Tree_List_Node *n)
 
ACEXML_Element_Tree_List_Nodepop ()
 
ACEXML_Element_Tree_List_Nodetop ()
 
int empty ()
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 

Protected Attributes

ACEXML_Element_Tree_List_Nodetop_
 

Detailed Description

A class for managing a stack of ACEXML_Element_Tree_List_Node's.

See also
ACEXML_Element_Tree_List_Node

Constructor & Destructor Documentation

◆ ACEXML_Element_Tree_List_Stack()

ACEXML_INLINE ACEXML_Element_Tree_List_Stack::ACEXML_Element_Tree_List_Stack ( )

Member Function Documentation

◆ empty()

ACEXML_INLINE int ACEXML_Element_Tree_List_Stack::empty ( )

◆ pop()

ACEXML_INLINE ACEXML_Element_Tree_List_Node * ACEXML_Element_Tree_List_Stack::pop ( )

◆ push()

ACEXML_INLINE void ACEXML_Element_Tree_List_Stack::push ( ACEXML_Element_Tree_List_Node n)

◆ top()

ACEXML_INLINE ACEXML_Element_Tree_List_Node * ACEXML_Element_Tree_List_Stack::top ( )

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

ACEXML_Element_Tree_List_Stack::ACE_ALLOC_HOOK_DECLARE

◆ top_

ACEXML_Element_Tree_List_Node* ACEXML_Element_Tree_List_Stack::top_
protected

The documentation for this class was generated from the following files: