30 #ifndef LUMIERA_FRAMEID_H 31 #define LUMIERA_FRAMEID_H 34 #include <boost/operators.hpp> 72 class FrameID : boost::totally_ordered<FrameID>
76 FrameID(
long dum=0) : dummy(dum) {}
77 operator long () {
return dummy; }
79 bool operator< (
const FrameID& other)
const {
return dummy < other.dummy; }
80 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.