OpenMS concepts (types, macros, ...)
More...
|
| typedef OPENMS_INT32_TYPE | Int32 |
| | Signed integer type (32bit) More...
|
| |
| typedef OPENMS_UINT32_TYPE | UInt32 |
| | Unsigned integer type (32bit) More...
|
| |
| typedef OPENMS_INT64_TYPE | Int64 |
| | Signed integer type (64bit) More...
|
| |
| typedef OPENMS_UINT64_TYPE | UInt64 |
| | Unsigned integer type (64bit) More...
|
| |
| typedef time_t | Time |
| | Time type. More...
|
| |
| typedef unsigned int | UInt |
| | Unsigned integer type. More...
|
| |
| typedef int | Int |
| | Signed integer type. More...
|
| |
| typedef OPENMS_BYTE_TYPE | Byte |
| | Byte type. More...
|
| |
| typedef OPENMS_UINT64_TYPE | UID |
| | A unique object ID (as unsigned 64bit type). More...
|
| |
| typedef size_t | Size |
| | Size type e.g. used as variable which can hold result of size() More...
|
| |
| typedef ptrdiff_t | SignedSize |
| | Signed Size type e.g. used as pointer difference. More...
|
| |
OpenMS concepts (types, macros, ...)
◆ Byte
| typedef OPENMS_BYTE_TYPE Byte |
Byte type.
Use this type to represent byte data (8 bit length). A Byte is always unsigned.
◆ Int
◆ Int32
| typedef OPENMS_INT32_TYPE Int32 |
Signed integer type (32bit)
◆ Int64
| typedef OPENMS_INT64_TYPE Int64 |
Signed integer type (64bit)
◆ SignedSize
Signed Size type e.g. used as pointer difference.
◆ Size
Size type e.g. used as variable which can hold result of size()
◆ Time
Time type.
Use this type to represent a point in time (as a synonym for time_t).
◆ UID
| typedef OPENMS_UINT64_TYPE UID |
A unique object ID (as unsigned 64bit type).
- See also
- PersistentObject
◆ UInt
| typedef unsigned int UInt |
◆ UInt32
| typedef OPENMS_UINT32_TYPE UInt32 |
Unsigned integer type (32bit)
◆ UInt64
| typedef OPENMS_UINT64_TYPE UInt64 |
Unsigned integer type (64bit)