mrdocs::DomCorpus::construct

Construct a lazy Dom object representing the specified symbol.

Synopsis

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.

Return Value

A container of key and value pairs.

Parameters

Name

Description

I

Base class with common properties of all symbols

Created with MrDocs