static | OpCodeMap() |
private | OpCodeMap() |
public nothrow int | GetCode(const String<char>& name) const |
public nothrow const String<char>& | GetName(byte opCode) const |
public static nothrow OpCodeMap& | Instance() |
public nothrow int | MaxOpCodeNameLength() const |
private HashMap<String<char>, byte, Hasher<String<char>>, EqualTo<String<char>>> | codes |
private static UniquePtr<OpCodeMap> | instance |
private int | maxOpCodeNameLength |
private String<char>[256] | names |