Mirror reflection library 0.5.13

mirror::MetaInserter Struct Reference

MetaInserter provides meta-data about a container element insertion method. More...

#include <mirror/doc/concepts_container.hpp>

Inheritance diagram for mirror::MetaInserter:
Collaboration diagram for mirror::MetaInserter:

List of all members.

Public Types

typedef Range< unspecified > signature
 Signature specifying the kinds of additional parameters for insert.

Static Public Member Functions

static void insert (Container &container,...)
 Inserts one or several values into a container.
static std::string base_name (void)
 Returns the base name of the reflected entity.

Friends

meta_inserter_tag categorize_meta_object (MetaInserter)
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

MetaInserter provides meta-data about a container element insertion method.

See also:
meta_inserter_tag
meta_object_category
categorize_meta_object

Member Typedef Documentation

typedef Range<unspecified> mirror::MetaInserter::signature

Signature specifying the kinds of additional parameters for insert.

See also:
container_op_location_param
container_op_count_param
container_op_value_param
insert

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 void mirror::MetaInserter::insert ( Container &  container,
  ... 
) [static]

Inserts one or several values into a container.

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

See also:
signature

Friends And Related Function Documentation

meta_inserter_tag categorize_meta_object ( MetaInserter  ) [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.