Searched refs:StyledStreamWriter (Results 1 - 2 of 2) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp552 // Class StyledStreamWriter
555 StyledStreamWriter::StyledStreamWriter( std::string indentation ) function in class:Json::StyledStreamWriter
565 StyledStreamWriter::write( std::ostream &out, const Value &root )
579 StyledStreamWriter::writeValue( const Value &value )
640 StyledStreamWriter::writeArrayValue( const Value &value )
693 StyledStreamWriter::isMultineArray( const Value &value )
724 StyledStreamWriter::pushValue( const std::string &value )
734 StyledStreamWriter::writeIndent()
753 StyledStreamWriter
[all...]
/external/jsoncpp/include/json/
H A Dwriter.h128 class JSON_API StyledStreamWriter class in namespace:Json
131 StyledStreamWriter( std::string indentation="\t" );
132 ~StyledStreamWriter(){}
176 /// \brief Output using the StyledStreamWriter.

Completed in 840 milliseconds