8#include "abg-internal.h"
10ABG_BEGIN_EXPORT_DECLARATIONS
14ABG_END_EXPORT_DECLARATIONS
24struct traversable_base::priv
49{
return priv_->visiting_;}
62{priv_->visiting_ = f;}
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.