VL
Classes | Typedefs | Functions
vl Namespace Reference

Classes

struct  CnvParams
 
class  JSONConverter
 
class  JSONLoader
 
class  JSONWriter
 
class  ListTreeNode
 
class  ObjectTreeNode
 
class  VarNodeRegistry
 
class  VarTreeNode
 

Typedefs

typedef std::shared_ptr< VarTreeNodeVarTreeNodePtr
 
typedef std::shared_ptr< ObjectTreeNodeObjectTreeNodePtr
 
typedef std::shared_ptr< ListTreeNodeListTreeNodePtr
 

Functions

std::string VarToJSON (const vl::Var &v, const vl::CnvParams &params)
 

Typedef Documentation

◆ ListTreeNodePtr

typedef std::shared_ptr< ListTreeNode > vl::ListTreeNodePtr

◆ ObjectTreeNodePtr

typedef std::shared_ptr< ObjectTreeNode > vl::ObjectTreeNodePtr

◆ VarTreeNodePtr

typedef std::shared_ptr<VarTreeNode> vl::VarTreeNodePtr

Function Documentation

◆ VarToJSON()

std::string vl::VarToJSON ( const vl::Var &  v,
const vl::CnvParams params 
)