Home
last modified time | relevance | path

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

/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dtypedefs.h51 class XLineFactory; variable
H A Dxline.h381 XLineFactory(const std::string &t) : type(t) { } in XLineFactory() function