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 Types | Public Member Functions | Public Attributes

vl::VLTToken Class Reference

A token of information as defined by VLT specification. More...

#include <VLTTokenizer.hpp>

List of all members.

Public Types

enum  EType {
  TOKEN_ERROR, TOKEN_EOF, LeftRoundBracket, RightRoundBracket,
  LeftSquareBracket, RightSquareBracket, LeftCurlyBracket, RightCurlyBracket,
  LeftFancyBracket, RightFancyBracket, Equals, String,
  ID, Identifier, Boolean, Integer,
  real, TagHeader, RawtextBlock
}

Public Member Functions

 VLTToken ()

Public Attributes

std::string mString
EType mType

Detailed Description

A token of information as defined by VLT specification.

Definition at line 40 of file VLTTokenizer.hpp.


Member Enumeration Documentation

Enumerator:
TOKEN_ERROR 
TOKEN_EOF 
LeftRoundBracket 
RightRoundBracket 
LeftSquareBracket 
RightSquareBracket 
LeftCurlyBracket 
RightCurlyBracket 
LeftFancyBracket 
RightFancyBracket 
Equals 
String 
ID 
Identifier 
Boolean 
Integer 
real 
TagHeader 
RawtextBlock 

Definition at line 43 of file VLTTokenizer.hpp.


Constructor & Destructor Documentation

vl::VLTToken::VLTToken (  ) [inline]

Definition at line 68 of file VLTTokenizer.hpp.


Member Data Documentation

std::string vl::VLTToken::mString

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.