|
libebml_ng
|
#include <exceptions.h>
Public Member Functions | |
| ebmlNoChildMatch (const std::string &message, const ebmlElementType *cls=nullptr, off_t offset=-1, unsigned char headSize=0, off_t erroroffset=-1) | |
Public Member Functions inherited from ebml::ebmlDecodeError | |
| ebmlDecodeError (const std::string &message, const ebmlElementType *cls=nullptr, off_t offset=-1, unsigned char headSize=0, off_t erroroffset=-1) | |
| virtual void | add_to_offset (off_t) |
Public Member Functions inherited from ebml::ebmlException | |
| ebmlException (const std::string &message) | |
| const char * | what () const noexcept override |
Additional Inherited Members | |
Public Attributes inherited from ebml::ebmlDecodeError | |
| off_t | offset |
| unsigned char | headSize |
| off_t | erroroffset |
| const ebmlElementType * | cls |
| ebml::ebmlNoChildMatch::ebmlNoChildMatch | ( | const std::string & | message, |
| const ebmlElementType * | cls = nullptr, |
||
| off_t | offset = -1, |
||
| unsigned char | headSize = 0, |
||
| off_t | erroroffset = -1 |
||
| ) |
1.8.14