Go to the documentation of this file.00001 #ifndef mbl_screen_counter_h_
00002 #define mbl_screen_counter_h_
00003
00004
00005
00006
00007
00008
00009 #include <vcl_iosfwd.h>
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 class mbl_screen_counter
00024 {
00025 unsigned long count_;
00026 char symbol_;
00027 unsigned long skip_;
00028 vcl_ostream & os_;
00029 public:
00030 mbl_screen_counter(vcl_ostream &) ;
00031
00032
00033
00034 void operator++ (int);
00035 };
00036
00037 #endif // mbl_screen_counter_h_