Home
last modified time | relevance | path

Searched defs:Args_parse_helper (Results 1 – 1 of 1) sorted by relevance

/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dargs.hh98 template <typename P> struct Args_parse_helper<P, false> { struct
116 template <typename P> struct Args_parse_helper<P, true> { argument
118 static inline T *slot(T &variable, A &) { in slot()
122 static inline T *initialized_slot(T &variable, A &) { in initialized_slot()
126 static inline bool parse(P parser, const String &str, T &s, A &args) { in parse()
130 static inline bool parse(P parser, const String &str, T1 &s1, T2 &s2, A &args) { in parse()