Lumiera  0.pre.03
»edit your freedom«
wish.hpp
Go to the documentation of this file.
1 /*
2  WISH.hpp - LocatingPin representing a low-priority directive
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 
21 #ifndef MOBJECT_SESSION_WISH_H
22 #define MOBJECT_SESSION_WISH_H
23 
25 
26 
27 
28 namespace steam {
29 namespace mobject {
30 namespace session {
31 
32 
38  class Wish : public Allocation
39  {
40 
41  };
42 
43 
44 
45 }}} // namespace steam::mobject::session
46 #endif
Steam-Layer implementation namespace root.
Namespace of Session and user visible high-level objects.
Definition: sequence.hpp:65
LocatingPin representing a low-priority directive by the user, to be fulfilled only if possible (and ...
Definition: wish.hpp:38
Interface (abstract): any objective, constraint or wish of placing a MObject in a specific way...
Definition: allocation.hpp:39