Classes | |
| struct | IfTuple |
| struct | convert |
| struct | convert< ConstData, Data > |
| struct | other |
| struct | other< ConstData > |
| struct | shared_data |
| Data that need to be shared among instances of Data_. More... | |
| struct | static_assert |
| struct | static_assert< true > |
| struct | same_type |
| struct | same_type< T, T > |
| struct | maxvalue_trait |
| struct | assert_unsigned |
| struct | builder |
| struct | builder< DeconstIterator< Iter > > |
Functions | |
| DECLARE_MAX_TRAIT (int8_t, 127) | |
| DECLARE_MAX_TRAIT (u_int8_t, 255) | |
| DECLARE_MAX_TRAIT (int16_t, 32767) | |
| DECLARE_MAX_TRAIT (u_int16_t, 65535) | |
| DECLARE_MAX_TRAIT (int32_t, 2147483647) | |
| DECLARE_MAX_TRAIT (u_int32_t, 4294967295U) | |
| DECLARE_UNSIGNED (u_int8_t) | |
| DECLARE_UNSIGNED (u_int16_t) | |
| DECLARE_UNSIGNED (u_int32_t) | |
| olsr::utl::internal::DECLARE_MAX_TRAIT | ( | u_int32_t | , | |
| 4294967295U | ||||
| ) |
| olsr::utl::internal::DECLARE_MAX_TRAIT | ( | int32_t | , | |
| 2147483647 | ||||
| ) |
| olsr::utl::internal::DECLARE_MAX_TRAIT | ( | u_int16_t | , | |
| 65535 | ||||
| ) |
| olsr::utl::internal::DECLARE_MAX_TRAIT | ( | int16_t | , | |
| 32767 | ||||
| ) |
| olsr::utl::internal::DECLARE_MAX_TRAIT | ( | u_int8_t | , | |
| 255 | ||||
| ) |
| olsr::utl::internal::DECLARE_MAX_TRAIT | ( | int8_t | , | |
| 127 | ||||
| ) |
| olsr::utl::internal::DECLARE_UNSIGNED | ( | u_int32_t | ) |
| olsr::utl::internal::DECLARE_UNSIGNED | ( | u_int16_t | ) |
| olsr::utl::internal::DECLARE_UNSIGNED | ( | u_int8_t | ) |
1.5.6