Public Member Functions | Private Attributes

vgfx::MetaKeyValueChecker Class Reference

#include <vgfx-util.h>

Inheritance diagram for vgfx::MetaKeyValueChecker:
Inheritance graph
[legend]
Collaboration diagram for vgfx::MetaKeyValueChecker:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~MetaKeyValueChecker (void) throw ()
 MetaKeyValueChecker (const char *key, const char *value)
bool checkNode (visit_result_t &vr)

Private Attributes

std::string m_key
std::string m_value

Detailed Description

Definition at line 154 of file vgfx-util.h.


Constructor & Destructor Documentation

vgfx::MetaKeyValueChecker::~MetaKeyValueChecker ( void   )  throw ()

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

vgfx::MetaKeyValueChecker::MetaKeyValueChecker ( const char *  key,
const char *  value 
)

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


Member Function Documentation

bool vgfx::MetaKeyValueChecker::checkNode ( visit_result_t vr  )  [virtual]

Reimplemented from vgfx::NodeChecker.

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


Member Data Documentation

std::string vgfx::MetaKeyValueChecker::m_key [private]

Definition at line 160 of file vgfx-util.h.

std::string vgfx::MetaKeyValueChecker::m_value [private]

Definition at line 161 of file vgfx-util.h.


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