|
nany
|
Classes | |
| struct | Default |
Public Member Functions | |
| void | merge (const Qualifiers &) |
| Merge with another qualifiers. | |
| void | clear () |
| Clear. | |
Operators | |
| bool | operator== (const Qualifiers &) const |
| Comparison. | |
| bool | operator!= (const Qualifiers &) const |
| Not equal. | |
Public Attributes | |
| Yuni::Tribool | constant = Default::constant |
| Get if constant. | |
| Yuni::Tribool | ref = Default::ref |
| By reference, and not by copy. | |
| Yuni::Tribool | nullable = Default::nullable |
| Nullable, can be null ? | |
1.8.12