// ensure the constructor is always public
return m_name;
return m_value;
m_name = name;
m_value = value;