|
libebml_ng
|
#include <exceptions.h>
Public Member Functions | |
| unicodeEncodeError (const std::string &message, const std::wstring &object=L"", off_t start=-1, off_t end=-1, const c_ebmlElement_sp &elem=nullptr) | |
Public Member Functions inherited from ebml::ebmlEncodeError | |
| ebmlEncodeError (const std::string &message, const c_ebmlElement_sp &elem=nullptr) | |
| c_ebmlElement_sp & | elem () const |
Public Member Functions inherited from ebml::ebmlException | |
| ebmlException (const std::string &message) | |
| const char * | what () const noexcept override |
Public Attributes | |
| std::wstring | object |
| off_t | start |
| off_t | end |
| ebml::unicodeEncodeError::unicodeEncodeError | ( | const std::string & | message, |
| const std::wstring & | object = L"", |
||
| off_t | start = -1, |
||
| off_t | end = -1, |
||
| const c_ebmlElement_sp & | elem = nullptr |
||
| ) |
| off_t ebml::unicodeEncodeError::end |
| std::wstring ebml::unicodeEncodeError::object |
| off_t ebml::unicodeEncodeError::start |
1.8.14