include/libmangle.h File Reference
Go to the source code of this file.
Typedef Documentation
Garbage collector elements. Tracks allocated memory and points to the next element from the same context. Opaque structure. 
- See also:
- libmangle_gc_context_t 
 
 
Generic token instances. Type of token determined by base descriptor in members. Opaque structure. 
- See also:
- gen_tok() 
 
 
Function Documentation
Dumps pMToken to a file descriptor for debugging. 
- Parameters:
- 
  
    | [in] | fp | File descriptor to print the token to. |  | [in] | p | libmangle_tokens_t chain to print. |  
 
 
 
Prints C++ name to file descriptor. 
- Parameters:
- 
  
    | [in] | fp | Output file descriptor. |  | [in] | p | Token containing information about the C++ name. |  
 
- See also:
- libmangle_decode_ms_name() 
 
 
Releases memory tracked by context. 
- Parameters:
- 
  
    | [in] | gc | Garbage collection context to work on. |  
 
- See also:
- libmangle_generate_gc() 
 
 
Get pointer to decoded C++ name string. Use free() to release returned string. 
- Parameters:
- 
  
  
- Returns:
- pointer to decoded C++ name string. 
- See also:
- libmangle_decode_ms_name()