Tide 0.1.0

tide::BadElementLength Struct Reference

A fixed-length element is truncated or lengthened in the file. More...

#include <tide/exceptions.h>

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

Detailed Description

A fixed-length element is truncated or lengthened in the file.

Some elements are stored with a fixed length in the file:

If one of these elements is found with an incorrect size, this error is raised.

The err_pos tag may be included to indicate where in the file the error occured.

The err_id tag may be provided to indicate the ID of the element that is corrupted.

The err_el_size tag may be provided, giving the size found.

The err_valid_sizes tag may be provided, giving the valid sizes.

Definition at line 213 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