First header included by all source files. More...
#include <boost/cstdint.hpp>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | cgatools |
Namespace containing the libcgatools API. | |
Defines | |
#define | CGATOOLS_CORE_HPP_ 1 |
#define | __STDC_CONSTANT_MACROS 1 |
Make sure boost defines UINT64_C, etc. | |
Typedefs | |
typedef boost::int8_t | cgatools::int8_t |
8-bit int. | |
typedef boost::int16_t | cgatools::int16_t |
16-bit int. | |
typedef boost::int32_t | cgatools::int32_t |
32-bit int. | |
typedef boost::int64_t | cgatools::int64_t |
64-bit int. | |
typedef boost::uint8_t | cgatools::uint8_t |
8-bit unsigned int. | |
typedef boost::uint16_t | cgatools::uint16_t |
16-bit unsigned int. | |
typedef boost::uint32_t | cgatools::uint32_t |
32-bit unsigned int. | |
typedef boost::uint64_t | cgatools::uint64_t |
64-bit unsigned int. |
First header included by all source files.
Intended for generally useful preprocessor definitions and typedefs.