#include <maptable.h>
Collaboration diagram for IDMapTableNode< ID, INFO >:
Public Member Functions | |
IDMapTableNode () | |
IDMapTableNode (ID _tid, INFO _info) | |
IDMapTableNode (const IDMapTableNode &n) | |
~IDMapTableNode () | |
IDMapTableNode & | operator= (const IDMapTableNode &n) |
bool | operator== (const IDMapTableNode &n) const |
Lots of relational operators for sorting and searching. | |
bool | operator!= (const IDMapTableNode &n) const |
bool | operator< (const IDMapTableNode &n) const |
bool | operator> (const IDMapTableNode &n) const |
bool | operator<= (const IDMapTableNode &n) const |
bool | operator>= (const IDMapTableNode &n) const |
bool | operator== (const ID &b) const |
bool | operator!= (const ID &b) const |
bool | operator< (const ID &b) const |
bool | operator> (const ID &b) const |
bool | operator<= (const ID &b) const |
bool | operator>= (const ID &b) const |
Public Attributes | |
ID | id |
INFO | info |
Definition at line 40 of file maptable.h.
|
Definition at line 45 of file maptable.h. References IDMapTableNode< ID, INFO >::id, and IDMapTableNode< ID, INFO >::info. |
|
Definition at line 46 of file maptable.h. References IDMapTableNode< ID, INFO >::id, and IDMapTableNode< ID, INFO >::info. |
|
Definition at line 48 of file maptable.h. References IDMapTableNode< ID, INFO >::id, and IDMapTableNode< ID, INFO >::info. |
|
Definition at line 50 of file maptable.h. References IDMapTableNode< ID, INFO >::info. |
|
Definition at line 63 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 57 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 64 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 58 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 66 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 60 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 52 of file maptable.h. References IDMapTableNode< ID, INFO >::id, and IDMapTableNode< ID, INFO >::info. |
|
Definition at line 62 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Lots of relational operators for sorting and searching.
Definition at line 56 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 65 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 59 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 67 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
Definition at line 61 of file maptable.h. References IDMapTableNode< ID, INFO >::id. |
|
|
Definition at line 43 of file maptable.h. Referenced by IDMapTable< SymRef, ProgramStorage::Function * >::AddNode(), IDMapTableNode< ID, INFO >::IDMapTableNode(), IDMapTableNode< ID, INFO >::operator=(), and IDMapTableNode< ID, INFO >::~IDMapTableNode(). |