Mirror reflection library 0.5.13

mirror::MetaLocator Struct Reference

MetaLocator provides meta-data about a location in a container. More...

#include <mirror/doc/concepts_container.hpp>

Inheritance diagram for mirror::MetaLocator:
Collaboration diagram for mirror::MetaLocator:

List of all members.

Public Types

typedef Range< unspecified > signature
 Signature specifying the kinds of additional parameters for go_to.
typedef Locator locator_type
 The type of the Locator returned by go_to.

Static Public Member Functions

static locator_type go_to (Container container,...)
 Gets a locator for the location reflected by this MetaLocator.
static std::string base_name (void)
 Returns the base name of the reflected entity.

Friends

meta_locator_tag categorize_meta_object (MetaLocator)
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

MetaLocator provides meta-data about a location in a container.

See also:
meta_locator_tag
meta_object_category
categorize_meta_object

Member Typedef Documentation

The type of the Locator returned by go_to.

See also:
signature
typedef Range<unspecified> mirror::MetaLocator::signature

Signature specifying the kinds of additional parameters for go_to.

See also:
container_op_count_param
container_op_value_param
go_to

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 locator_type mirror::MetaLocator::go_to ( Container  container,
  ... 
) [static]

Gets a locator for the location reflected by this MetaLocator.

This function has one mandatory argument - the container to operate on. The other arguments are determined by the signature of the locator operation.

See also:
signature

Friends And Related Function Documentation

meta_locator_tag categorize_meta_object ( MetaLocator  ) [friend]
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&)
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

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.