|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
Represents a COS boolean. More...
#include <art/paperback/carousel/boolean.hxx>

Public Member Functions | |
| Boolean () | |
| Constructor. | |
| Boolean (bool) | |
| Constructor. | |
| Boolean (Boolean const &) | |
| Constructor. | |
| Boolean (Boolean &&) | |
| Constructor. | |
| ~Boolean () noexcept | |
| Destructor. | |
| bool const & | operator* () const |
| Access boolean. | |
| Boolean & | operator= (Boolean const &) |
| Assignment. | |
| Boolean & | operator= (Boolean &&) |
| Assignment. | |
| bool | operator== (Boolean const &) const |
| Comparison. | |
| bool | operator!= (Boolean const &) const |
| Comparison. | |
| void | attach (Owner &) |
| Attach value to owner. | |
| Owner * | owner () |
| Access owner, if any. | |
| Owner const * | owner () const |
| Access owner, if any. | |
Protected Member Functions | |
| virtual void | attach_children (Owner &) |
| Attach any children. | |
Private Attributes | |
| bool | _data {} |
| Owner * | _owner {} |
Represents a COS boolean.
| Art::Paperback::Carousel::Boolean::Boolean | ( | ) |
Constructor.
| Art::Paperback::Carousel::Boolean::Boolean | ( | bool | value | ) |
Constructor.
| Art::Paperback::Carousel::Boolean::Boolean | ( | Boolean const & | other | ) |
Constructor.
| Art::Paperback::Carousel::Boolean::Boolean | ( | Boolean && | other | ) |
Constructor.
|
noexcept |
Destructor.
| bool const & Art::Paperback::Carousel::Boolean::operator* | ( | ) | const |
Access boolean.
| bool Art::Paperback::Carousel::Boolean::operator== | ( | Boolean const & | other | ) | const |
Comparison.
| bool Art::Paperback::Carousel::Boolean::operator!= | ( | Boolean const & | other | ) | const |
Comparison.
|
inherited |
Attach value to owner.
| owner | Reference to the owner. |
|
inherited |
Access owner, if any.
|
inherited |
Access owner, if any.
|
protectedvirtualinherited |
Attach any children.
| owner | The owner of the children. |
Reimplemented in Art::Paperback::Carousel::Array, and Art::Paperback::Carousel::Dictionary.