Tide 0.1.0

tide::InvalidVarInt Struct Reference

An invalid variable-length integer was found. More...

#include <tide/exceptions.h>

Inheritance diagram for tide::InvalidVarInt:
Inheritance graph
[legend]
Collaboration diagram for tide::InvalidVarInt:
Collaboration graph
[legend]

Detailed Description

An invalid variable-length integer was found.

Encountered when reading a value stored as a variable-length integer, such as a tag or an element size value, that is incorrectly-formatted. This indicates that the file is corrupted.

An err_pos tag will often be included indicating where the bad variable-length integer was encountered.

Definition at line 110 of file exceptions.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines