how would it go?
Code:
char *MyClass::MyFunction() { }
char MyClass::*MyFunction() { }
char MyClass::MyFunction() { }
???