Home | History | Annotate | Download | only in json

Lines Matching refs:root

26       virtual std::string write( const Value &root ) = 0;
44 virtual std::string write( const Value &root );
79 * \param root Value to serialize.
80 * \return String containing the JSON document that represents the root value.
82 virtual std::string write( const Value &root );
93 void writeCommentBeforeValue( const Value &root );
94 void writeCommentAfterValueOnSameLine( const Value &root );
137 * \param root Value to serialize.
140 void write( std::ostream &out, const Value &root );
151 void writeCommentBeforeValue( const Value &root );
152 void writeCommentAfterValueOnSameLine( const Value &root );
178 std::ostream& operator<<( std::ostream&, const Value &root );