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 //---------------------------------------------------------------------------
8 {
9  static vcsl_meter_sptr instance_=new vcsl_meter;
10  return instance_;
11 }
Standard unit associated to the length dimension.
vcsl_meter()=default
static vcsl_meter_sptr instance()
Return the reference to the unique vcsl_meter object.
Definition: vcsl_meter.cxx:7