#include <EnumType.hpp>
Public Member Functions | |
EnumConstant (const std::string &n, const ConstantValue &v) | |
Data Fields | |
std::string | name |
ConstantValue | value |
Definition at line 41 of file EnumType.hpp.
cfront::EnumConstant::EnumConstant | ( | const std::string & | n, | |
const ConstantValue & | v | |||
) | [inline] |
Definition at line 44 of file EnumType.hpp.
std::string cfront::EnumConstant::name |
Definition at line 43 of file EnumType.hpp.