openscenegraph
|
Public Member Functions | |
OutputException (const std::vector< std::string > &fields, const std::string &err) | |
const std::string & | getField () const |
const std::string & | getError () const |
Protected Attributes | |
std::string | _field |
std::string | _error |
osgDB::OutputException::OutputException | ( | const std::vector< std::string > & | fields, |
const std::string & | err | ||
) | [inline] |
References _field.
const std::string& osgDB::OutputException::getError | ( | ) | const [inline] |
References _error.
const std::string& osgDB::OutputException::getField | ( | ) | const [inline] |
References _field.
std::string osgDB::OutputException::_error [protected] |
Referenced by getError().
std::string osgDB::OutputException::_field [protected] |
Referenced by getField(), and OutputException().