The parserintf.h
File Reference
Included Headers
#include <functional>
#include <memory>
#include <map>
#include <string>
#include "types.h"
#include "containers.h"
#include "construct.h"
Classes Index
class | OutlineParserInterface |
Abstract interface for outline parsers. More... | |
class | CodeParserInterface |
Abstract interface for code parsers. More... | |
class | ParserManager |
Manages programming language parsers. More... | |
struct | ParserPair |
Typedefs Index
using | OutlineParserFactory = std::function< std::unique_ptr< OutlineParserInterface >()> |
using | CodeParserFactory = std::function< std::unique_ptr< CodeParserInterface >()> |
Typedefs
CodeParserFactory
|
Definition at line 139 of file parserintf.h.
139using CodeParserFactory = std::function<std::unique_ptr<CodeParserInterface>()>;
OutlineParserFactory
|
Definition at line 138 of file parserintf.h.
138using OutlineParserFactory = std::function<std::unique_ptr<OutlineParserInterface>()>;
Generated via doxygen2docusaurus by Doxygen 1.14.0.