blitz Version 1.0.2
|
Go to the source code of this file.
Namespaces | |
namespace | blitz |
Macros | |
#define | BZ_DEFINE_UNARY_OP(name, op) |
#define | BZ_DEFINE_UNARY_OP_RET(name, op, ret) |
#define | BZ_DEFINE_BINARY_OP(name, op) |
#define | BZ_DEFINE_BINARY_OP_RET(name, op, ret) |
#define BZ_DEFINE_BINARY_OP | ( | name, | |
op ) |
Referenced by blitz::BitwiseAnd< T_numtype1, T_numtype2 >::apply(), blitz::BitwiseOr< T_numtype1, T_numtype2 >::apply(), blitz::BitwiseXor< T_numtype1, T_numtype2 >::apply(), blitz::Divide< T_numtype1, T_numtype2 >::apply(), blitz::Modulo< T_numtype1, T_numtype2 >::apply(), blitz::Multiply< T_numtype1, T_numtype2 >::apply(), blitz::ShiftLeft< T_numtype1, T_numtype2 >::apply(), blitz::ShiftRight< T_numtype1, T_numtype2 >::apply(), and blitz::Subtract< T_numtype1, T_numtype2 >::apply().
#define BZ_DEFINE_BINARY_OP_RET | ( | name, | |
op, | |||
ret ) |
Referenced by blitz::Equal< T_numtype1, T_numtype2 >::apply(), blitz::GreaterOrEqual< T_numtype1, T_numtype2 >::apply(), blitz::Less< T_numtype1, T_numtype2 >::apply(), blitz::LessOrEqual< T_numtype1, T_numtype2 >::apply(), blitz::LogicalAnd< T_numtype1, T_numtype2 >::apply(), blitz::LogicalOr< T_numtype1, T_numtype2 >::apply(), and blitz::NotEqual< T_numtype1, T_numtype2 >::apply().
#define BZ_DEFINE_UNARY_OP | ( | name, | |
op ) |
Referenced by blitz::UnaryMinus< T_numtype1 >::apply(), and blitz::UnaryPlus< T_numtype1 >::apply().
#define BZ_DEFINE_UNARY_OP_RET | ( | name, | |
op, | |||
ret ) |