Mirror reflection library 0.5.13

mirror::spec___tag Struct Reference

Special specifier tag for selecting the default specifier in a context. More...

#include <mirror/specifier_tags.hpp>


Detailed Description

Special specifier tag for selecting the default specifier in a context.

This specifier tag is used as a convenience for selecting the default specifier for the particular context in which it is used. For example if this specifier is used to specify the inheritance type then the non-virtual inheritance is selected, if it is used to specify the default 'staticity' or 'constness' of a class member function then in the first case non-static tag and in the second cast the non-const tag is selected.

Do not use this tag directly, it is used by some of the registering macros in an appropriate way.


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.