Is it possible to give a class an alias in its .h file? I thought I read somewhere this was possible, but now the reference cannot be found. If so, what is it called so I can read up on it. I thought I read somewhere you could do the following
class ThisIsAReallyLongClassName
{
} foo;
Maybe my syntax is off or I'm thinking of a different language?