Mirror reflection library - Puddle compile-time layer 0.5.13

puddle::MetaInheritance Struct Reference

MetaInheritance is a type reflecting class' base classes inheritance. More...

#include <puddle/doc/concepts.hpp>

Inheritance diagram for puddle::MetaInheritance:
Collaboration diagram for puddle::MetaInheritance:

List of all members.

Public Member Functions

MetaClass derived_class (void) const
 Returns the derived class in this inheritance.
Specifier inheritance_type (void) const
 Returns the inheritance type specifier.
Specifier access_type (void) const
 Returns the base class member access type tag.
MetaClass base_class (void) const
 Returns the base class in this inheritance.
mirror::meta_inheritance_tag category (void) const
template<typename Category >
Boolean is_a (Category) const
 Returns true if the meta-object is of the specified Category.

Friends

Boolean operator== (MetaObject, MetaObject)
 Equality comparison.
Boolean operator!= (MetaObject, MetaObject)
 Inequality comparison.

Detailed Description

MetaInheritance is a type reflecting class' base classes inheritance.

See also:
mirror::MetaInheritance
mirror::meta_inheritance_tag

Member Function Documentation

Specifier puddle::MetaInheritance::access_type ( void  ) const

Returns the base class member access type tag.

Specifier reflecting the member access type (private|protected|public) for the base class inheritance reflected by this meta_inheritance.

mirror::meta_inheritance_tag puddle::MetaInheritance::category ( void  ) const
Specifier puddle::MetaInheritance::inheritance_type ( void  ) const

Returns the inheritance type specifier.

Specifier reflecting the inheritance type (virtual | non-virtual) for the inheritance reflected by this meta_inheritance.

template<typename Category >
Boolean puddle::MetaObject::is_a ( Category  ) const [inherited]

Returns true if the meta-object is of the specified Category.

Template Parameters:
Categorya meta-object category tag type
See also:
mirror::meta_object_tag
mirror::categorize_meta_object
mirror::meta_object_category

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.