HoviTron Video Pipeline
Public Member Functions | Data Fields
json::Value Struct Reference
Inheritance diagram for json::Value:
json::Array json::Bool json::Null json::Number json::Object json::String

Public Member Functions

 Value (Node::Type type)
 

Data Fields

Node::Type type
 

Detailed Description

Definition at line 91 of file JsonParser.cpp.

Constructor & Destructor Documentation

◆ Value()

json::Value::Value ( Node::Type  type)
inline

Definition at line 93 of file JsonParser.cpp.

93: type(type) {}

◆ ~Value()

virtual json::Value::~Value ( )
inlinevirtual

Definition at line 95 of file JsonParser.cpp.

95{}

Field Documentation

◆ type

Node::Type json::Value::type

Definition at line 97 of file JsonParser.cpp.


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