Home
last modified time | relevance | path

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

/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dparammode.h29 ParamModeBase(Module* Creator, const std::string& Name, char modeletter, ParamSpec ps) in ParamModeBase() function
60 : ParamModeBase(Creator, Name, modeletter, ps) in ParamModeBase() function
H A Dmode.h83 class ParamModeBase; variable