I am trying to use inline member functions of a particular class. For example the function declaration and implementation without inlining is as such:
in the header
See the Inline Guard Macro idiom. This will at least allow you to separate, albeit slightly, the code from the declaration. It also allows you to toggle inlining of functions via a define.
define