You could use a namespace.
A class with only one instance is OK, I guess. Just keep that instance in a global (static) variable and then the ISR can refer to it.
A class is like a group of things (like dogs). An instance is one dog (like Rover) which belongs to the class "dogs".