#include <string>
#include "ptrs.h"
Go to the source code of this file.
|
| #define | DECODE_ERR_SIG_DECL const std::string& message, const ebmlElementType* cls=nullptr, off_t offset=-1, unsigned char headSize=0, off_t erroroffset=-1 |
| |
| #define | DECODE_ERR_SIG const std::string& message, const ebmlElementType* cls, off_t offset, unsigned char headSize, off_t erroroffset |
| |
| #define | DECODE_ERR_ARGS message, cls, offset, headSize, erroroffset |
| |
| #define | DECODE_ERR_DEFAULT nullptr, 0, 0 |
| |
◆ DECODE_ERR_ARGS
| #define DECODE_ERR_ARGS message, cls, offset, headSize, erroroffset |
◆ DECODE_ERR_DEFAULT
| #define DECODE_ERR_DEFAULT nullptr, 0, 0 |
◆ DECODE_ERR_SIG
| #define DECODE_ERR_SIG const std::string& message, const ebmlElementType* cls, off_t offset, unsigned char headSize, off_t erroroffset |
◆ DECODE_ERR_SIG_DECL
| #define DECODE_ERR_SIG_DECL const std::string& message, const ebmlElementType* cls=nullptr, off_t offset=-1, unsigned char headSize=0, off_t erroroffset=-1 |