core
vcsl
vcsl_meter.cxx
Go to the documentation of this file.
1
// This is core/vcsl/vcsl_meter.cxx
2
#include "
vcsl_meter.h
"
3
4
//---------------------------------------------------------------------------
5
// Return the reference to the unique vcsl_meter object
6
//---------------------------------------------------------------------------
7
vcsl_meter_sptr
vcsl_meter::instance
()
8
{
9
static
vcsl_meter_sptr
instance_=
new
vcsl_meter
;
10
return
instance_;
11
}
vbl_smart_ptr
vcsl_meter.h
Standard unit associated to the length dimension.
vcsl_meter::vcsl_meter
vcsl_meter()=default
vcsl_meter::instance
static vcsl_meter_sptr instance()
Return the reference to the unique vcsl_meter object.
Definition:
vcsl_meter.cxx:7
Generated by
1.8.15