1 #ifndef __ZGEN_ENGINE_ACTION_ALPHABET_H__
2 #define __ZGEN_ENGINE_ACTION_ALPHABET_H__
18 const char*
decode(
int id)
const;
26 int encode(
const char* name)
const;
42 #endif // end for __ZGEN_ENGINE_ACTION_ALPHABET_H__
static const char * ACTION_NAME[]
Definition: action_alphabet.h:29
Definition: action_alphabet.h:32
int encode(const char *name) const
Definition: action_alphabet.cc:24
ACTION_ID
Definition: action_alphabet.h:31
Definition: action_alphabet.h:32
Definition: action_alphabet.h:32
Definition: action_alphabet.h:32
Definition: action_alphabet.h:32
const char * decode(int id) const
Definition: action_alphabet.cc:16
Definition: action_alphabet.h:10