Visitor to obtain non-negative integer value from UDATA block. More...
#include <non-negative-integer-visitor.h>


Public Member Functions | |
| virtual boost::any | visit (Blob &n) |
| Throws an exception if BLOB object is encountered. | |
| virtual boost::any | visit (Udata &n) |
| Method accepting UDATA block. | |
Public Member Functions inherited from wire::CcnbParser::NoArguDepthFirstVisitor | |
| 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. | |
Visitor to obtain non-negative integer value from UDATA block.
Will return empty boost::any() if called on anything except UDATA block
Definition at line 37 of file non-negative-integer-visitor.h.