Public Member Functions

vgfx::NodeChecker Class Reference

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>

Inheritance diagram for vgfx::NodeChecker:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~NodeChecker (void) throw ()
virtual bool checkNode (IN visit_result_t &vr)
bool operator() (IN visit_result_t &vr)

Detailed Description

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.


Constructor & Destructor Documentation

vgfx::NodeChecker::~NodeChecker ( void   )  throw () [virtual]

Definition at line 57 of file vgfx-util.cpp.


Member Function Documentation

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.


The documentation for this class was generated from the following files: