mrdocs::getParents

Return a list of the parent symbols of the specified Symbol.

Synopsis

Declared in <mrdocs/Corpus.hpp>

std::vector<SymbolID>
getParents(
    Corpus const& C,
    Symbol const& I);

Return Value

a list of the parent symbols of the specified Symbol.

Parameters

Name Description

C

The collection of declarations in extracted form.

I

Base class with common properties of all symbols

Created with MrDocs