mrdocs::DomCorpus::construct
Construct a lazy Dom object representing the specified symbol.
Synopsis
Declared in <mrdocs/Metadata/DomCorpus.hpp>
virtual
dom::Object
construct(Symbol const& I) const;
Description
This function is called internally when a dom::Object representing a symbol needs to be constructed because it was not found in the cache.
Parameters
Name |
Description |
I |
Base class with common properties of all symbols |
Created with MrDocs