|
#define | BALL_SLEEPFOR(x) |
|
#define | BALL_MAX(a, b) |
|
#define | BALL_MAX3(x, y, z) |
|
#define | BALL_MIN(a, b) |
|
#define | BALL_MIN3(x, y, z) |
|
#define | BALL_ABS(x) |
|
#define | BALL_SGN(x) |
|
#define | BALL_ODD(x) |
|
#define | BALL_INT_ODD(x) |
|
#define | BALL_INT_EVEN(x) |
|
#define | BALL_REAL_ROUND(x) |
|
#define | BALL_REAL_EQUAL(x, y, e) |
|
#define | BALL_REAL_NOT_EQUAL(x, y, e) |
|
#define | BALL_REAL_LESS(x, y, e) |
|
#define | BALL_REAL_LESS_OR_EQUAL(x, y, e) |
|
#define | BALL_REAL_GREATER(x, y, e) |
|
#define | BALL_REAL_GREATER_OR_EQUAL(x, y, e) |
|
#define | BALL_REAL_ABS(x) |
|
#define | BALL_REAL_SGN(x) |
|
#define | BALL_REAL_ODD(x) |
|
#define | BALL_REAL_EVEN(x) |
|
#define | BALL_REAL_FLOOR(x) |
|
#define | BALL_REAL_CEILING(x) |
|
#define | BALL_REAL_ROUND_INT(x) |
|
#define | BALL_CHAR_BITS BALL::ball_macro_char_bits<unsigned>() |
|
#define | BALL_CHAR_MASK BALL::ball_macro_char_mask<unsigned>() |
|
#define | BALL_CHAR_SHIFT BALL::ball_macro_char_shift<unsigned>() |
|
#define | BALL_CHAR_ALL_BITS_SET BALL::ball_macro_all_bits_set<char>() |
|
#define | BALL_CHAR_ALL_BITS_CLEARED BALL::ball_macro_all_bits_cleared<char>() |
|
#define | BALL_NUMBER_OF_BYTES(bits) |
|
#define | BALL_SIZEOF_ARRAY(a) |
|
#define | BALL_BITARRAY_SIZE(number_of_bits) |
|
#define | BALL_BITARRAY_CLEAR_BIT(array, x) |
|
#define | BALL_BITARRAY_SET_BIT(array, x) |
|
#define | BALL_BITARRAY_TOGGLE_BIT(array, x) |
|
#define | BALL_BITARRAY_IS_BIT_SET(array, x) |
|
#define | BALL_BIT(bit) |
|
#define | BALL_BIT_SET(bitset, bit) |
|
#define | BALL_BIT_SET_ALL(bitset) |
|
#define | BALL_BIT_SET_ALL_TO(bitset, bit) |
|
#define | BALL_BIT_SET_ALL_FROM(bitset, bit) |
|
#define | BALL_BIT_CLEAR(bitset, bit) |
|
#define | BALL_BIT_CLEAR_ALL(bitset) |
|
#define | BALL_BIT_CLEAR_ALL_TO(bitset, bit) |
|
#define | BALL_BIT_CLEAR_ALL_FROM(bitset, bit) |
|
#define | BALL_BIT_IS_SET(bitset, bit) |
|
#define | BALL_BIT_IS_CLEARED(bitset, bit) |
|
#define | BALL_ANGLE_RADIAN_TO_DEGREE(rad_angle) |
|
#define | BALL_ANGLE_DEGREE_TO_RADIAN(deg_angle) |
|
#define | BALL_OFFSET_OF(struct_name, struct_var_name) |
|
#define | BALL_DUMP_DEPTH(os, depth) |
|
#define | BALL_DUMP_STREAM_PREFIX(os) |
|
#define | BALL_DUMP_HEADER(os, cl, ob) |
|
#define | BALL_DUMP_CLASS_HEADER(os, cl, ob) |
|
#define | BALL_DUMP_STREAM_SUFFIX(os) |
|
|
template<class T > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_sleepfor (T ms) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_max (T a, T b) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_max3 (T a, T b, T c) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_min (T a, T b) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_min3 (T a, T b, T c) |
|
template<class X > |
int BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_abs (X x) |
|
template<class X > |
int BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_sgn (X x) |
|
template<class X > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_odd (X x) |
|
template<class X > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_int_odd (X x) |
|
template<class X > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_int_even (X x) |
|
template<class X > |
X BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_round (X x) |
|
template<class X , class Y , class E > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_equal (X x, Y y, E e) |
|
template<class X , class Y , class E > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_not_equal (X x, Y y, E e) |
|
template<class X , class Y , class E > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_less (X x, Y y, E e) |
|
template<class X , class Y , class E > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_less_or_equal (X x, Y y, E e) |
|
template<class X , class Y , class E > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_greater (X x, Y y, E e) |
|
template<class X , class Y , class E > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_greater_or_equal (X x, Y y, E e) |
|
template<class X > |
X BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_abs (X x) |
|
template<class X > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_odd (X x) |
|
template<class X > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_even (X x) |
|
template<class X > |
long BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_floor (X x) |
|
template<class X > |
long BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_ceiling (X x) |
|
template<class X > |
int BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_real_round_int (X x) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_char_bits () |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_char_mask () |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_char_shift () |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_all_bits_set () |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_all_bits_cleared () |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_number_of_bytes (T x) |
|
template<class T , std::size_t N> |
std::size_t BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_sizeof_array (T(&)[N]) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bitarray_size (T x) |
|
template<class BitArray , class X > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bitarray_clear_bit (BitArray *a, X x) |
|
template<class BitArray , class X > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bitarray_set_bit (BitArray *a, X x) |
|
template<class BitArray , class X > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bitarray_toggle_bit (BitArray *a, X x) |
|
template<class BitArray , class X > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bitarray_is_bit_set (BitArray *a, X x) |
|
template<class Bit > |
unsigned BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit (Bit bit) |
|
template<class Bitset , class Bit > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_set (Bitset &bitset, Bit bit) |
|
template<class Bitset > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_set_all (Bitset &bitset) |
|
template<class Bitset , class Bit > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_set_all_to (Bitset &bitset, Bit bit) |
|
template<class Bitset , class Bit > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_set_all_from (Bitset &bitset, Bit bit) |
|
template<class Bitset , class Bit > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_clear (Bitset &bitset, Bit bit) |
|
template<class Bitset > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_clear_all (Bitset &bitset) |
|
template<class Bitset , class Bit > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_clear_all_to (Bitset &bitset, Bit bit) |
|
template<class Bitset , class Bit > |
void BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_clear_all_from (Bitset &bitset, Bit bit) |
|
template<class Bitset , class Bit > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_is_set (Bitset &bitset, Bit bit) |
|
template<class Bitset , class Bit > |
bool BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_bit_is_cleared (Bitset &bitset, Bit bit) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_angle_radians_to_degree (T rad_angle) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_angle_degree_to_radian (T deg_angle) |
|
template<class T > |
T BALL_DEPRECATED BALL_INLINE | BALL::ball_macro_generic_echo (T value) |
|