#include <jsonserialization.h>
|
| template<typename FloatingPointType > |
| static bool | Parse (const ttv::json::Value &value, FloatingPointType &output) |
| |
| template<typename FloatingPointType > |
| static bool | Emit (FloatingPointType input, ttv::json::Value &value) |
| |
◆ Emit()
template<typename FloatingPointType >
| static bool ttv::json::FloatingPointSchema::Emit |
( |
FloatingPointType |
input, |
|
|
ttv::json::Value & |
value |
|
) |
| |
|
inlinestatic |
◆ Parse()
template<typename FloatingPointType >
| static bool ttv::json::FloatingPointSchema::Parse |
( |
const ttv::json::Value & |
value, |
|
|
FloatingPointType & |
output |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: