Skip to main content

The CompoundFactory Struct Reference

Declaration

struct anonymous{tagreader.cpp}::CompoundFactory { ... }

Public Member Typedefs Index

usingCreateFunc = std::function< TagCompoundVariant()>

Public Constructors Index

CompoundFactory (TagFileParser::State s, const CreateFunc &f)

Public Member Attributes Index

TagFileParser::Statestate
CreateFuncmake_instance

Definition at line 1087 of file tagreader.cpp.

Public Member Typedefs

CreateFunc

using anonymous{tagreader.cpp}::CompoundFactory::CreateFunc = std::function<TagCompoundVariant()>

Definition at line 1089 of file tagreader.cpp.

1089 using CreateFunc = std::function<TagCompoundVariant()>;

Public Constructors

CompoundFactory()

anonymous{tagreader.cpp}::CompoundFactory::CompoundFactory (TagFileParser::State s, const CreateFunc & f)
inline

Definition at line 1090 of file tagreader.cpp.

References make_instance and state.

Public Member Attributes

make_instance

CreateFunc anonymous{tagreader.cpp}::CompoundFactory::make_instance

Definition at line 1092 of file tagreader.cpp.

Referenced by CompoundFactory.

state

TagFileParser::State anonymous{tagreader.cpp}::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.