Represents a COS real.
More...
#include <art/paperback/carousel/real.hxx>
|
|
double | _data {} |
| |
|
Owner * | _owner {} |
| |
◆ Real() [1/4]
| Art::Paperback::Carousel::Real::Real |
( |
| ) |
|
◆ Real() [2/4]
| Art::Paperback::Carousel::Real::Real |
( |
double | value | ) |
|
◆ Real() [3/4]
| Art::Paperback::Carousel::Real::Real |
( |
Real const & | other | ) |
|
◆ Real() [4/4]
| Art::Paperback::Carousel::Real::Real |
( |
Real && | other | ) |
|
◆ ~Real()
| Art::Paperback::Carousel::Real::~Real |
( |
| ) |
|
|
noexcept |
◆ operator*()
| double const & Art::Paperback::Carousel::Real::operator* |
( |
| ) |
const |
◆ operator=() [1/2]
| Real & Art::Paperback::Carousel::Real::operator= |
( |
Real const & | other | ) |
|
◆ operator=() [2/2]
| Real & Art::Paperback::Carousel::Real::operator= |
( |
Real && | other | ) |
|
◆ operator==()
| bool Art::Paperback::Carousel::Real::operator== |
( |
Real const & | other | ) |
const |
◆ operator!=()
| bool Art::Paperback::Carousel::Real::operator!= |
( |
Real const & | other | ) |
const |
◆ attach()
| void Art::Paperback::Carousel::Object_model::Value_base::attach |
( |
Owner & | owner | ) |
|
|
inherited |
Attach value to owner.
- Parameters
-
| owner | Reference 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 |