OpenSceneGraph
3.4.0
|
Public Types | |
enum | WriteStatus { NOT_IMPLEMENTED, FILE_NOT_HANDLED, ERROR_IN_WRITING_FILE, FILE_SAVED } |
Public Member Functions | |
WriteResult (WriteStatus status=FILE_NOT_HANDLED) | |
WriteResult (const std::string &m) | |
WriteResult (const WriteResult &rr) | |
WriteResult & | operator= (const WriteResult &rr) |
bool | operator< (const WriteResult &rhs) const |
std::string & | message () |
const std::string & | message () const |
WriteStatus | status () const |
bool | success () const |
bool | error () const |
bool | notHandled () const |
Protected Attributes | |
WriteStatus | _status |
std::string | _message |
NOT_IMPLEMENTED |
write*() method not implemented in concrete ReaderWriter. |
FILE_NOT_HANDLED | |
ERROR_IN_WRITING_FILE | |
FILE_SAVED |
osgDB::ReaderWriter::WriteResult::WriteResult | ( | WriteStatus | status = FILE_NOT_HANDLED | ) | [inline] |
osgDB::ReaderWriter::WriteResult::WriteResult | ( | const std::string & | m | ) | [inline] |
osgDB::ReaderWriter::WriteResult::WriteResult | ( | const WriteResult & | rr | ) | [inline] |
bool osgDB::ReaderWriter::WriteResult::error | ( | ) | const [inline] |
std::string& osgDB::ReaderWriter::WriteResult::message | ( | ) | [inline] |
const std::string& osgDB::ReaderWriter::WriteResult::message | ( | ) | const [inline] |
bool osgDB::ReaderWriter::WriteResult::notHandled | ( | ) | const [inline] |
bool osgDB::ReaderWriter::WriteResult::operator< | ( | const WriteResult & | rhs | ) | const [inline] |
References _status.
WriteResult& osgDB::ReaderWriter::WriteResult::operator= | ( | const WriteResult & | rr | ) | [inline] |
WriteStatus osgDB::ReaderWriter::WriteResult::status | ( | ) | const [inline] |
bool osgDB::ReaderWriter::WriteResult::success | ( | ) | const [inline] |
std::string osgDB::ReaderWriter::WriteResult::_message [protected] |
Referenced by operator=().
WriteStatus osgDB::ReaderWriter::WriteResult::_status [protected] |
Referenced by operator<(), and operator=().
![]() | Generated at Tue Dec 8 2015 00:14:28 for the OpenSceneGraph by doxygen 1.7.6.1. |