If you want one method to be grouped differently from the others, you might consider putting it in a separate class, only for that method. Remember C++ has multiple inheritance.
The other answer is make everything else private, so it's only visible to that class.
make base class members all private.
inherit base class and into derived class type: using function ();// problem is if other classes are using this base cl. too :/