Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
dataset.hpp
Go to the documentation of this file.
1/*
2 DATASET.hpp - meta asset describing a collection of control data
3
4 Copyright (C)
5 2008, 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_DATASET_H
23#define ASSET_DATASET_H
24
25#include "steam/asset/meta.hpp"
26
27
28
29namespace steam {
30namespace asset {
31
32
36 class Dataset : public Meta
37 {};
38
39}} // namespace steam::asset
40#endif
Internal and organisational metadata.
meta asset describing a collection of control data
Definition dataset.hpp:37
key abstraction: metadata, parametrisation, customisation and similar organisational traits.
The asset subsystem of the Steam-Layer.
Steam-Layer implementation namespace root.