GiNaCRA
0.6.4
|
Comparator class for two nodes of a tree (used for sorting and searching). More...
Public Member Functions | |
compare_nodes (StrictWeakOrdering comp) | |
bool | operator() (const tree_node *a, const tree_node *b) |
Private Attributes | |
StrictWeakOrdering | comp_ |
Comparator class for two nodes of a tree (used for sorting and searching).
GiNaCRA::tree< T, tree_node_allocator >::compare_nodes< StrictWeakOrdering >::compare_nodes | ( | StrictWeakOrdering | comp | ) | [inline] |
bool GiNaCRA::tree< T, tree_node_allocator >::compare_nodes< StrictWeakOrdering >::operator() | ( | const tree_node * | a, |
const tree_node * | b | ||
) | [inline] |
Definition at line 460 of file tree.h.
References GiNaCRA::tree_node_< T >::data.
StrictWeakOrdering GiNaCRA::tree< T, tree_node_allocator >::compare_nodes< StrictWeakOrdering >::comp_ [private] |