Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/VLXVisitor.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | vl::VLXTaggedValue |
Base class for VLX values with a tag. More... | |
class | vl::VLXRawtextBlock |
A block of raw text. More... | |
class | vl::VLXArray |
Base class for all arrays of VLX values. More... | |
class | vl::VLXArrayTemplate< T > |
A templated VLXArray. More... | |
class | vl::VLXArrayInteger |
An array of 64 bits integers, can also have a tag. More... | |
class | vl::VLXArrayReal |
An array of 64 bits floating point numbers, can also have a tag. More... | |
class | vl::VLXValue |
Wrapper for all VLX value types. More... | |
class | vl::VLXStructure |
A list of key/VLXValue pairs, can also have a tag. More... | |
class | vl::VLXStructure::Value |
Key/value pair used by VLXStructure. More... | |
class | vl::VLXList |
A simple sequence of VLXValue objects, can also have a tag. More... | |
Namespaces | |
namespace | vl |
Visualization Library namespace. |