Mirror reflection library 0.5.13

mirror::ConstnessTag Struct Reference

ConstnessTag is a type that reflects the member function constness. More...

#include <mirror/doc/concepts_specifier.hpp>

Inheritance diagram for mirror::ConstnessTag:
Collaboration diagram for mirror::ConstnessTag:

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

ConstnessTag is a type that reflects the member function constness.

There are two types which are models of this concept - spec_const_tag representing const member functions and spec_non_const_tag for non-const member functions of a class.

See also:
spec_const_tag
spec_non_const_tag
constness_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.