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