Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
Data Structures | |
struct | exact_signed_base_helper |
struct | exact_signed_base_helper< sizeof(signed char) *CHAR_BIT > |
struct | exact_unsigned_base_helper |
struct | exact_unsigned_base_helper< sizeof(unsigned char) *CHAR_BIT > |
struct | int_least_helper |
struct | int_least_helper< 1 > |
struct | int_least_helper< 2 > |
struct | int_least_helper< 3 > |
struct | int_least_helper< 4 > |
struct | int_least_helper< 5 > |
struct | uint_least_helper |
struct | uint_least_helper< 1 > |
struct | uint_least_helper< 2 > |
struct | uint_least_helper< 3 > |
struct | uint_least_helper< 4 > |
struct | uint_least_helper< 5 > |
struct hydra::detail::impl::exact_signed_base_helper< sizeof(signed char) *CHAR_BIT > |
struct hydra::detail::impl::exact_unsigned_base_helper< sizeof(unsigned char) *CHAR_BIT > |
Data Fields | ||
---|---|---|
typedef unsigned char | exact |
struct hydra::detail::impl::int_least_helper |
struct hydra::detail::impl::int_least_helper< 1 > |
struct hydra::detail::impl::int_least_helper< 2 > |
struct hydra::detail::impl::int_least_helper< 3 > |
Data Fields | ||
---|---|---|
typedef int | least |
struct hydra::detail::impl::int_least_helper< 4 > |
struct hydra::detail::impl::int_least_helper< 5 > |
struct hydra::detail::impl::uint_least_helper |
struct hydra::detail::impl::uint_least_helper< 1 > |
Data Fields | ||
---|---|---|
typedef unsigned long long | least |
struct hydra::detail::impl::uint_least_helper< 2 > |
Data Fields | ||
---|---|---|
typedef unsigned long | least |
struct hydra::detail::impl::uint_least_helper< 3 > |
struct hydra::detail::impl::uint_least_helper< 4 > |
Data Fields | ||
---|---|---|
typedef unsigned short | least |
struct hydra::detail::impl::uint_least_helper< 5 > |
Data Fields | ||
---|---|---|
typedef unsigned char | least |