#include <exceptions.h>
|
| | ebmlInsertionError (const std::string &, off_t, off_t, off_t, off_t, off_t) |
| |
| | ebmlInsertionError (const std::string &, off_t, off_t, off_t, off_t, off_t, const c_ebmlElement_sp &) |
| |
| | ebmlInsertionError (const std::string &, off_t, off_t, off_t, off_t, off_t, c_ebmlElement_sp &&) |
| |
| | ebmlWriteError (const std::string &) |
| |
| | ebmlException (const std::string &message) |
| |
| const char * | what () const noexcept override |
| |
◆ ebmlInsertionError() [1/3]
| ebml::ebmlInsertionError::ebmlInsertionError |
( |
const std::string & |
message, |
|
|
off_t |
prevOffset, |
|
|
off_t |
prevEnd, |
|
|
off_t |
offset, |
|
|
off_t |
endOffset, |
|
|
off_t |
nextOffset |
|
) |
| |
◆ ebmlInsertionError() [2/3]
| ebml::ebmlInsertionError::ebmlInsertionError |
( |
const std::string & |
message, |
|
|
off_t |
prevOffset, |
|
|
off_t |
prevEnd, |
|
|
off_t |
offset, |
|
|
off_t |
endOffset, |
|
|
off_t |
nextOffset, |
|
|
const c_ebmlElement_sp & |
elem |
|
) |
| |
◆ ebmlInsertionError() [3/3]
| ebml::ebmlInsertionError::ebmlInsertionError |
( |
const std::string & |
message, |
|
|
off_t |
prevOffset, |
|
|
off_t |
prevEnd, |
|
|
off_t |
offset, |
|
|
off_t |
endOffset, |
|
|
off_t |
nextOffset, |
|
|
c_ebmlElement_sp && |
elem |
|
) |
| |
◆ elem
◆ endOffset
| off_t ebml::ebmlInsertionError::endOffset |
◆ nextOffset
| off_t ebml::ebmlInsertionError::nextOffset |
◆ offset
| off_t ebml::ebmlInsertionError::offset |
◆ prevEnd
| off_t ebml::ebmlInsertionError::prevEnd |
◆ prevOffset
| off_t ebml::ebmlInsertionError::prevOffset |
The documentation for this class was generated from the following files: