|
The Pedigree Project
0.1
|
Collaboration diagram for SymbolTable::Symbol:Public Member Functions | |
| Symbol (Elf *pP, Binding b, uintptr_t v) | |
| Elf * | getParent () const |
| Binding | getBinding () const |
| uintptr_t | getValue () const |
Private Attributes | |
| Elf * | m_pParent |
| Binding | m_Binding |
| uintptr_t | m_Value |
Definition at line 118 of file SymbolTable.h.
1.8.11