|
- Parameters
-
| value | Value to initialize |
| bvalue | boolean to initialize true == para |
| ivalue | integer to initialize 0 == anti, para everything else. |
|
|
| Orientation () noexcept |
| | Test for equality of value.
|
|
| Orientation (Value value) noexcept |
| | Test for equality of value.
|
|
| Orientation (bool bvalue) noexcept |
| | Test for equality of value.
|
|
| Orientation (int ivalue) noexcept |
| | Test for equality of value.
|
|
void | Flip () noexcept |
| | Test for equality of value.
|
|
bool | operator== (Value value) const noexcept |
| | Test for equality of value.
|
|
bool | operator!= (Value value) const noexcept |
| | Test for inequality of value.
|
| Value | operator! () const noexcept |
|
| operator bool () const noexcept |
| | Test for equality of value.
|
|
| operator int () const noexcept |
| | Test for equality of value.
|
| bool | operator== (const Orientation &a, const Orientation &b) |
| bool | operator!= (const Orientation &a, const Orientation &b) |
| bool | operator== (const Orientation::Value &a, const Orientation &b) |
| bool | operator!= (const Orientation::Value &a, const Orientation &b) |
Provides two values for orientation.