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::VLXTaggedValue Class Reference

Base class for VLX values with a tag. More...

#include <VLXValue.hpp>

Inheritance diagram for vl::VLXTaggedValue:
vl::Object vl::VLXArray vl::VLXList vl::VLXRawtextBlock vl::VLXStructure vl::VLXArrayTemplate< T > vl::VLXArrayTemplate< double > vl::VLXArrayTemplate< long long > vl::VLXArrayReal vl::VLXArrayInteger

List of all members.

Public Member Functions

 VLXTaggedValue (const char *tag=NULL)
virtual ~VLXTaggedValue ()
int lineNumber () const
void setLineNumber (int line)
virtual void acceptVisitor (VLXVisitor *)=0
void setTag (const char *tag)
const std::string & tag () const

Detailed Description

Base class for VLX values with a tag.

Definition at line 41 of file VLXValue.hpp.


Constructor & Destructor Documentation

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

Definition at line 46 of file VLXValue.hpp.

References tag().

virtual vl::VLXTaggedValue::~VLXTaggedValue (  ) [inline, virtual]

Definition at line 52 of file VLXValue.hpp.


Member Function Documentation

int vl::VLXTaggedValue::lineNumber (  ) const [inline]
void vl::VLXTaggedValue::setLineNumber ( int  line ) [inline]

Definition at line 56 of file VLXValue.hpp.

Referenced by vl::VLXParserVLT::parseList(), and vl::VLXParserVLT::parseStructure().

virtual void vl::VLXTaggedValue::acceptVisitor ( VLXVisitor  ) [pure virtual]
void vl::VLXTaggedValue::setTag ( const char *  tag ) [inline]
const std::string& vl::VLXTaggedValue::tag (  ) const [inline]

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.