|
msl 1.3.0
|
Go to the source code of this file.
Classes | |
| class | msl::Mask |
| A two dimensional binary mask. More... | |
Namespaces | |
| namespace | msl |
| Top-level namespace of the msl library. | |
Functions | |
| std::ostream & | msl::operator<< (std::ostream &stream, Mask const &mask) |
| Visual representation of the mask. | |
| Mask | msl::operator! (Mask mask) |
| Retrun a switched mask (enabled ↔ disabled). | |
| Mask | msl::operator& (Mask left, Mask const &right) |
| Intersection of two masks. | |
| Mask | msl::operator| (Mask left, Mask const &right) |
| Union of two masks. | |