Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

BoostBook element inherit

inherit — Declares a base class of the enclosing class or struct

Synopsis

inherit ::= (type, purpose?)

Description

This element contains the type of the class inherited.

Attributes

Name Type Value Purpose
last-revision #IMPLIED CDATA Set to $Date$ to keep "last revised" information in sync with CVS changes
access #IMPLIED CDATA The access specifier ("public", "private", or "protected") of the inheritance.
id #IMPLIED CDATA A global identifier for this element
pack #IMPLIED CDATA Set to '1' if this is a pack exapansion.
xml:base #IMPLIED CDATA Implementation detail used by XIncludes

PrevUpHomeNext