Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions

vl::VLXList Class Reference

A simple sequence of VLXValue objects, can also have a tag. More...

#include <VLXValue.hpp>

Inheritance diagram for vl::VLXList:
vl::VLXTaggedValue vl::Object

List of all members.

Public Member Functions

 VLXList (const char *tag=NULL)
VLXListoperator<< (const VLXValue &val)
virtual void acceptVisitor (VLXVisitor *v)
std::vector< VLXValue > & value ()
const std::vector< VLXValue > & value () const

Detailed Description

A simple sequence of VLXValue objects, can also have a tag.

Definition at line 633 of file VLXValue.hpp.


Constructor & Destructor Documentation

vl::VLXList::VLXList ( const char *  tag = NULL ) [inline]

Definition at line 638 of file VLXValue.hpp.


Member Function Documentation

VLXList& vl::VLXList::operator<< ( const VLXValue val ) [inline]

Definition at line 643 of file VLXValue.hpp.

References value().

virtual void vl::VLXList::acceptVisitor ( VLXVisitor v ) [inline, virtual]
std::vector< VLXValue >& vl::VLXList::value (  ) [inline]
const std::vector< VLXValue >& vl::VLXList::value (  ) const [inline]

Definition at line 653 of file VLXValue.hpp.


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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:08.
Permission is granted to use this page to write and publish articles regarding Visualization Library.