Mirror reflection library - Lagoon run-time layer 0.5.13
Classes | Namespaces

lagoon/utils.hpp File Reference

Forward declaration of the meta-level classes reflecting base-level program constructs. More...

#include <lagoon/lagoon_fwd.hpp>
#include <lagoon/range/fwd_decl.hpp>
#include <vector>
#include <cassert>
Include dependency graph for utils.hpp:

Go to the source code of this file.

Classes

class  lagoon::shared< MetaObject >
 The smart pointer-like wrapper for MetaObject(s) More...
class  lagoon::range_base< MetaObject, Iterator >
 The base template for the implementation of ranges. More...
class  lagoon::range< MetaObject >
 The type of a range of managed pointers to the MetaObject. More...
struct  lagoon::range_meta_object< Range >
 Trait class returning the meta-object type of a range. More...

Namespaces

namespace  lagoon
 

The Lagoon run-time layer built on Mirror is defined in this namespace.



Detailed Description

Forward declaration of the meta-level classes reflecting base-level program constructs.

Copyright 2008-2010 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)


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.