Generate JSON string of this object
| 233 | |
| 234 | // Generate JSON string of this object |
| 235 | std::string Saturation::Json() const { |
| 236 | |
| 237 | // Return formatted string |
| 238 | return JsonValue().toStyledString(); |
| 239 | } |
| 240 | |
| 241 | // Generate Json::Value for this object |
| 242 | Json::Value Saturation::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected