1#ifndef SENSESP_MINIMAL_APP_H_
2#define SENSESP_MINIMAL_APP_H_
18 static const std::shared_ptr<SensESPMinimalApp>
get() {
22 return std::static_pointer_cast<SensESPMinimalApp>(
instance_);
static std::shared_ptr< SensESPBaseApp > instance_
SensESPBaseApp()
Construct a new SensESP Base App object.
static const std::shared_ptr< SensESPMinimalApp > get()
Get the singleton instance of the SensESPMinimalApp.
friend class SensESPMinimalAppBuilder
SensESPMinimalApp(SensESPMinimalApp &other)=delete
void operator=(SensESPMinimalApp &other)=delete