HoviTron Video Pipeline
Public Member Functions
json::Null Struct Reference
Inheritance diagram for json::Null:
json::Value

Public Member Functions

 Null (std::istream &stream)
 
- Public Member Functions inherited from json::Value
 Value (Node::Type type)
 

Additional Inherited Members

- Data Fields inherited from json::Value
Node::Type type
 

Detailed Description

Definition at line 193 of file JsonParser.cpp.

Constructor & Destructor Documentation

◆ Null() [1/2]

json::Null::Null ( )
inline

Definition at line 195 of file JsonParser.cpp.

195: Value(Node::Type::null) {}

◆ Null() [2/2]

json::Null::Null ( std::istream &  stream)
inline

Definition at line 197 of file JsonParser.cpp.

197 : Null()
198 {
199 matchText(stream, "null");
200 }

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