|
osgEarth 2.1.1
|
Abstract class for writers. More...
Inheritance diagram for osgEarth::Json::Writer: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.
1.7.3