File tree Expand file tree Collapse file tree 3 files changed +34
-178
lines changed
Expand file tree Collapse file tree 3 files changed +34
-178
lines changed Original file line number Diff line number Diff line change 1111** xref:error_handling.adoc[Error Handling]
1212** xref:custom_rtti.adoc[Custom RTTI]
1313** xref:dynamic_loading.adoc[Dynamic Loading]
14- * xref:reference:boost/openmethod.adoc[Reference (generated)]
15- * xref:reference.adoc[Reference (manual)]
14+ * Reference
15+ ** xref:macros.adoc[Macros]
16+ ** xref:reference:boost/openmethod.adoc[boost::openmethod]
Original file line number Diff line number Diff line change 1+ [#macros]
2+ = xref:macros.adoc[Macros]
3+ :mrdocs:
4+
5+ [cols=2]
6+ |===
7+ | Name
8+ | Description
9+ | xref:BOOST_OPENMETHOD.adoc[BOOST_OPENMETHOD]
10+ | declares a method
11+ | xref:BOOST_OPENMETHOD_CLASSES.adoc[BOOST_OPENMETHOD_CLASSES]
12+ | registers classes
13+ | xref:BOOST_OPENMETHOD_DECLARE_OVERRIDER.adoc[BOOST_OPENMETHOD_DECLARE_OVERRIDER]
14+ | declares a method overrider
15+ | xref:BOOST_OPENMETHOD_DEFAULT_REGISTRY.adoc[BOOST_OPENMETHOD_DEFAULT_REGISTRY]
16+ | default registry
17+ | xref:BOOST_OPENMETHOD_DEFINE_OVERRIDER.adoc[BOOST_OPENMETHOD_DEFINE_OVERRIDER]
18+ | defines the body of a method overrider
19+ | xref:BOOST_OPENMETHOD_ID.adoc[BOOST_OPENMETHOD_ID]
20+ | generates a method id
21+ | xref:BOOST_OPENMETHOD_INLINE_OVERRIDE.adoc[BOOST_OPENMETHOD_INLINE_OVERRIDE]
22+ | adds an overrider to a method as an inline function
23+ | xref:BOOST_OPENMETHOD_OVERRIDE.adoc[BOOST_OPENMETHOD_OVERRIDE]
24+ | adds an overrider to a method
25+ | xref:BOOST_OPENMETHOD_OVERRIDER.adoc[BOOST_OPENMETHOD_OVERRIDER]
26+ | returns the class template specialization containing an overrider
27+ | xref:BOOST_OPENMETHOD_OVERRIDERS.adoc[BOOST_OPENMETHOD_OVERRIDERS]
28+ | returns the class template containing the overriders for all the methods with a given name
29+ | xref:BOOST_OPENMETHOD_REGISTER.adoc[BOOST_OPENMETHOD_REGISTER]
30+ | creates a static registrar object
31+ |===
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments