예제 #1
0
Enum::Enum(KernelSymbols *symbols, const TypeInfo& info)
    : BaseType(symbols, info), _enumerators(info.enumValues())
{
}