19#ifndef included_Retro_RtclSetList
20#define included_Retro_RtclSetList 1
48 void Add(
const std::string& name,
49 std::function<
void(TP)>&& set);
55 typedef std::map<std::string, set_uptr_t>
map_t;
virtual ~RtclSetList()
FIXME_docs.
void Add(const std::string &name, set_uptr_t &&upset)
FIXME_docs.
RtclSetList & operator=(const RtclSetList &)=delete
int M_set(RtclArgs &args)
FIXME_docs.
std::map< std::string, set_uptr_t > map_t
std::unique_ptr< RtclSetBase > set_uptr_t
RtclSetList(const RtclSetList &)=delete
Declaration of class ReventLoop.