BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Member Functions
BeeeOn::Once Class Reference

#include <Once.h>

Public Member Functions

void execute (const std::function< void()> &func)
 

Detailed Description

Helper class providing single execution of some function for a lifetime of this object. E.g. we want to log some event only the first time it occures and not everytime.


The documentation for this class was generated from the following files: