CppParser
Loading...
Searching...
No Matches
cppobjfactory.h File Reference
#include "cppast.h"
#include "cppconst.h"
Include dependency graph for cppobjfactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CppObjFactory
 Factory class to create various CppObj instances. More...
 

Typedefs

using CppObjFactoryPtr = std::unique_ptr< CppObjFactory >
 

Typedef Documentation

◆ CppObjFactoryPtr

using CppObjFactoryPtr = std::unique_ptr<CppObjFactory>

Definition at line 59 of file cppobjfactory.h.