Ejemplo n.º 1
0
System_c& getSystemInstance()
{
  MACRO_SINGLETON_GET_INSTANCE_BODY(System_c);
}
Ejemplo n.º 2
0
/** C-style function, to get access to the unique EepromIo_c singleton instance */
EepromIo_c &getEepromInstance()
{
  MACRO_SINGLETON_GET_INSTANCE_BODY(EepromIo_c);
}