libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
Art::Paperback::Carousel::Undefined Class Reference
Inheritance diagram for Art::Paperback::Carousel::Undefined:

Public Member Functions

 Undefined ()
 Constructor.
 
 Undefined (Undefined const &)
 Constructor.
 
 Undefined (Undefined &&)
 Constructor.
 
 ~Undefined () noexcept
 Destructor.
 
Undefinedoperator= (Undefined const &)
 Assignment.
 
Undefinedoperator= (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 {}
 

Constructor & Destructor Documentation

◆ Undefined() [1/3]

Art::Paperback::Carousel::Undefined::Undefined ( )

Constructor.

◆ Undefined() [2/3]

Art::Paperback::Carousel::Undefined::Undefined ( Undefined const & )

Constructor.

◆ Undefined() [3/3]

Art::Paperback::Carousel::Undefined::Undefined ( Undefined && )

Constructor.

◆ ~Undefined()

Art::Paperback::Carousel::Undefined::~Undefined ( )
noexcept

Destructor.

Member Function Documentation

◆ operator=() [1/2]

Undefined & Art::Paperback::Carousel::Undefined::operator= ( Undefined const & )

Assignment.

◆ operator=() [2/2]

Undefined & Art::Paperback::Carousel::Undefined::operator= ( Undefined && )

Assignment.

◆ operator==()

bool Art::Paperback::Carousel::Undefined::operator== ( Undefined const & ) const

Comparison.

◆ operator!=()

bool Art::Paperback::Carousel::Undefined::operator!= ( Undefined const & ) const

Comparison.

◆ attach()

void Art::Paperback::Carousel::Object_model::Value_base::attach ( Owner & owner)
inherited

Attach value to owner.

Parameters
ownerReference to the owner.

◆ owner() [1/2]

Owner * Art::Paperback::Carousel::Object_model::Value_base::owner ( )
inherited

Access owner, if any.

Returns
Returns a pointer to the owner, if attached.

◆ owner() [2/2]

Owner const * Art::Paperback::Carousel::Object_model::Value_base::owner ( ) const
inherited

Access owner, if any.

Returns
Returns a pointer to the owner, if attached.

◆ attach_children()

void Art::Paperback::Carousel::Object_model::Value_base::attach_children ( Owner & owner)
protectedvirtualinherited

Attach any children.

Parameters
ownerThe owner of the children.

Reimplemented in Art::Paperback::Carousel::Array, and Art::Paperback::Carousel::Dictionary.