First let me ask a general question:
Just create your instance of the class as const. This will ensure all the internals are const.
const
E.g. const MY_TYPE obj;
const MY_TYPE obj;