|
| MbValueRange (double value) |
| Constructor. More...
|
|
| MbValueRange (double lower, double upper) |
| Constructor. More...
|
|
| MbValueRange (double value, double lower, double upper) |
| Constructor. More...
|
|
| MbValueRange ()=delete |
| Default constructor obviously deleted.
|
|
| MbValueRange (const MbValueRange &)=default |
| Copy constructor has default implementation.
|
|
| MbValueRange (MbValueRange &&)=default |
| Assignment operators has default implementation.
|
|
bool | IsValueDefined (double &value) const |
| Wether the value is defined. More...
|
|
bool | IsRangeDefined (double &lower, double &upper) const |
| Wether the range is defined. More...
|
|
void | Init (double value) |
| Set value, reset range. More...
|
|
void | Init (double lower, double upper) |
| Set range, reset value. More...
|
|
void | Init (double value, double lower, double upper) |
| Set value and range. More...
|
|
bool | IsSame (const MbValueRange &to, double accuracy) const |
| Are the objects equal.
|
|
| TapeBase (RegistrableRec regs=noRegistrable) |
| Constructor.
|
|
| TapeBase (const TapeBase &) |
| Copy-constructor.
|
|
virtual | ~TapeBase () |
| Destructor.
|
|
RegistrableRec | GetRegistrable () const |
| Whether the stream class is registrable.
|
|
void | SetRegistrable (RegistrableRec regs=registrable) const |
| Set the state of registration of the stream class.
|
|
virtual const char * | GetPureName (const VersionContainer &) const |
| Get the class name.
|
|
virtual bool | IsFamilyRegistrable () const |
| Whether the object belongs to a registrable family.
|
|
Value and range.
Value or range or both can be defined. The check of falues is not performed.