Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [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 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:41:18.
Permission is granted to use this page to write and publish articles regarding Visualization Library.