ExifTypes.hpp File Reference
definition the common types used in the whole project More...
#include "cstdint.hpp"
#include <cstddef>
#include <string>
#include <vector>
Include dependency graph for ExifTypes.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces
Classes
Defines
-
#define COUNT(array) ( sizeof(array) / sizeof(array[0]) )
Typedefs
-
typedef uint16_t picinfo::tag_t
Enumerations
- enum picinfo::TagType {
byte = 1,
ascii,
ushort,
ulong,
urational,
sbyte,
undefined,
sshort,
slong,
srational,
sfloat,
dfloat,
no_type
}
- enum picinfo::TypeMask {
byte_mask = 1 << byte,
ascii_mask = 1 << ascii,
ushort_mask = 1 << ushort,
ulong_mask = 1 << ulong,
urat_mask = 1 << urational,
sbyte_mask = 1 << sbyte,
undef_mask = 1 << undefined,
sshort_mask = 1 << sshort,
slong_mask = 1 << slong,
srat_mask = 1 << srational,
sfloat_mask = 1 << sfloat,
dfloat_mask = 1 << dfloat
}
Detailed Description
definition the common types used in the whole project
- Date:
- Sat Jan 7 2006
- Author:
- Nestal Wan
Generated on Fri Jan 13 23:38:18 2006 for picinfo by
1.4.4