Mirror reflection library 0.5.13

mirror::StorageClassTag Struct Reference

StorageClassTag is a type which reflects the storage class of a construct. More...

#include <mirror/doc/concepts_specifier.hpp>

Inheritance diagram for mirror::StorageClassTag:
Collaboration diagram for mirror::StorageClassTag:

List of all members.

Static Public Member Functions

static std::string keyword (void)
 Returnins the keyword for the specifier represented by this tag.

Detailed Description

StorageClassTag is a type which reflects the storage class of a construct.

There are several types which are models of this concept - spec_auto_tag which represents automatic storage class, spec_extern_tag representing extern storage class, spec_static_tag for static storage class, spec_mutable_tag for mutable storage class, spec_register_tag representing the register storage class and spec_thread_local_tag representing thread-local storage class.

See also:
spec_auto_tag
spec_extern_tag
spec_static_tag
spec_mutable_tag
spec_register_tag
spec_thread_local_tag
storage_class_tags

Member Function Documentation

static std::string mirror::SpecifierTag::keyword ( void  ) [static, inherited]

Returnins the keyword for the specifier represented by this tag.

This function can be used to get the keyword for the specifier which is represented by the SpecifierTag type.


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.