Mirror reflection library 0.5.13

mirror::meta_object_category< T > Struct Template Reference

Template meta-function for getting the category tag of a type. More...

#include <mirror/meta_object_tags.hpp>

List of all members.

Public Types

typedef CategoryTag type
 The category tag for the type passed as template argument.

Detailed Description

template<class T>
struct mirror::meta_object_category< T >

Template meta-function for getting the category tag of a type.

This template meta-function can be used to get the exact category tag for a (meta-object) type.

Template Parameters:
Tthe type to be examined for Mirror category tag
See also:
categorize_meta_object
meta_object_kind
non_meta_object_tag
meta_object_tag
meta_named_object_tag
meta_scoped_object_tag
meta_named_scoped_object_tag
meta_scope_tag
meta_namespace_tag
meta_global_scope_tag
meta_type_tag
meta_class_tag

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.