Mirror reflection library 0.5.13

mirror::SpecifierTag Struct Reference

SpecifierTag is a class reflecting a trait specified by a specifier keyword. More...

#include <mirror/doc/concepts_specifier.hpp>

Inheritance diagram for mirror::SpecifierTag:

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

SpecifierTag is a class reflecting a trait specified by a specifier keyword.

SpecifierTag(s) can be used to examine various traits of base-level constructs like base class inheritance type, member function constness, variable storage class, etc. which are specified by various specifier keywords, like virtual, public, protected, private, mutable, static, etc.

See also:
InheritanceTypeTag
StorageClassTag
ConstnessTag
AccessTypeTag
ElaboratedTypeTag

Member Function Documentation

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

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.