Length dimension. More...
#include <vcsl_length.h>

Public Member Functions | |
| ~vcsl_length () override=default | |
| bool | compatible_unit (vcsl_unit_sptr const &new_unit) const override |
| Is ‘new_unit’ a compatible unit for the dimension ?. More... | |
| vcsl_unit_sptr | standard_unit () const override |
| Return the standard unit associated to the dimension. More... | |
| void | ref () |
| void | unref () |
| long | get_references () const |
| bool | is_referenced () const |
Static Public Member Functions | |
| static vcsl_length_sptr | instance () |
| Return the reference to the unique vcsl_length object. More... | |
Private Member Functions | |
| vcsl_length ()=default | |
Length dimension.
Definition at line 21 of file vcsl_length.h.
|
privatedefault |
|
overridedefault |
|
overridevirtual |
Is ‘new_unit’ a compatible unit for the dimension ?.
Pure virtual function of vcsl_dimension
Implements vcsl_dimension.
Definition at line 8 of file vcsl_length.cxx.
|
static |
Return the reference to the unique vcsl_length object.
Definition at line 24 of file vcsl_length.cxx.
|
overridevirtual |
Return the standard unit associated to the dimension.
Pure virtual function of vcsl_dimension
Implements vcsl_dimension.
Definition at line 16 of file vcsl_length.cxx.
1.8.15