Mirror reflection library 0.5.13

mirror::InheritanceTypeTag Struct Reference

InheritanceTypeTag is a type which reflects the type of class inheritance. More...

#include <mirror/doc/concepts_specifier.hpp>

Inheritance diagram for mirror::InheritanceTypeTag:
Collaboration diagram for mirror::InheritanceTypeTag:

List of all members.

Static Public Member Functions

static std::string keyword (void)
 Returnins the keyword for the specifier represented by this tag.

Detailed Description

InheritanceTypeTag is a type which reflects the type of class inheritance.

There are two types which are models of this concept - spec_virtual_tag which represents the virtual inheritance type and spec_non_virtual_tag which represents non-virtual class inheritance.

See also:
spec_virtual_tag
spec_non_virtual_tag
inheritance_type_tags

Member Function Documentation

static std::string mirror::SpecifierTag::keyword ( void  ) [static, inherited]

Returnins the keyword for the specifier represented by this tag.

This function can be used to get the keyword for the specifier which is represented by the SpecifierTag type.


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.