|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|

Public Member Functions | |
| Undefined () | |
| Constructor. | |
| Undefined (Undefined const &) | |
| Constructor. | |
| Undefined (Undefined &&) | |
| Constructor. | |
| ~Undefined () noexcept | |
| Destructor. | |
| Undefined & | operator= (Undefined const &) |
| Assignment. | |
| Undefined & | operator= (Undefined &&) |
| Assignment. | |
| bool | operator== (Undefined const &) const |
| Comparison. | |
| bool | operator!= (Undefined 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 | |
| Owner * | _owner {} |
| Art::Paperback::Carousel::Undefined::Undefined | ( | ) |
Constructor.
| Art::Paperback::Carousel::Undefined::Undefined | ( | Undefined const & | ) |
Constructor.
| Art::Paperback::Carousel::Undefined::Undefined | ( | Undefined && | ) |
Constructor.
|
noexcept |
Destructor.
| bool Art::Paperback::Carousel::Undefined::operator== | ( | Undefined const & | ) | const |
Comparison.
| bool Art::Paperback::Carousel::Undefined::operator!= | ( | Undefined const & | ) | 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.