#include <info_visitor.hh>
Definition at line 58 of file info_visitor.hh.
virtual bool VisitGroup |
( |
const InfoGroup & |
group | ) |
|
|
virtual |
visit routine called for each subgroup
return value indicates wether subgroups of this subgroup shall be visited - upon true (the default), the descent will continue recursively
virtual void VisitGroupFinish |
( |
const InfoGroup & |
group | ) |
|
|
virtual |
called after all subgroups have been visited
virtual void VisitItem |
( |
const InfoItem & |
item | ) |
|
|
virtual |
visit routine called for each item
empty per default
The documentation for this class was generated from the following file: