vcsl_millimeter.cxx
Go to the documentation of this file.
1 // This is core/vcsl/vcsl_millimeter.cxx
2 #include "vcsl_millimeter.h"
3 
4 //---------------------------------------------------------------------------
5 // Return the reference to the unique vcsl_millimeter object
6 //---------------------------------------------------------------------------
8 {
9  static vcsl_millimeter_sptr instance_=new vcsl_millimeter;
10  return instance_;
11 }
vcsl_millimeter()=default
static vcsl_millimeter_sptr instance()
Return the reference to the unique vcsl_millimeter object.