Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgIncrementalStack::IntOrPtr Union Reference

List of all members.

Detailed Description

Entry for SgIncrementalStack.

Definition at line 111 of file SgIncrementalStack.h.

Public Member Functions

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

Public Attributes

int m_int
void * m_ptr


Constructor & Destructor Documentation

SgIncrementalStack::IntOrPtr::IntOrPtr (  ) 

Definition at line 113 of file SgIncrementalStack.h.

SgIncrementalStack::IntOrPtr::IntOrPtr ( int  i  ) 

Definition at line 117 of file SgIncrementalStack.h.

References m_int.

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

Definition at line 122 of file SgIncrementalStack.h.

References m_ptr.


Member Data Documentation

int SgIncrementalStack::IntOrPtr::m_int

Definition at line 127 of file SgIncrementalStack.h.

Referenced by IntOrPtr().

void* SgIncrementalStack::IntOrPtr::m_ptr

Definition at line 129 of file SgIncrementalStack.h.

Referenced by IntOrPtr().


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


17 Jun 2010 Doxygen 1.4.7