boost::openmethod::policies::rtti
Policy for manipulating type information.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
struct rtti;
Description
rtti policies are responsible for type information acquisition and dynamic casting.
Requirements
Classes implementing this policy must:
-
derive from `rtti`.
-
provide a `fn<Registry>` metafunction that conforms to the
RttiFnblueprint.
Derived Classes
| Name | Description |
|---|---|
Policy for deferred type id collection. |
|
Minimal implementation of the |
|
Implements the |
Created with MrDocs