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 | Friends | List of all members
vl::VLXStructure::Value Class Reference

Key/value pair used by VLXStructure. More...

#include <VLXValue.hpp>

Public Member Functions

 Value ()
 
 Value (const char *key, VLXValue value)
 
std::string & key ()
 
const std::string & key () const
 
void setKey (const char *key)
 
VLXValuevalue ()
 
const VLXValuevalue () const
 
void setValue (const VLXValue &value)
 

Friends

class VLXStructure
 

Detailed Description

Key/value pair used by VLXStructure.

Definition at line 581 of file VLXValue.hpp.

Constructor & Destructor Documentation

◆ Value() [1/2]

vl::VLXStructure::Value::Value ( )
inline

Definition at line 586 of file VLXValue.hpp.

◆ Value() [2/2]

vl::VLXStructure::Value::Value ( const char *  key,
VLXValue  value 
)
inline

Definition at line 587 of file VLXValue.hpp.

Member Function Documentation

◆ key() [1/2]

std::string& vl::VLXStructure::Value::key ( )
inline

Definition at line 589 of file VLXValue.hpp.

◆ key() [2/2]

const std::string& vl::VLXStructure::Value::key ( ) const
inline

Definition at line 590 of file VLXValue.hpp.

◆ setKey()

void vl::VLXStructure::Value::setKey ( const char *  key)
inline

◆ setValue()

void vl::VLXStructure::Value::setValue ( const VLXValue value)
inline

Definition at line 595 of file VLXValue.hpp.

◆ value() [1/2]

VLXValue& vl::VLXStructure::Value::value ( )
inline

◆ value() [2/2]

const VLXValue& vl::VLXStructure::Value::value ( ) const
inline

Definition at line 594 of file VLXValue.hpp.

Friends And Related Function Documentation

◆ VLXStructure

friend class VLXStructure
friend

Definition at line 583 of file VLXValue.hpp.


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