Mirror reflection library 0.5.13

mirror::MetaScopedObject Struct Reference

MetaScopedObject is a type reflecting a construct defined in a scope. More...

#include <mirror/doc/concepts.hpp>

Inheritance diagram for mirror::MetaScopedObject:
Collaboration diagram for mirror::MetaScopedObject:

List of all members.

Public Types

typedef MetaScope scope
 A type reflecting the scope of the scoped object.

Friends

struct scope< MetaScopedObject >
 Meta-function returning the scope of the scoped object.
meta_scoped_object_tag categorize_meta_object (MetaScopedObject)
struct is_a< MetaObject, ConceptTag >
 Meta-function for checking if the MetaObject conforms to a concept.
meta_object_tag categorize_meta_object (MetaObject)

Detailed Description

MetaScopedObject is a type reflecting a construct defined in a scope.

See also:
meta_scoped_object_tag
meta_object_category
categorize_meta_object

Member Typedef Documentation

A type reflecting the scope of the scoped object.

This type conforms to the MetaScope concept and provides meta-data about the scope which encloses the construct reflected by this MetaScopedObject.

See also:
MetaScope

Reimplemented in mirror::MetaNamespace, mirror::MetaGlobalScope, mirror::MetaClassMember, mirror::MetaEnumValue, mirror::MetaFreeVariable, and mirror::MetaContainer.


Friends And Related Function Documentation

meta_scoped_object_tag categorize_meta_object ( MetaScopedObject  ) [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&)
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
friend struct scope< MetaScopedObject > [friend]

Meta-function returning the scope of the scoped object.

This meta-function "returns" the same MetaScope as the scope member typedef, but is better suited for algorithms using lambda placeholder expressions.

Returns:
MetaScope

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.