◆ WriteStatus
Enumerator |
---|
NOT_IMPLEMENTED | write*() method not implemented in concrete ReaderWriter.
|
FILE_NOT_HANDLED | |
ERROR_IN_WRITING_FILE | |
FILE_SAVED | |
◆ WriteResult() [1/3]
◆ WriteResult() [2/3]
osgDB::ReaderWriter::WriteResult::WriteResult |
( |
const std::string & |
m | ) |
|
|
inline |
◆ WriteResult() [3/3]
osgDB::ReaderWriter::WriteResult::WriteResult |
( |
const WriteResult & |
rr | ) |
|
|
inline |
◆ error()
bool osgDB::ReaderWriter::WriteResult::error |
( |
| ) |
const |
|
inline |
◆ message() [1/2]
std::string& osgDB::ReaderWriter::WriteResult::message |
( |
| ) |
|
|
inline |
◆ message() [2/2]
const std::string& osgDB::ReaderWriter::WriteResult::message |
( |
| ) |
const |
|
inline |
◆ notHandled()
bool osgDB::ReaderWriter::WriteResult::notHandled |
( |
| ) |
const |
|
inline |
◆ operator<()
bool osgDB::ReaderWriter::WriteResult::operator< |
( |
const WriteResult & |
rhs | ) |
const |
|
inline |
◆ operator=()
◆ status()
WriteStatus osgDB::ReaderWriter::WriteResult::status |
( |
| ) |
const |
|
inline |
◆ statusMessage()
std::string osgDB::ReaderWriter::WriteResult::statusMessage |
( |
| ) |
const |
Report the WriteResult's status, and message (if any). Useful for reporting of errors to users.
◆ success()
bool osgDB::ReaderWriter::WriteResult::success |
( |
| ) |
const |
|
inline |
◆ _message
std::string osgDB::ReaderWriter::WriteResult::_message |
|
protected |
◆ _status
The documentation for this class was generated from the following file: