Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions

vl::VLXParserVLT Class Reference

Parses a VLT file translating it into a VLX hierarchy. More...

#include <VLXParserVLT.hpp>

Inheritance diagram for vl::VLXParserVLT:
vl::VLXParser vl::Object

List of all members.

Public Member Functions

 VLXParserVLT ()
bool getToken (VLTToken &token)
bool parseHeader ()
bool parse ()
bool parseStructure (VLXStructure *object)
bool parseList (VLXList *list)
bool parseArray (ref< VLXArray > &arr)
void listTokens ()
VLTTokenizertokenizer ()
const VLTTokenizertokenizer () const

Detailed Description

Parses a VLT file translating it into a VLX hierarchy.

Definition at line 46 of file VLXParserVLT.hpp.


Constructor & Destructor Documentation

vl::VLXParserVLT::VLXParserVLT ( ) [inline]

Definition at line 51 of file VLXParserVLT.hpp.

References vl::VLXParser::mVersion.


Member Function Documentation

bool vl::VLXParserVLT::getToken ( VLTToken token) [inline]

Definition at line 57 of file VLXParserVLT.hpp.

Referenced by listTokens(), parse(), parseArray(), parseHeader(), parseList(), and parseStructure().

bool vl::VLXParserVLT::parseHeader ( ) [inline, virtual]
bool vl::VLXParserVLT::parse ( ) [inline, virtual]
bool vl::VLXParserVLT::parseStructure ( VLXStructure object) [inline]
bool vl::VLXParserVLT::parseList ( VLXList list) [inline]
bool vl::VLXParserVLT::parseArray ( ref< VLXArray > &  arr) [inline]
void vl::VLXParserVLT::listTokens ( ) [inline]
VLTTokenizer* vl::VLXParserVLT::tokenizer ( ) [inline]

Definition at line 643 of file VLXParserVLT.hpp.

References vl::ref< T >::get().

Referenced by vl::VLXSerializer::loadVLT(), parse(), parseList(), and parseStructure().

const VLTTokenizer* vl::VLXParserVLT::tokenizer ( ) const [inline]

Definition at line 645 of file VLXParserVLT.hpp.

References vl::ref< T >::get().


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:17.
Permission is granted to use this page to write and publish articles regarding Visualization Library.