Mirror reflection library 0.5.13

mirror::MetaMetaObject Struct Reference

MetaMetaObject is a type reflecting a meta_object. More...

#include <mirror/doc/concepts.hpp>

Inheritance diagram for mirror::MetaMetaObject:
Collaboration diagram for mirror::MetaMetaObject:

List of all members.

Public Types

typedef unspecified_type category
 The category of the reflected meta-object.

Static Public Member Functions

static std::string construct_name (void)
 Returns the name of the reflected language construct.
static std::string base_name (void)
 Returns the base name of the reflected entity.

Friends

struct generalizations< MetaMetaObject >
 Returns the range of generalizations for the reflected MetaObject.
meta_meta_object_tag categorize_meta_object (MetaMetaObject)
meta_named_object_tag categorize_meta_object (MetaNamedObject)
meta_object_tag categorize_meta_object (MetaObject)
struct is_a< MetaObject, ConceptTag >
 Meta-function for checking if the MetaObject conforms to a concept.

Detailed Description


Member Typedef Documentation

typedef unspecified_type mirror::MetaMetaObject::category

The category of the reflected meta-object.

This is the category of the meta-object reflected by this meta-meta-object, same as returned by the meta_object_category meta-function.

See also:
meta_object_category
categorize_meta_object

Member Function Documentation

static std::string mirror::MetaNamedObject::base_name ( void  ) [static, inherited]

Returns the base name of the reflected entity.

This function returns the base name of the reflected construct (type, class, namespace, member variable, etc.) without the nested name specifier.

static std::string mirror::MetaMetaObject::construct_name ( void  ) [static]

Returns the name of the reflected language construct.

This function returns a human readable (i.e. not and identifier) name of the language construct reflected by the MetaObject which is reflected by this MetaMetaObject.


Friends And Related Function Documentation

meta_meta_object_tag categorize_meta_object ( MetaMetaObject  ) [friend]
See also:
meta_object_category
categorize_meta_object(const T&)
meta_object_tag categorize_meta_object ( MetaObject  ) [friend, inherited]

This function can be used to determine if a type is a MetaObject

See also:
meta_object_category
categorize_meta_object(const T&)
meta_named_object_tag categorize_meta_object ( MetaNamedObject  ) [friend, inherited]
See also:
meta_object_category
categorize_meta_object(const T&)
friend struct generalizations< MetaMetaObject > [friend]

Returns the range of generalizations for the reflected MetaObject.

This meta-function template returns a range of MetaMetaObjects that reflect the generalizations of the MetaObject reflected by this MetaMetaObject.

Returns:
Range<MetaMetaObject>
See also:
mp::range
friend struct is_a< MetaObject, ConceptTag > [friend, inherited]

Meta-function for checking if the MetaObject conforms to a concept.

This meta-function returns std::true_type if a MetaObject conforms to the concept identified by the ConceptTag. Returns std::false_type otherwise.

Returns:
BooleanConstantType

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.