37 const std::string& cclass)
40 TC* pobj = &this->
Obj();
43 gets.
Add<
size_t> (
"chunksize", std::bind(&TC::ChunkSize, pobj));
44 sets.
Add<
size_t> (
"chunksize", std::bind(&TC::SetChunkSize, pobj,
45 std::placeholders::_1));
void Add(const std::string &name, get_uptr_t &&upget)
FIXME_docs.
Implemenation (all inline) of RtclRw11CntlBase.
virtual TC & Obj()
FIXME_docs.
RtclRw11CntlRdmaBase(const std::string &type, const std::string &cclass)
Constructor.
~RtclRw11CntlRdmaBase()
FIXME_docs.
void Add(const std::string &name, set_uptr_t &&upset)
FIXME_docs.
Declaration of class ReventLoop.