libabigail
|
The base class for the diff classes that are to be traversed. More...
#include <abg-comparison.h>
Public Member Functions | |
virtual bool | traverse (diff_node_visitor &v) |
The default traverse function. | |
Public Member Functions inherited from traversable_base | |
virtual | ~traversable_base () |
Destructor of the traversable_base type. | |
Additional Inherited Members | |
Protected Member Functions inherited from traversable_base | |
traversable_base () | |
Default constructor of the traversable_base type. | |
bool | visiting () const |
This should returns false before and after the node has been visiting. During the visiting of the node (and of its children) this should return true. | |
void | visiting (bool f) |
The traversing code should be responsible of calling this, not the user code. | |
The base class for the diff classes that are to be traversed.
Definition at line 290 of file abg-comparison.h.
|
virtual |
The default traverse function.
Reimplemented in diff.
Definition at line 967 of file abg-comparison.cc.