Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Public Attributes

SgIncrementalStack::IntOrPtr Union Reference

Entry for SgIncrementalStack. More...

List of all members.

Public Member Functions

 IntOrPtr ()
 IntOrPtr (int i)
 IntOrPtr (void *ptr)

Public Attributes

int m_int
void * m_ptr

Detailed Description

Entry for SgIncrementalStack.

Definition at line 109 of file SgIncrementalStack.h.


Constructor & Destructor Documentation

SgIncrementalStack::IntOrPtr::IntOrPtr (  ) 

Definition at line 111 of file SgIncrementalStack.h.

SgIncrementalStack::IntOrPtr::IntOrPtr ( int  i  ) 

Definition at line 115 of file SgIncrementalStack.h.

References m_int.

SgIncrementalStack::IntOrPtr::IntOrPtr ( void *  ptr  ) 

Definition at line 120 of file SgIncrementalStack.h.

References m_ptr.


Member Data Documentation

Definition at line 125 of file SgIncrementalStack.h.

Referenced by IntOrPtr(), and SgIncrementalStack::PopInt().

Definition at line 127 of file SgIncrementalStack.h.

Referenced by IntOrPtr(), and SgIncrementalStack::PopPtr().


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


Sun Mar 13 2011 Doxygen 1.7.1