ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Macros | |
#define | VC_OPERATOR_FORWARD_(ret, op) |
#define | VC_OPERATOR_INTENTIONAL_ERROR_1(V, op) |
#define | VC_OPERATOR_INTENTIONAL_ERROR_2(V1, V2, op) |
#define | VC_OPERATOR_INTENTIONAL_ERROR_3(V, _T, op) |
#define | VC_OPERATOR_INTENTIONAL_ERROR(op) |
#define | VC_OPERATOR_FORWARD_COMMUTATIVE(ret, op, op2) |
#define | VC_OPERATOR_FORWARD(ret, op) |
#define VC_OPERATOR_FORWARD | ( | ret, | |
op | |||
) |
Definition at line 177 of file operators.h.
#define VC_OPERATOR_FORWARD_ | ( | ret, | |
op | |||
) |
Definition at line 72 of file operators.h.
#define VC_OPERATOR_FORWARD_COMMUTATIVE | ( | ret, | |
op, | |||
op2 | |||
) |
Definition at line 166 of file operators.h.
#define VC_OPERATOR_INTENTIONAL_ERROR | ( | op | ) |
Definition at line 163 of file operators.h.
#define VC_OPERATOR_INTENTIONAL_ERROR_1 | ( | V, | |
op | |||
) |
Definition at line 129 of file operators.h.
#define VC_OPERATOR_INTENTIONAL_ERROR_2 | ( | V1, | |
V2, | |||
op | |||
) |
Definition at line 133 of file operators.h.
#define VC_OPERATOR_INTENTIONAL_ERROR_3 | ( | V, | |
_T, | |||
op | |||
) |
Definition at line 137 of file operators.h.