Visualization Library 2.0.0-b3

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

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | List of all members
vl::VLXParserVLB Class Reference

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

#include <VLXParserVLB.hpp>

+ Inheritance diagram for vl::VLXParserVLB:

Public Member Functions

 VLXParserVLB ()
 
bool parseHeader ()
 
bool readChunk (unsigned char &chunk)
 
bool readInteger (long long &n)
 
void decodeIntegers (const std::vector< unsigned char > &in, std::vector< long long > &out)
 
bool readString (std::string &str)
 
bool parse ()
 
bool parseStructure (VLXStructure *st)
 
bool parseList (VLXList *list)
 
bool readValue (VLXValue &val)
 
void setInputFile (VirtualFile *file)
 
VirtualFileinputFile ()
 
const VirtualFileinputFile () const
 
- Public Member Functions inherited from vl::VLXParser
bool link ()
 Links the. More...
 
void parseMetadata ()
 Moves the <Metadata> key/value pairs in the Metadata map for quick and easy access and removes the <Metadata> structure. More...
 
std::vector< ref< VLXStructure > > & structures ()
 The imported structures. More...
 
const std::vector< ref< VLXStructure > > & structures () const
 The imported structures. More...
 
const std::map< std::string, VLXValue > & metadata () const
 The imported metadata. More...
 
const std::string & encoding () const
 The encoding used to encode strings. More...
 
unsigned short version () const
 The VLX language version. More...
 
- Public Member Functions inherited from vl::Object
 Object ()
 Constructor. More...
 
 Object (const Object &other)
 Copy constructor: copies the name, ref count mutex and user data. More...
 
Objectoperator= (const Object &other)
 Copy operator: copies the object's name, ref count mutex and user data. More...
 
const std::string & objectName () const
 The name of the object, by default set to the object's class name. More...
 
void setObjectName (const char *name)
 The name of the object, by default set to the object's class name in debug builds. More...
 
void setObjectName (const std::string &name)
 The name of the object, by default set to the object's class name in debug builds. More...
 
void setRefCountMutex (IMutex *mutex)
 The mutex used to protect the reference counting of an Object across multiple threads. More...
 
IMutexrefCountMutex ()
 The mutex used to protect the reference counting of an Object across multiple threads. More...
 
const IMutexrefCountMutex () const
 The mutex used to protect the reference counting of an Object across multiple threads. More...
 
int referenceCount () const
 Returns the number of references of an object. More...
 
void incReference () const
 Increments the reference count of an object. More...
 
void decReference ()
 Decrements the reference count of an object and deletes it if both automaticDelete() is true the count reaches 0. More...
 
void setAutomaticDelete (bool autodel_on)
 If set to true the Object is deleted when its reference count reaches 0. More...
 
bool automaticDelete () const
 If set to true the Object is deleted when its reference count reaches 0. More...
 
template<class T >
T * as ()
 Casts an Object to the specified class. More...
 
template<class T >
const T * as () const
 Casts an Object to the specified class. More...
 

Additional Inherited Members

- Protected Member Functions inherited from vl::Object
virtual ~Object ()
 
- Protected Attributes inherited from vl::VLXParser
std::string mEncoding
 
unsigned short mVersion
 
std::vector< ref< VLXStructure > > mStructures
 
std::map< std::string, VLXValuemMetadata
 
- Protected Attributes inherited from vl::Object
std::string mObjectName
 
IMutexmRefCountMutex
 
int mReferenceCount
 
bool mAutomaticDelete
 

Detailed Description

Parses a VLT file translating it into a VLX hierarchy.

Definition at line 41 of file VLXParserVLB.hpp.

Constructor & Destructor Documentation

◆ VLXParserVLB()

vl::VLXParserVLB::VLXParserVLB ( )
inline

Definition at line 46 of file VLXParserVLB.hpp.

References vl::VLXParser::mVersion.

Member Function Documentation

◆ decodeIntegers()

void vl::VLXParserVLB::decodeIntegers ( const std::vector< unsigned char > &  in,
std::vector< long long > &  out 
)
inline

Definition at line 108 of file VLXParserVLB.hpp.

Referenced by readValue().

◆ inputFile() [1/2]

VirtualFile* vl::VLXParserVLB::inputFile ( )
inline

Definition at line 499 of file VLXParserVLB.hpp.

Referenced by parse(), parseHeader(), readChunk(), readInteger(), readString(), and readValue().

◆ inputFile() [2/2]

const VirtualFile* vl::VLXParserVLB::inputFile ( ) const
inline

Definition at line 501 of file VLXParserVLB.hpp.

◆ parse()

bool vl::VLXParserVLB::parse ( )
inlinevirtual

◆ parseHeader()

bool vl::VLXParserVLB::parseHeader ( )
inlinevirtual

◆ parseList()

bool vl::VLXParserVLB::parseList ( VLXList list)
inline

◆ parseStructure()

bool vl::VLXParserVLB::parseStructure ( VLXStructure st)
inline

◆ readChunk()

bool vl::VLXParserVLB::readChunk ( unsigned char &  chunk)
inline

Definition at line 80 of file VLXParserVLB.hpp.

References inputFile(), and vl::VirtualFile::read().

Referenced by parse(), and readValue().

◆ readInteger()

bool vl::VLXParserVLB::readInteger ( long long &  n)
inline

Definition at line 82 of file VLXParserVLB.hpp.

References inputFile(), and vl::VirtualFile::read().

Referenced by parseList(), parseStructure(), readString(), and readValue().

◆ readString()

bool vl::VLXParserVLB::readString ( std::string &  str)
inline

Definition at line 132 of file VLXParserVLB.hpp.

References inputFile(), vl::VirtualFile::read(), readInteger(), and VL_CHECK.

Referenced by parseList(), parseStructure(), and readValue().

◆ readValue()

bool vl::VLXParserVLB::readValue ( VLXValue val)
inline

◆ setInputFile()

void vl::VLXParserVLB::setInputFile ( VirtualFile file)
inline

Definition at line 497 of file VLXParserVLB.hpp.

Referenced by vl::VLXSerializer::loadVLB().


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