Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::Array. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
template<typename T_Array , typename T_VLXArray > | |
ref< VLXStructure > | export_ArrayT (VLXSerializer &s, const Object *arr_abstract) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::Array.
Definition at line 58 of file VLXWrappers.hpp.
virtual ref<Object> vl::VLXClassWrapper_Array::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 60 of file VLXWrappers.hpp.
References vl::VLXValue::ArrayInteger, vl::VLXValue::ArrayReal, vl::Log::error(), vl::ref< T >::get(), vl::VLXValue::getArrayInteger(), vl::VLXValue::getArrayReal(), vl::VLXStructure::getValue(), vl::VLXTaggedValue::lineNumber(), NULL, vl::VLXSerializer::registerImportedStructure(), vl::VLXSerializer::signalImportError(), vl::VLXTaggedValue::tag(), vl::VLXValue::type(), and VLX_IMPORT_CHECK_RETURN_NULL.
ref<VLXStructure> vl::VLXClassWrapper_Array::export_ArrayT | ( | VLXSerializer & | s, |
const Object * | arr_abstract | ||
) | [inline] |
Definition at line 394 of file VLXWrappers.hpp.
References vl::Object::as(), vl::VLXSerializer::generateID(), and vl::vlx_makeTag().
virtual ref<VLXStructure> vl::VLXClassWrapper_Array::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 412 of file VLXWrappers.hpp.
References vl::ref< T >::get(), vl::VLXSerializer::registerExportedObject(), and vl::VLXSerializer::signalExportError().