#include <gradings.h>
Collaboration diagram for atlas::gradings::Status:
Public Types | |
enum | Value { Complex, ImaginaryCompact, Real, ImaginaryNoncompact } |
Public Member Functions | |
Status () | |
~Status () | |
Value | operator[] (size_t j) const |
bool | isComplex (size_t j) const |
bool | isImaginaryCompact (size_t j) const |
bool | isReal (size_t j) const |
bool | isImaginaryNoncompact (size_t j) const |
bool | isImaginary (size_t j) const |
void | set (size_t j, Value v) |
Private Attributes | |
bitset::TwoRankFlags | d_flags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|