I have a function that returns an int, but uses an object called Handler inside of it:
Handler
int handler() { Handler myHandler; //... return 0;