Searched defs:Args (Results 1 – 4 of 4) sorted by relevance
59 struct Args { struct60 StopMethod stopMethod = StopMethod::NONE;61 std::string interface; // e.x. IFoo62 std::string instanceName; // e.x. default63 int threadNumber;64 std::string registerInstanceName; // e.x. default
79 Args *string member91 Args *string member
218 Args&&... /*rest*/) { in SendArgs() argument
44 using Args = std::multimap<Option, std::string>; typedef