36 #ifndef LUMIERA_FRAMEID_H 37 #define LUMIERA_FRAMEID_H 40 #include <boost/operators.hpp> 78 class FrameID : boost::totally_ordered<FrameID>
82 FrameID(
long dum=0) : dummy(dum) {}
83 operator long () {
return dummy; }
85 bool operator< (
const FrameID& other)
const {
return dummy < other.dummy; }
86 bool operator== (
const FrameID& other)
const {
return dummy == other.dummy; }
Identification tuple for addressing frames unambiguously.
static ulong currID
storage for the unique node-ID counter
Lumiera public interface.
Identification tuple for denoting render nodes unambiguously.