Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
styperegistry.hpp
Go to the documentation of this file.
1/*
2 STYPEREGISTRY.hpp - implementation of the registry for stream type descriptors
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
27#ifndef CONTROL_STYPEREGISTRY_H
28#define CONTROL_STYPEREGISTRY_H
29
30
32#include "lib/nocopy.hpp"
33//#include "common/query.hpp"
34//#include "lib/util.hpp"
35//#include "lib/p.hpp"
36
37//#include <set>
38//#include <vector>
39//#include <memory>
40
41
42namespace steam {
43namespace control {
44
45
46// using std::string;
47
48 namespace impl {
49 } // (End) impl namespace
50
51
52
67 {
68 public:
69
70 };
71
72
73
74}} // namespace steam::control
75#endif
Any copy and copy construction prohibited.
Definition nocopy.hpp:38
Steam-Layer implementation namespace root.
Mix-Ins to allow or prohibit various degrees of copying and cloning.
Interface to the stream type system.