19#ifndef included_Retro_RtclGetList
20#define included_Retro_RtclGetList 1
48 void Add(
const std::string& name, std::function<TP()>&& get);
54 typedef std::map<std::string, get_uptr_t>
map_t;
virtual ~RtclGetList()
FIXME_docs.
int M_get(RtclArgs &args)
FIXME_docs.
std::unique_ptr< RtclGetBase > get_uptr_t
RtclGetList(const RtclGetList &)=delete
RtclGetList & operator=(const RtclGetList &)=delete
void Add(const std::string &name, get_uptr_t &&upget)
FIXME_docs.
std::map< std::string, get_uptr_t > map_t
Declaration of class ReventLoop.