CppParser
Loading...
Searching...
No Matches
obj-factory-helper.h File Reference
#include "cppast.h"
#include "cppobjfactory.h"
#include "cpptoken.h"
Include dependency graph for obj-factory-helper.h:

Go to the source code of this file.

Functions

template<typename... Params>
CppCompoundnewCompound (Params... params)
 
template<typename... Params>
CppConstructornewConstructor (Params... params)
 
template<typename... Params>
CppDestructornewDestructor (Params... params)
 
template<typename... Params>
CppFunctionnewFunction (Params... params)
 
template<typename... Params>
CppTypeConverternewTypeConverter (Params... params)
 

Variables

CppObjFactorygObjFactory
 

Function Documentation

◆ newCompound()

template<typename... Params>
CppCompound * newCompound ( Params...  params)

Definition at line 33 of file obj-factory-helper.h.

Here is the call graph for this function:

◆ newConstructor()

template<typename... Params>
CppConstructor * newConstructor ( Params...  params)

Definition at line 39 of file obj-factory-helper.h.

Here is the call graph for this function:

◆ newDestructor()

template<typename... Params>
CppDestructor * newDestructor ( Params...  params)

Definition at line 45 of file obj-factory-helper.h.

Here is the call graph for this function:

◆ newFunction()

template<typename... Params>
CppFunction * newFunction ( Params...  params)

Definition at line 51 of file obj-factory-helper.h.

Here is the call graph for this function:

◆ newTypeConverter()

template<typename... Params>
CppTypeConverter * newTypeConverter ( Params...  params)

Definition at line 57 of file obj-factory-helper.h.

Here is the call graph for this function:

Variable Documentation

◆ gObjFactory

CppObjFactory* gObjFactory
extern

Definition at line 52 of file cppparser.cpp.