35 const std::shared_ptr<Entry> &root,
36 ClangTUParser *clangParser)
override;
42 std::unique_ptr<Private>
p;
~LexOutlineParser() override
std::unique_ptr< Private > p
bool needsPreprocessing(const QCString &) const override
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed t...
void parsePrototype(const QCString &) override
Callback function called by the comment block scanner.
Abstract interface for outline parsers.
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.