Lumiera  0.pre.03
»edit your freedom«
inventory.hpp
Go to the documentation of this file.
1 /*
2  INVENTORY.hpp - viewing an Typed-ID registration group as meta asset
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 
22 #ifndef ASSET_INVENTORY_H
23 #define ASSET_INVENTORY_H
24 
25 #include "steam/asset/meta.hpp"
26 
27 
28 
29 namespace steam {
30 namespace asset {
31 
32 
38  class Inventory : public Meta
39  {};
40 
41 
42  typedef lib::P<Inventory> PInv;
43 
44 
45 }} // namespace steam::asset
46 #endif
key abstraction: metadata, parametrisation, customisation and similar organisational traits...
Definition: asset/meta.hpp:109
Steam-Layer implementation namespace root.
Internal and organisational metadata.
TypedID registration group exposed as meta asset.
Definition: inventory.hpp:38
Customised refcounting smart pointer template, built upon std::shared_ptr, but forwarding type relati...
Definition: trait.hpp:71
The asset subsystem of the Steam-Layer.
Definition: wrapperptr.hpp:35