Searched defs:ExcludedConfig (Results 1 – 1 of 1) sorted by relevance
79 struct ExcludedConfig struct81 …ExcludedConfig(ConfigType type_, int id_, ExcludeReason reason_) : type(type_), id(id_), reason(re… in ExcludedConfig() argument85 ExcludedConfig(void) : type(CONFIGTYPE_LAST), id(0), reason(EXCLUDEREASON_LAST) in ExcludedConfig() argument89 ConfigType type;90 int id;91 ExcludeReason reason;