Mirror reflection library 0.5.13

mirror::AccessTypeTag Struct Reference

AccessTypeTag is a type that reflects the class member access type specifier. More...

#include <mirror/doc/concepts_specifier.hpp>

Inheritance diagram for mirror::AccessTypeTag:
Collaboration diagram for mirror::AccessTypeTag:

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

AccessTypeTag is a type that reflects the class member access type specifier.

There are three types which are models of this concept - spec_private_tag representing private access type, spec_protected_tag for protected member access type and spec_public_tag for public access type.

See also:
spec_private_tag
spec_protected_tag
spec_public_tag
access_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.