Alamo
|
Go to the source code of this file.
Macros | |
#define | X(name) name += rhs.name; |
#define | X(name) ret.name = name*alpha; |
Functions | |
AMREX_FORCE_INLINE void | operator+= (const OP_CLASS &rhs) |
AMREX_FORCE_INLINE OP_CLASS | operator* (const Set::Scalar alpha) const |
OP_CLASS | operator* (const Set::Scalar alpha, const OP_CLASS b) |
OP_CLASS | operator+ (const OP_CLASS a, const OP_CLASS b) |
OP_CLASS | operator- (const OP_CLASS a, const OP_CLASS b) |
bool | operator== (const OP_CLASS a, const OP_CLASS b) |
#define X | ( | name | ) | name += rhs.name; |
#define X | ( | name | ) | ret.name = name*alpha; |
AMREX_FORCE_INLINE OP_CLASS operator* | ( | const Set::Scalar | alpha | ) | const |
Definition at line 11 of file InClassOperators.H.
friend OP_CLASS operator* | ( | const Set::Scalar | alpha, |
const OP_CLASS | b | ||
) |
Definition at line 2 of file ExtClassOperators.H.
Definition at line 13 of file ExtClassOperators.H.
AMREX_FORCE_INLINE void operator+= | ( | const OP_CLASS & | rhs | ) |
Definition at line 2 of file InClassOperators.H.
Definition at line 24 of file ExtClassOperators.H.
Definition at line 35 of file ExtClassOperators.H.