Mirror reflection library 0.5.13

mirror::tags< MetaObject > Struct Template Reference

Meta-function returning the tags of a meta-object. More...

#include <mirror/mirror_fwd.hpp>

Inherits aux::tags_helper< Expr, mp::is_a< Expr, meta_object_tag >::type >.

List of all members.

Public Types

typedef Range< Tag > type
 A mp::range of Tags assigned to the MetaObject.

Detailed Description

template<class MetaObject>
struct mirror::tags< MetaObject >

Meta-function returning the tags of a meta-object.

This meta-function returns a range of Tags which have been assigned to the MetaObject passed as argument

See also:
mp::range
required_param_of
Examples:

mirror/example/meta_prog_06.cpp.


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.