NodeChecker -- base class that can be used for walk validation see the bottom of this file for some useful validators. More...
#include <vgfx-util.h>
Public Member Functions | |
virtual | ~NodeChecker (void) throw () |
virtual bool | checkNode (IN visit_result_t &vr) |
bool | operator() (IN visit_result_t &vr) |
NodeChecker -- base class that can be used for walk validation see the bottom of this file for some useful validators.
Definition at line 53 of file vgfx-util.h.
vgfx::NodeChecker::~NodeChecker | ( | void | ) | throw () [virtual] |
Definition at line 57 of file vgfx-util.cpp.
virtual bool vgfx::NodeChecker::checkNode | ( | IN visit_result_t & | vr | ) | [inline, virtual] |
Reimplemented in vgfx::MetaKeyValueChecker.
Definition at line 56 of file vgfx-util.h.
bool vgfx::NodeChecker::operator() | ( | IN visit_result_t & | vr | ) | [inline] |
Definition at line 57 of file vgfx-util.h.