Visualization Library 2.1.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Parses a VLT file translating it into a VLX hierarchy. More...
#include <ParserVLB.hpp>
Public Member Functions | |
ParserVLB () | |
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 (vl::VirtualFile *file) |
vl::VirtualFile * | inputFile () |
const vl::VirtualFile * | inputFile () const |
Public Member Functions inherited from vlX::Parser | |
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< vl::ref< VLXStructure > > & | structures () |
The imported structures. More... | |
const std::vector< vl::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... | |
Object & | operator= (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... | |
IMutex * | refCountMutex () |
The mutex used to protect the reference counting of an Object across multiple threads. More... | |
const IMutex * | refCountMutex () 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 vlX::Parser | |
std::string | mEncoding |
unsigned short | mVersion |
std::vector< vl::ref< VLXStructure > > | mStructures |
std::map< std::string, VLXValue > | mMetadata |
Protected Attributes inherited from vl::Object | |
std::string | mObjectName |
IMutex * | mRefCountMutex |
int | mReferenceCount |
bool | mAutomaticDelete |
Parses a VLT file translating it into a VLX hierarchy.
Definition at line 42 of file ParserVLB.hpp.
|
inline |
Definition at line 47 of file ParserVLB.hpp.
References vlX::Parser::mVersion.
|
inline |
Definition at line 109 of file ParserVLB.hpp.
Referenced by readValue().
|
inline |
Definition at line 500 of file ParserVLB.hpp.
Referenced by parse(), parseHeader(), readChunk(), readInteger(), readString(), and readValue().
|
inline |
Definition at line 502 of file ParserVLB.hpp.
|
inlinevirtual |
Implements vlX::Parser.
Definition at line 148 of file ParserVLB.hpp.
References vl::VirtualFile::close(), vl::Log::error(), vl::ref< T >::get(), inputFile(), vlX::Parser::mEncoding, vlX::Parser::mMetadata, vlX::Parser::mStructures, vlX::Parser::mVersion, vl::OM_ReadOnly, vl::VirtualFile::open(), parseHeader(), vlX::Parser::parseMetadata(), parseStructure(), readChunk(), VL_SERIALIZER_VERSION, and vlX::VLB_ChunkStructure.
|
inlinevirtual |
Implements vlX::Parser.
Definition at line 52 of file ParserVLB.hpp.
References inputFile(), vlX::Parser::mEncoding, vlX::Parser::mVersion, vl::VirtualFile::read(), and vl::VirtualFile::readUInt8().
Referenced by parse().
|
inline |
Definition at line 258 of file ParserVLB.hpp.
References readInteger(), readString(), readValue(), vlX::VLXTaggedValue::setTag(), and vlX::VLXList::value().
Referenced by readValue().
|
inline |
Definition at line 220 of file ParserVLB.hpp.
References readInteger(), readString(), readValue(), vlX::VLXStructure::setID(), vlX::VLXStructure::KeyValue::setKey(), vlX::VLXTaggedValue::setTag(), vlX::VLXStructure::KeyValue::value(), and vlX::VLXStructure::value().
Referenced by parse(), and readValue().
|
inline |
Definition at line 81 of file ParserVLB.hpp.
References inputFile(), and vl::VirtualFile::read().
Referenced by parse(), and readValue().
|
inline |
Definition at line 83 of file ParserVLB.hpp.
References inputFile(), and vl::VirtualFile::read().
Referenced by parseList(), parseStructure(), readString(), and readValue().
|
inline |
Definition at line 133 of file ParserVLB.hpp.
References inputFile(), vl::VirtualFile::read(), readInteger(), and VL_CHECK.
Referenced by parseList(), parseStructure(), and readValue().
|
inline |
Definition at line 286 of file ParserVLB.hpp.
References decodeIntegers(), vlX::decompress(), vlX::VLXValue::getArrayInteger(), vlX::VLXValue::getArrayReal(), vlX::VLXValue::getList(), vlX::VLXValue::getRawtextBlock(), vlX::VLXValue::getStructure(), inputFile(), parseList(), parseStructure(), vl::VirtualFile::read(), readChunk(), vl::VirtualFile::readDouble(), vl::VirtualFile::readFloat(), readInteger(), readString(), vl::VirtualFile::readUInt8(), vlX::VLXValue::setArrayInteger(), vlX::VLXValue::setArrayReal(), vlX::VLXValue::setBool(), vlX::VLXValue::setID(), vlX::VLXValue::setIdentifier(), vlX::VLXValue::setInteger(), vlX::VLXValue::setList(), vlX::VLXValue::setRawtextBlock(), vlX::VLXValue::setReal(), vlX::VLXValue::setString(), vlX::VLXValue::setStructure(), vlX::VLXRawtextBlock::setValue(), vlX::VLXArrayTemplate< T >::value(), VL_CHECK, vlX::VLB_ChunkArrayInteger, vlX::VLB_ChunkArrayRealDouble, vlX::VLB_ChunkArrayRealFloat, vlX::VLB_ChunkBool, vlX::VLB_ChunkID, vlX::VLB_ChunkIdentifier, vlX::VLB_ChunkInteger, vlX::VLB_ChunkList, vlX::VLB_ChunkRawtext, vlX::VLB_ChunkRealDouble, vlX::VLB_ChunkString, and vlX::VLB_ChunkStructure.
Referenced by parseList(), and parseStructure().
|
inline |
Definition at line 498 of file ParserVLB.hpp.
Referenced by vlX::VLXSerializer::loadVLB().
Visualization Library 2.1.0 Reference Documentation
Updated on Wed Mar 10 2021 16:02:57.
© Copyright Michele Bosi. All rights reserved.