Lumiera  0.pre.03
»edit your freedom«
typed-lookup.cpp
Go to the documentation of this file.
1 /*
2  TypedLookup - implementing a registration service for ID to type association
3 
4  Copyright (C)
5  2010, Hermann Vosseler <Ichthyostega@web.de>
6 
7   **Lumiera** is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by the
9   Free Software Foundation; either version 2 of the License, or (at your
10   option) any later version. See the file COPYING for further details.
11 
12 * *****************************************************************/
13 
14 
23 #include "steam/asset/typed-id.hpp"
24 
25 
26 namespace steam {
27 namespace asset {
28 
29  LUMIERA_ERROR_DEFINE (MISSING_INSTANCE, "Existing ID registration without associated instance");
30 
31 
32  /* ohlolololohaha */
33 
34 
35 
36 }} // namespace asset
Frontend for a registration service to associate object identities, symbolic identifiers and types...
Steam-Layer implementation namespace root.
The asset subsystem of the Steam-Layer.
Definition: wrapperptr.hpp:35
#define LUMIERA_ERROR_DEFINE(err, msg)
Definition and initialisation of an error constant.
Definition: error.h:71