|
Doxygen
|
Public Attributes | |
| int | id |
| std::unordered_map< std::string, std::unique_ptr< CodeParserInterface > > | parserFactoryMap |
| std::stack< bool > | hidden |
Definition at line 25 of file docvisitor.cpp.
| std::stack<bool> DocVisitor::Private::hidden |
Definition at line 29 of file docvisitor.cpp.
| int DocVisitor::Private::id |
Definition at line 27 of file docvisitor.cpp.
| std::unordered_map< std::string, std::unique_ptr<CodeParserInterface> > DocVisitor::Private::parserFactoryMap |
Definition at line 28 of file docvisitor.cpp.