The CompoundFactory
Struct Reference
Declaration
struct anonymous{tagreader.cpp}::CompoundFactory { ... }
Public Member Typedefs Index
using | CreateFunc = std::function< TagCompoundVariant()> |
Public Constructors Index
CompoundFactory (TagFileParser::State s, const CreateFunc &f) | |
Public Member Attributes Index
TagFileParser::State | state |
CreateFunc | make_instance |
Definition at line 1087 of file tagreader.cpp.
Public Member Typedefs
CreateFunc
|
Definition at line 1089 of file tagreader.cpp.
1089 using CreateFunc = std::function<TagCompoundVariant()>;
Public Constructors
CompoundFactory()
| inline |
Definition at line 1090 of file tagreader.cpp.
1090 CompoundFactory(TagFileParser::State s,const CreateFunc &f) : state(s), make_instance(f) {}
References make_instance and state.
Public Member Attributes
make_instance
|
Definition at line 1092 of file tagreader.cpp.
Referenced by CompoundFactory.
state
|
Definition at line 1091 of file tagreader.cpp.
Referenced by CompoundFactory.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.