core
vcsl
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
//---------------------------------------------------------------------------
7
vcsl_micron_sptr
vcsl_micron::instance
()
8
{
9
static
vcsl_micron_sptr
instance_=
new
vcsl_micron
;
10
return
instance_;
11
}
vcsl_micron::vcsl_micron
vcsl_micron()=default
vbl_smart_ptr
vcsl_micron.h
vcsl_micron::instance
static vcsl_micron_sptr instance()
Return the reference to the unique vcsl_micron object.
Definition:
vcsl_micron.cxx:7
Generated by
1.8.15