Lumiera  0.pre.03
»edit your freedom«
mobject/session/meta.hpp
Go to the documentation of this file.
1 /*
2  META.hpp - abstract base class of all MObjects representing meta data or processing instructions
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 STEAM_MOBJECT_SESSION_META_H
23 #define STEAM_MOBJECT_SESSION_META_H
24 
26 
27 
28 namespace steam {
29 namespace mobject {
30 namespace session {
31 
32 
40  class Meta : public AbstractMO
41  {
44 
45  string
46  initShortID() const
47  {
48  return buildShortID("MetaMO");
49  }
50  };
51 
52 
53 
54 }}} // namespace mobject::session
55 #endif
Steam-Layer implementation namespace root.
Namespace of Session and user visible high-level objects.
Definition: sequence.hpp:65
abstract base class of all MObjects for providing common services.
Definition: abstractmo.hpp:39
Meta-MObject doesn&#39;t represent real Media Content, but rather all sorts of Processing Instructions an...