Depth-first visitor that takes no arguments and returns boost::any value. More...
#include <no-argu-depth-first-visitor.h>


Public Member Functions | |
| virtual boost::any | visit (Blob &) |
| Method accepting BLOB block. | |
| virtual boost::any | visit (Udata &) |
| Method accepting UDATA block. | |
| virtual boost::any | visit (Tag &) |
| Method accepting TAG block. | |
| virtual boost::any | visit (Attr &) |
| Method accepting ATTR block. | |
| virtual boost::any | visit (Dtag &) |
| Method accepting DTAG block. | |
| virtual boost::any | visit (Dattr &) |
| Method accepting DATTR block. | |
| virtual boost::any | visit (Ext &) |
| Method accepting EXT block. | |
Depth-first visitor that takes no arguments and returns boost::any value.
Definition at line 35 of file no-argu-depth-first-visitor.h.