/* * ===================================================================================== * * Filename: box.h * * Description: * * Version: 1.0 * Created: 2021年04月13日 16时12分44秒 * Revision: none * Compiler: gcc * * Author: Li Chao (), lichao@aiotlink.com * Organization: * * ===================================================================================== */ #ifndef BOX_L3FWJE7T #define BOX_L3FWJE7T #include #include typedef std::function MainFunc; bool BoxInstall(const std::string &name, MainFunc const &func, const std::string &desc); bool BoxFind(const std::string &name, MainFunc &func); #endif // end of include guard: BOX_L3FWJE7T