| 
    CppParser
    
   | 
 

Go to the source code of this file.
Functions | |
| template<typename... Params> | |
| CppCompound * | newCompound (Params... params) | 
| template<typename... Params> | |
| CppConstructor * | newConstructor (Params... params) | 
| template<typename... Params> | |
| CppDestructor * | newDestructor (Params... params) | 
| template<typename... Params> | |
| CppFunction * | newFunction (Params... params) | 
| template<typename... Params> | |
| CppTypeConverter * | newTypeConverter (Params... params) | 
Variables | |
| CppObjFactory * | gObjFactory | 
| CppCompound * newCompound | ( | Params... | params | ) | 
| CppConstructor * newConstructor | ( | Params... | params | ) | 
| CppDestructor * newDestructor | ( | Params... | params | ) | 
| CppFunction * newFunction | ( | Params... | params | ) | 
| CppTypeConverter * newTypeConverter | ( | Params... | params | ) | 
      
  | 
  extern | 
Definition at line 52 of file cppparser.cpp.