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 |
SgIncrementalStack::IntOrPtr::IntOrPtr | ( | ) |
Definition at line 113 of file SgIncrementalStack.h.
SgIncrementalStack::IntOrPtr::IntOrPtr | ( | int | i | ) |
SgIncrementalStack::IntOrPtr::IntOrPtr | ( | void * | ptr | ) |