|
dxd - dynax driver framework 3.0.0d222
cross platform open source driver development framework
|
Classes | |
| struct | dx::circular |
| kernel/user space shared circular buffer More... | |
| struct | dx::circular::channel< dst_t, src_t > |
| struct | dx::circular::interlocked< dst_t > |
| compare-exchange returning the prior value regardless of outcome (WIN32 Interlocked* semantics) More... | |
Namespaces | |
| namespace | dx |
| dynax driver framework interface namespace | |
Concepts | |
| concept | dx::non_pointer |
Variables | |
| template<typename> | |
| constexpr bool | dx::is_floating_point = false |
| template<> | |
| constexpr bool | dx::is_floating_point< double > = true |
| template<> | |
| constexpr bool | dx::is_floating_point< float > = true |
| template<> | |
| constexpr bool | dx::is_floating_point< long double > = true |
| template<typename> | |
| constexpr bool | dx::is_integral = false |
| template<> | |
| constexpr bool | dx::is_integral< int16_t > = true |
| template<> | |
| constexpr bool | dx::is_integral< int32_t > = true |
| template<> | |
| constexpr bool | dx::is_integral< int64_t > = true |
| template<> | |
| constexpr bool | dx::is_integral< int8_t > = true |
| template<typename> | |
| constexpr bool | dx::is_pointer = false |
| template<typename type_t> | |
| constexpr bool | dx::is_pointer< type_t * > = true |
| (c) copyright 2009 dynamic acoustics e.U. | generated on |