Entry for SgIncrementalStack. More...
Public Member Functions | |
IntOrPtr () | |
IntOrPtr (int i) | |
IntOrPtr (void *ptr) | |
Public Attributes | |
int | m_int |
void * | m_ptr |
Entry for SgIncrementalStack.
Definition at line 109 of file SgIncrementalStack.h.
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.
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().