#include <vgfx-util.h>
Public Member Functions | |
meta_check_t (void) throw () | |
void | clear (void) throw () |
operator bool (void) const throw () | |
const char * | c_str (void) const throw () |
Public Attributes | |
std::string | value |
bool | exists |
Definition at line 128 of file vgfx-util.h.
vgfx::meta_check_t::meta_check_t | ( | void | ) | throw () [inline] |
Definition at line 129 of file vgfx-util.h.
void vgfx::meta_check_t::clear | ( | void | ) | throw () [inline] |
Definition at line 130 of file vgfx-util.h.
vgfx::meta_check_t::operator bool | ( | void | ) | const throw () [inline] |
Definition at line 135 of file vgfx-util.h.
const char* vgfx::meta_check_t::c_str | ( | void | ) | const throw () [inline] |
Definition at line 136 of file vgfx-util.h.
std::string vgfx::meta_check_t::value |
Definition at line 139 of file vgfx-util.h.
Definition at line 140 of file vgfx-util.h.