osgEarth 2.1.1
|
Abstract class for writers. More...
Public Member Functions | |
virtual | ~Writer () |
virtual std::string | write (const Value &root)=0 |
Writer::~Writer | ( | ) | [virtual] |
Definition at line 2866 of file JsonUtils.cpp.
{ }
virtual std::string osgEarth::Json::Writer::write | ( | const Value & | root | ) | [pure virtual] |
Implemented in osgEarth::Json::FastWriter, and osgEarth::Json::StyledWriter.