Generate JSON string of this object
| 166 | |
| 167 | // Generate JSON string of this object |
| 168 | std::string Mask::Json() const { |
| 169 | |
| 170 | // Return formatted string |
| 171 | return JsonValue().toStyledString(); |
| 172 | } |
| 173 | |
| 174 | // Generate Json::Value for this object |
| 175 | Json::Value Mask::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected