root/trunk/ElephantDebugApi/dmd_specifics.h

Revision 5, 347 bytes (checked in by qbert, 3 years ago)

Initial ( and last :( ) commit

Line 
1 #ifndef DMD_SPECIFICS
2 #define DMD_SPECIFICS
3
4 #include <string>
5
6 using std::string;
7
8 bool isMangled( string& buf ) ;
9 int readNumber (string& buf ) ;
10 string readString(int number, string& buf ) ;   
11 void demangle(const string& sym, string& moduleName, string& className, string& functionName ) ;
12
13
14 typedef unsigned int uint;
15
16
17 #endif
Note: See TracBrowser for help on using the browser.