|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| InputException (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::InputException::InputException | ( | const std::vector< std::string > & | fields, |
| const std::string & | err | ||
| ) | [inline] |
References _field.
| const std::string& osgDB::InputException::getError | ( | ) | const [inline] |
References _error.
| const std::string& osgDB::InputException::getField | ( | ) | const [inline] |
References _field.
std::string osgDB::InputException::_error [protected] |
Referenced by getError().
std::string osgDB::InputException::_field [protected] |
Referenced by getField(), and InputException().
| Generated at Thu Sep 27 2012 17:03:11 for the OpenSceneGraph by doxygen 1.7.6.1. |