Mirror reflection library - Lagoon run-time layer 0.5.13

lagoon::meta_inheritance Struct Reference

#include <lagoon/interfaces.hpp>

Inheritance diagram for lagoon::meta_inheritance:
Collaboration diagram for lagoon::meta_inheritance:

List of all members.

Public Member Functions

virtual shared
< inheritance_type_specifier > 
inheritance_type (void)=0
 returns the inheritance type specifier
virtual shared
< access_type_specifier > 
access_type (void)=0
 returns the member access type specifier
virtual shared< meta_classbase_class (void)=0
 Returns a meta_class reflecting the base class in the inhertiance.
virtual shared< meta_classderived_class (void)=0
 Returns a meta_class reflecting the derived class in the inhertiance.
virtual shared< meta_meta_objectself (void) const =0
 returns meta-data about this meta-object

Static Protected Member Functions

static void * _sel_ptr (void)
template<typename... P>
static void * _sel_ptr (void *p, P *...pp)

Detailed Description

This interface provides meta-data about the inheritance of a base-class of another class.

See also:
mirror::MetaInheritance

The documentation for this struct was generated from the following file:

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.