Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
An array of 64 bits integers, can also have a tag. More...
#include <VLXValue.hpp>
Public Member Functions | |
VLXArrayInteger (const char *tag=NULL) | |
virtual void | acceptVisitor (VLXVisitor *v) |
An array of 64 bits integers, can also have a tag.
Definition at line 132 of file VLXValue.hpp.
vl::VLXArrayInteger::VLXArrayInteger | ( | const char * | tag = NULL ) |
[inline] |
Definition at line 137 of file VLXValue.hpp.
virtual void vl::VLXArrayInteger::acceptVisitor | ( | VLXVisitor * | v ) | [inline, virtual] |
Implements vl::VLXTaggedValue.
Definition at line 139 of file VLXValue.hpp.
References vl::VLXVisitor::visitArray().
Referenced by vl::VLXVisitorExportToVLT::visitValue(), and vl::VLXVisitorExportToVLB::writeValue().