8#ifndef __ABG_TRAVERSE_H__
9#define __ABG_TRAVERSE_H__
41 std::unique_ptr<priv> priv_;
The interface for types which are feeling social and want to be visited during the traversal of a hie...
virtual ~traversable_base()
Destructor 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 nod...
traversable_base()
Default constructor of the traversable_base type.
Toplevel namespace for libabigail.
The base class for the visitor type hierarchy used for traversing a hierarchy of nodes.