42 const std::shared_ptr<Entry> &root,
48 std::unique_ptr<Private>
p;
Clang parser object for a single translation unit, which consists of a source file and the directly o...
Abstract interface for outline parsers.
bool needsPreprocessing(const QCString &extension) const override
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed t...
std::unique_ptr< Private > p
~PythonOutlineParser() override
void parsePrototype(const QCString &text) override
Callback function called by the comment block scanner.
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.