You need to show us the code that uses that class. There's nothing in that class definition but method declarations and data members.
I strongly recommend you step through the code with a debugger, so that you can see exactly where your program crashes, and examine the state of the memory at that point.