Mirror reflection library 0.5.13

mirror::ElaboratedTypeTag Struct Reference

ElaboratedTypeTag is a type that reflects the elaborated type specifier. More...

#include <mirror/doc/concepts_specifier.hpp>

Inheritance diagram for mirror::ElaboratedTypeTag:
Collaboration diagram for mirror::ElaboratedTypeTag:

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

ElaboratedTypeTag is a type that reflects the elaborated type specifier.

There are several types which are models of this concept - spec_class_tag representing elaborated user types defines with the 'class' specifier, spec_struct_tag for user types defined as struct(s), spec_union_tag for union(s) and spec_enum_tag for enum(s).

See also:
spec_class_tag
spec_struct_tag
spec_union_tag
spec_enum_tag
spec_type_tag
elaborated_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.