Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Links several VLX hierachies also resolving IDs across them. More...
#include <VLXLinker.hpp>
Public Member Functions | |
void | add (VLXTaggedValue *module) |
bool | link () |
std::vector< ref < VLXTaggedValue > > & | modules () |
const std::vector< ref < VLXTaggedValue > > & | modules () const |
Public Attributes | |
std::vector< ref < VLXTaggedValue > > | mModules |
Links several VLX hierachies also resolving IDs across them.
Definition at line 41 of file VLXLinker.hpp.
void vl::VLXLinker::add | ( | VLXTaggedValue * | module ) | [inline] |
Definition at line 44 of file VLXLinker.hpp.
References mModules.
Referenced by vl::VLXParser::link().
bool vl::VLXLinker::link | ( | ) | [inline] |
Definition at line 49 of file VLXLinker.hpp.
References vl::VLXVisitorLinker::error(), vl::VLXVisitorLinkMapper::error(), and mModules.
Referenced by vl::VLXParser::link().
std::vector< ref<VLXTaggedValue> >& vl::VLXLinker::modules | ( | ) | [inline] |
Definition at line 72 of file VLXLinker.hpp.
References mModules.
const std::vector< ref<VLXTaggedValue> >& vl::VLXLinker::modules | ( | ) | const [inline] |
Definition at line 74 of file VLXLinker.hpp.
References mModules.
std::vector< ref<VLXTaggedValue> > vl::VLXLinker::mModules |
Definition at line 77 of file VLXLinker.hpp.