Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
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
24
25
26namespace steam {
27namespace asset {
28
29 LUMIERA_ERROR_DEFINE (MISSING_INSTANCE, "Existing ID registration without associated instance");
30
31
32 /* ohlolololohaha */
33
34
35
36}} // namespace asset
#define LUMIERA_ERROR_DEFINE(err, msg)
Definition and initialisation of an error constant.
Definition error.h:71
The asset subsystem of the Steam-Layer.
Steam-Layer implementation namespace root.
Frontend for a registration service to associate object identities, symbolic identifiers and types.