How is something like this setup?

I have a bunch of functions in this class like

AClass->Func()

and I want to organize them.

AClass->Mask::Func()

How do I do that? Would I just put Func() in a static class inside AClass?