Library Foundation

Package Dynamic

Overview

Classes: Pair, Struct, Var, VarHolder, VarHolderImpl, VarIterator, Visitor

Functions: appendJSONKey, appendJSONString, appendJSONValue, containerToJSON, isJSONString, operator !=, operator *, operator *=, operator +, operator +=, operator -, operator -=, operator /, operator /=, operator <, operator <=, operator ==, operator >, operator >=, operator [], structToString, swap

Classes

class Pair

Pair allows to define a pair of values. more...

class Struct

Struct allows to define a named collection of Var objects. more...

class Var

Var allows to store data of different types and to convert between these types transparently. more...

class VarHolder

Interface for a data holder used by the Var class. more...

class VarHolderImpl

Template based implementation of a VarHolder. more...

class VarIterator

VarIterator class. more...

class Visitor

VarVisitor class. more...