14#ifndef MODB_CONSTINFO_H
15#define MODB_CONSTINFO_H
18#include <boost/cstdint.hpp>
44 : name(name_), id(id_) {}
56 const std::string&
getName()
const {
return name; }
62 const uint64_t
getId()
const {
return id; }
Const info defines a specific enum member.
Definition ConstInfo.h:36