35 const std::shared_ptr<Entry> &root,
42 std::unique_ptr<Private>
p;
Clang parser object for a single translation unit, which consists of a source file and the directly o...
~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.
This is an alternative implementation of QCString.
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.