![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::wrapping_int2 —
A wrapping integer used to wrap around at the top.
template<typename int_type_, int_type_ wrap_min, int_type_ wrap_max> class wrapping_int2 { public: // types typedef int_type_ int_type; // construct/copy/destruct wrapping_int2(int_type); // public member functions int_type as_int() const; operator int_type() const; int_type add(int_type) ; int_type subtract(int_type) ; // public static functions unsigned long wrap_value() ; unsigned long min_value() ; };
Copyright © 2001-2004 CrystalClear Software, Inc |