Skip to main content

The Private Struct Reference

Declaration

struct DocVisitor::Private { ... }

Public Member Attributes Index

intid
std::unordered_map< std::string, std::unique_ptr< CodeParserInterface > >parserFactoryMap
std::stack< bool >hidden

Definition at line 25 of file docvisitor.cpp.

Public Member Attributes

hidden

std::stack<bool> DocVisitor::Private::hidden

Definition at line 29 of file docvisitor.cpp.

29 std::stack<bool> hidden;

id

int DocVisitor::Private::id

Definition at line 27 of file docvisitor.cpp.

27 int id;

parserFactoryMap

std::unordered_map< std::string, std::unique_ptr<CodeParserInterface> > DocVisitor::Private::parserFactoryMap

Definition at line 28 of file docvisitor.cpp.

28 std::unordered_map< std::string, std::unique_ptr<CodeParserInterface> > parserFactoryMap;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.