Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
label.cpp
Go to the documentation of this file.
1/*
2 Label - a user visible Marker or Tag
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#include "lib/util.hpp"
22
23using util::isnil;
24
25namespace steam {
26namespace mobject {
27namespace session {
28
29
31 bool
33 {
34 return not isnil (typeID_);
35 }
36
37
38
39}}} // namespace steam::mobject::session
A marker or reference point in the Session.
Namespace of Session and user visible high-level objects.
Definition sequence.hpp:65
Steam-Layer implementation namespace root.
bool isnil(lib::time::Duration const &dur)
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...