I downloaded Ogre3D source code, and found this kind of class declaration:
class _OgreExport TimeIndex { ...
I know \"TimeIndex\" is the class
It's a macro that expands to something like __declspec(dllexport), marking the class to be exported by the linker.