#include <exceptions.h>
|
| | ebmlResizeError (const std::string &, off_t, off_t, off_t, off_t, off_t) |
| |
| | ebmlResizeError (const std::string &, off_t, off_t, off_t, off_t, off_t, const c_ebmlElement_sp &) |
| |
| | ebmlResizeError (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 |
| |
◆ ebmlResizeError() [1/3]
| ebml::ebmlResizeError::ebmlResizeError |
( |
const std::string & |
message, |
|
|
off_t |
offset, |
|
|
off_t |
endOffset, |
|
|
off_t |
lastChildOffset, |
|
|
off_t |
lastChildEnd, |
|
|
off_t |
nextSiblingOffset |
|
) |
| |
◆ ebmlResizeError() [2/3]
| ebml::ebmlResizeError::ebmlResizeError |
( |
const std::string & |
message, |
|
|
off_t |
offset, |
|
|
off_t |
endOffset, |
|
|
off_t |
lastChildOffset, |
|
|
off_t |
lastChildEnd, |
|
|
off_t |
nextSiblingOffset, |
|
|
const c_ebmlElement_sp & |
elem |
|
) |
| |
◆ ebmlResizeError() [3/3]
| ebml::ebmlResizeError::ebmlResizeError |
( |
const std::string & |
message, |
|
|
off_t |
offset, |
|
|
off_t |
endOffset, |
|
|
off_t |
lastChildOffset, |
|
|
off_t |
lastChildEnd, |
|
|
off_t |
nextSiblingOffset, |
|
|
c_ebmlElement_sp && |
elem |
|
) |
| |
◆ elem
◆ endOffset
| off_t ebml::ebmlResizeError::endOffset |
◆ lastChildEnd
| off_t ebml::ebmlResizeError::lastChildEnd |
◆ lastChildOffset
| off_t ebml::ebmlResizeError::lastChildOffset |
◆ nextSiblingOffset
| off_t ebml::ebmlResizeError::nextSiblingOffset |
◆ offset
| off_t ebml::ebmlResizeError::offset |
The documentation for this class was generated from the following files: