/usr/include/linbox/util/commentator.h is in liblinbox-dev 1.1.6~rc0-4.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 | /* -*- mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* linbox/util/commentator.h
* Copyright (C) 1999 B. David Saunders,
* Jean-Guillaume Dumas
* Copyright (C) 2002 Bradford Hovinen
*
* Written by B. David Saunders <saunders@cis.udel.edu>,
* Jean-Guillaume Dumas <Jean-Guillaume.Dumas@imag.fr>,
* Bradford Hovinen <hovinen@cis.udel.edu>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* This file implements the C++ interface to commentators (for
* providing runtime commentary to the user)
*/
#ifndef __COMMENTATOR_H
#define __COMMENTATOR_H
#include <deque>
#include <stack>
#include <map>
#include <list>
#include <string>
#include <iostream>
#include <streambuf>
#include <fstream>
#include <cstring>
#include "linbox/util/timer.h"
#ifndef MAX
# define MAX(a,b) (((a) > (b)) ? (a) : (b))
#endif
// Definitions for various common message classes
#define BRIEF_REPORT "Brief report"
#define PROGRESS_REPORT "Progress report"
#define TIMING_MEASURE "Timing measure"
#define TIMING_ESTIMATE "Timing estimate"
#define PARTIAL_RESULT "Partial result"
#define INTERNAL_WARNING "Internal warning"
#define INTERNAL_ERROR "Internal error"
#define INTERNAL_DESCRIPTION "Internal description"
// Definitions for some common termination messages
#define MSG_OK "ok"
#define MSG_DONE "done"
#define MSG_PASSED "passed"
#define MSG_FAILED "FAILED"
#define MSG_STATUS(ret) (ret ? MSG_PASSED : MSG_FAILED)
// Legacy definitions -- please do not use
#define PRINT_EVERYTHING 100000
#define PRINT_NOTHING 0
#define LVL_ALWAYS = 1,
#define LVL_IMP = 2,
#define LVL_NORMAL = 3,
#define LVL_UNIMP = 4,
#define LVL_BLABLA = 10,
#define LVL_NEVER = (2*PRINT_EVERYTHING)
#ifndef DISABLE_COMMENTATOR
namespace LinBox
{
// Forward declaration
class MessageClass;
class Commentator;
// Utility object needed for associative containers
struct LessThanString
{
bool operator () (const char *str1, const char *str2) const
{ return strcmp (str1, str2) < 0; }
};
// \class ActivityState commentator.h linbox/util/commentator.h
/**
* \brief used by commentator
* This stores a snapshot of the state of the commentator's activity
* stack, so it may be restored after an exception is thrown
*/
class ActivityState {
public:
ActivityState (void *act)
: _act (act)
{}
private:
friend class Commentator;
void *_act;
};
/** * \brief give information to user during runtime
\ingroup util
* This object is used for reporting information about a computation to
* the user. Such information includes errors and warnings, descriptions
* of internal progress, performance measurements, and timing
* estimates. It also includes facilities for controlling the type and
* amount of information displayed.
*
* Typical usage follows the following pattern:
\code
void myFunction () {
commentator.start ("Doing important work", "myFunction", 100);
for (int i = 0; i < 100; i++) {
...
commentator.progress ();
}
commentator.stop (MSG_DONE, "Task completed successfully");
}
\endcode
*
* In the above example, the call to commentator.start () informs the
* commentator that some new activity has begun. This may be invoked
* recursively, an the commentator keeps track of nested activities. The
* user may elect to disable the reporting of any activities below a
* certain depth of nesting. The call to commentator.stop () informs the
* commentator that the activity started above is finished.
*
* The call to commentator.progress () indicates that one step of the
* activity is complete. The commentator may then output data to the
* console to that effect. This allows the easy implementation of
* progress bars and other reporting tools.
*
* In addition, commentator.report () allows reporting general messages,
* such as warnings, errors, and descriptions of internal progress.
*
* By default, there are two reports: a brief report that outputs to
* cout, and a detailed report that outputs to a file that is
* specified. If no file is specified, the detailed report is thrown
* out. The brief report is intended either for human consumption or to
* be piped to some other process. Therefore, there are two output
* formats for that report. One can further customize the report style
* by inheriting the commentator object.
*
* The commentator allows very precise control over what gets
* printed. See the Configuration section below.
*/
class Commentator {
public:
/** Default constructor
* Constructs a commentator with default settings
*/
Commentator ();
Commentator (std::ostream&);
/** Default destructor
*/
virtual ~Commentator ();
/** @name Reporting facilities
*/
//@{
/** Start an activity
* Inform the commentator that some new activity has begun. This
* is typically called at the beginning of a library function.
* @param description A human-readable text description of the
* activity
* @param fn The fully-qualified name of the function. Use 0 to
* use the same function as the surrounding activity
* (default 0)
* @param len Number of items involved in this activity. Used
* for progress reporting; use 0 if this is not
* applicable to the situation in question.
* (default 0)
*/
void start (const char *description,
const char *fn = (const char *) 0,
unsigned long len = 0);
/** Start a new iteration
* This is a convenience function to indicate that an iteration
* has started
* @param iter Number of the iteration
* @param len Number of items involved in this activity. Used
* for progress reporting; use 0 if this is not
* applicable to the situation in question.
* (default 0)
*/
void startIteration (unsigned int iter, unsigned long len = 0);
/** Stop an activity
* Inform the commentator that the current activity has
* finished.
* @param msg A short (one word) message describing the
* termination, e.g. "passed", "FAILED", "ok", etc.
* @param long_msg A longer message describing the nature of
* the termination. May be 0, in which case msg
* is used.
* @param fn Name of the function whose activity is
* complete. This is intended for checking to make
* sure that each call to start () is matched with a
* call to stop (). It is optional, and has no other
* effect.
*/
void stop (const char *msg = MSG_DONE,
const char *long_msg = (const char *) 0,
const char *fn = (const char *) 0);
/** Report progress in the current activity
* Inform the commentator that k steps of the current activity
* have been completed.
* @param k Number of steps completed; use -1 to increment the
* current counter
* @param len Total length of the operation; use -1 to use the
* existing length. This allows updating of inexact
* estimates of the number of steps.
*/
void progress (long k = -1, long len = -1);
/** Message level
* Some default settings to use for the message level
*/
enum MessageLevel {
LEVEL_ALWAYS = 0,
LEVEL_IMPORTANT = 1,
LEVEL_NORMAL = 2,
LEVEL_UNIMPORTANT = 3
};
/** Basic reporting
* Send some report string to the commentator
* @param level Level of detail of the message
* @param msg_class Type of message
* @return A reference to the stream to which to output data
*/
std::ostream &report (long level = LEVEL_IMPORTANT, const char *msg_class = INTERNAL_DESCRIPTION);
/** Indent to the correct column on the given string
*/
void indent (std::ostream &stream) const;
//@} Reporting facilities
/** @name Activity stack restoration
*
* The methods below facilitate restoring the activity stack
* after an exception has been thrown. If user code wishes to
* catch an exception, it should invoke the method
* saveActivityState before the try block, storing the result in
* an ActivityState object. Then it may invoke
* restoreActivityState, passing the ActivityState object, in
* each of the catch blocks.
*/
//@{
/** Save activity state
*
* Saves a copy of the activity state and returns it to the
* caller. The caller need only pass this object back to
* \ref{restoreActivityState} to return the commentator's
* activity stack to the state it was when saveActivityState was
* called.
*
* @return ActivityState object
*/
ActivityState saveActivityState () const
{ return ActivityState (_activities.top ()); }
/** Restore activity state
*
* Restores the activity state to the point it was when the
* given ActivityState object was passed. Note that this
* function assumes that the commentator is currently in a more
* deeply-nested configuration than when the object was created;
* if it is not, the method will give up.
*/
void restoreActivityState (ActivityState state);
/** @name Configuration
*/
//@{
/** Output format
* OUTPUT_CONSOLE - output human-readable and tailor-made for the console
* OUTPUT_PIPE - output made for piping into other processes
*
* This affects only the brief report
*/
enum OutputFormat
{ OUTPUT_CONSOLE, OUTPUT_PIPE };
enum EstimationMethod {
BEST_ESTIMATE,
POLY_ESTIMATE,
EXPO_ESTIMATE
};
enum TimingDelay {
SHORT_TIMING,
LONG_TIMING
};
/** Set maximum message depth
* Sets the maximum activity depth, as defined by
* Commentator::start and Commentator::stop, at which messages
* of all classes will be printed.
* @param depth Maximum depth at which to print messages; set to
* -1 to print messages at any depth and 0 to
* disable entirely
*/
void setMaxDepth (long depth);
/** Set maximum detail level
* Sets the maximum detail level at which to print messages
* @param level Maximum detail level at which to print messages;
* set to -1 to print messages at all levels and 0
* to disable entirely
*/
void setMaxDetailLevel (long level);
/** Register a new message class
* Register some new message class with the commentator.
* @param msg_class Name of message class
* @param stream Stream to which to send data of this type
* @param max_depth Default maximum recursion depth at which to
* print messages of this class (default 1)
* @param max_level Default maximum detail level at which to
* print messages of this class (default 2, or
* LEVEL_IMPORTANT)
* @return A reference to the new message class object
*/
MessageClass ®isterMessageClass (const char *msg_class,
std::ostream &stream,
unsigned long max_depth = 1,
unsigned long max_level = 2);
/** Clone an existing message class
* Clone the message class to construct a new message class with
* the same parameters.
* @param new_msg_class Name of the new class
* @param msg_class Name of class to clone
* @return A reference to the new message class object
*/
MessageClass &cloneMessageClass (const char *new_msg_class, const char *msg_class);
/** Clone an existing message class, specifying a new output stream
* Clone the message class to construct a new message class with
* the same parameters.
* @param new_msg_class Name of the new class
* @param msg_class Name of class to clone
* @param stream New stream to which to direct output
* @return A reference to the new message class object
*/
MessageClass &cloneMessageClass (const char *new_msg_class,
const char *msg_class,
std::ostream &stream);
/** Retrieve a message class by name
* @param msg_class Name of message class
* @return Reference to message class object
*/
MessageClass &getMessageClass (const char *msg_class);
/** Precise control over printing
* Specifies that all messages up to the given depth and the
* given detail level should be printed
*
* This is similar to MessageClass::setPrintParameters but
* affects all message classes simultaneously.
* @param depth Depth up to which directive is valid
* @param level Detail level up to which directive is valid
* @param fn Fully qualified name of the function for which this
* is valid; may be 0, in which case this is valid for
* everything
*/
void setPrintParameters (unsigned long depth,
unsigned long level,
const char *fn = (const char *) 0);
/** Set parameters for the brief report
* @param format Output format
* @param show_timing Show the CPU time for each toplevel activity
* @param show_progress Show a counter of the progress as each
* activity progresses
* @param show_est_time Show estimated time remaining
*/
void setBriefReportParameters (OutputFormat format,
bool show_timing,
bool show_progress,
bool show_est_time);
/** Determine whether a message will be printed
* @param depth Activity depth
* @param level Message level
* @param msg_class Type of message
* @param fn Fully qualified function name (0 if not applicable)
* @return true if the message with the given characteristics
* will be printed as things are currently configured
*/
bool isPrinted (unsigned long depth,
unsigned long level,
const char *msg_class,
const char *fn = (const char *) 0);
/** Determine whether a message will be printed
* This variant uses the current activity depth rather than
* specifying it explicitly.
* @param level Message level
* @param msg_class Type of message
* @param fn Fully qualified function name (0 if not applicable)
* @return true if the message with the given characteristics
* will be printed as things are currently configured
*/
bool isPrinted (unsigned long level,
const char *msg_class,
const char *fn = (const char *) 0)
{ return isPrinted (_activities.size (), level, msg_class, fn); }
/** Determine whether the stream given is the null stream
* @param stream Stream to check
* @return true if stream is the null stream; false otherwise
*/
bool isNullStream (const std::ostream &str)
{ return &str == &cnull; }
/** Set output stream for brief report
* @param stream Output stream
*/
void setBriefReportStream (std::ostream &stream);
/** Set output stream for all reports other than the brief
* report
* @param stream Output stream
*/
void setReportStream (std::ostream &stream);
/** Set the output stream for a given message class
* @param msg_class Message class
* @param stream Output stream
*/
void setMessageClassStream (const char *msg_class, std::ostream &stream);
/** Set default report file
* @param name of file
*/
void setDefaultReportFile (const char *filename);
//@} Configuration
/** @name Legacy commentator interface
* These routines provide compatibility with the old commentator
* interface. They are deprecated.
*/
//@{
/** Start an activity
* @param id String identifier of activity
* @param msg Message to print
* @param msglevel Level of message
* @param msgclass Class of message
*/
void start (const char *id, const char *msg, long msglevel, const char *msgclass)
{
start (id);
report ((MessageLevel) msglevel, msgclass) << msg << std::endl;
}
/** Stop an activity
* @param msg Message to print
* @param msglevel Level of message
* @param msgclass Class of message
* @param time_type Type of timing to use
*/
void stop (const char *msg, long msglevel, const char *msgclass, long time_type)
{ stop (msg); }
/** Report progress
* @param msg Message to print
* @param msglevel Level of message
* @param k Number of steps completed
* @param n Total number of steps in operation
*/
void progress (const char *msg, long msglevel, long k, long n)
{
progress (k, n);
report ((MessageLevel) msglevel, INTERNAL_DESCRIPTION) << msg << std::endl;
}
/** General reporting
* @param msg Message to print
* @param msglevel Level of message
* @param msgclass Class of message
*/
void report (const char *msg, long msglevel, const char *msgclass)
{ report ((MessageLevel) msglevel, msgclass) << msg << std::endl; }
/** Test whether message is printed
* @param msglevel Level of message
* @param msgclass Class of message
*/
bool printed (long msglevel, const char *msgclass)
{ return isPrinted (_activities.size (), (MessageLevel) msglevel, msgclass); }
//@} Legacy commentator interface
/** Use this stream to disable a message class entirely
*/
std::ostream cnull;
private:
// Null std::ostream prints nothing
struct nullstreambuf : public std::streambuf {
nullstreambuf() {};
// GV modidied seek_dir twice
std::streampos seekoff(std::streambuf::off_type, std::ios::seekdir, std::ios::openmode) {return 0;}
std::streampos seekpos(std::streambuf::pos_type, std::ios::openmode) {return 0;}
std::streampos sys_seek(std::streambuf::off_type, std::ios::seekdir) {return 0;}
std::streamsize showmanyc () {return 0;}
void imbue(const std::locale &loc) {}
};
protected:
struct StepsAndTime {
StepsAndTime (long k = 0, double t = 0.0)
: _time(t), _steps(k) {}
double _time;
long _steps;
};
typedef std::deque<StepsAndTime> Estimator;
struct Activity {
Activity (const char *desc, const char *fn, unsigned long len)
: _desc (desc), _fn (fn), _len (len), _progress (0) {}
const char *_desc;
const char *_fn;
unsigned long _len;
unsigned long _progress;
Timer _timer;
Estimator _estimate;
};
std::stack<Activity *> _activities; // Stack of activity structures
std::map<const char *, MessageClass *, LessThanString>
_messageClasses;
EstimationMethod _estimationMethod; // Activity estimator
// Brief report parameters
OutputFormat _format;
bool _show_timing;
bool _show_progress;
bool _show_est_time;
unsigned int _last_line_len; // Length of last printed line in the brief report
std::ofstream _report;
std::string _iteration_str; // String referring to current iteration -- HACK
// Functions for the brief report
virtual void printActivityReport (Activity &activity);
virtual void updateActivityReport (Activity &activity);
virtual void finishActivityReport (Activity &activity, const char *msg);
};
/** Message class object
* This object encapsulates the configuration of a given message class
*/
class MessageClass {
public:
friend class Commentator;
/** Constructor
* Constructs a new MessageClass object with the given type,
* outputing to the given stream. All other parameters are set
* to factory defaults.
* @param comm Commentator for this message class
* @param msg_class Name of message class
* @param stream Output stream to which to send messages of this
* class
* @param max_depth Default maximal recursion depth at which to
* print messages of this class (default 2)
* @param max_level Default maximal detail level at which to
* print messages of this class (default 1)
*/
MessageClass (const Commentator &comm,
const char *msg_class,
std::ostream &stream,
unsigned long max_depth = 1,
unsigned long max_level = 2);
/** Copy constructor
*/
MessageClass (const MessageClass &message_class)
: _msg_class (message_class._msg_class),
_smart_streambuf (message_class._smart_streambuf.comm (),
message_class._smart_streambuf.stream ()),
_stream (&_smart_streambuf),
_configuration (message_class._configuration),
_max_level (message_class._max_level),
_max_depth (message_class._max_depth)
{}
/** Set maximum message depth
* Sets the maximum activity depth, as defined by
* Commentator::start and Commentator::stop, at which messages
* of this class will be printed.
* @param depth Maximum depth at which to print messages; set to
* -1 to print messages at any depth and 0 to
* disable entirely
*/
void setMaxDepth (long depth);
/** Set maximum detail level
* Sets the maximum detail level at which to print messages
* @param level Maximum detail level at which to print messages;
* set to -1 to print messages at all levels and 0
* to disable entirely
*/
void setMaxDetailLevel (long level);
/** Precise control over printing
* Specifies that all messages up to the given depth and the
* given activity level should be printed
* @param depth Maximum depth at which to print
* @param level Maximum detail level at which to print
* @param fn Fully qualified name of the function for which this
* is valid; may be 0, in which case this is valid for
* everything
*/
void setPrintParameters (unsigned long depth, unsigned long level, const char *fn);
/** Determine whether a given message will be printed when of
* this message class
* @param depth Activity depty of the message
* @param level Detail level of the message
* @param fn Fully qualified function name (0 if not applicable;
* default 0)
* @return true if a message of the given characteristics is
* printed
*/
bool isPrinted (unsigned long depth, unsigned long level, const char *fn = (const char *) 0);
private:
typedef std::map <const char *, std::list<std::pair <unsigned long, unsigned long> >, LessThanString> Configuration;
class smartStreambuf : public std::streambuf
{
const Commentator &_comm;
std::ostream &_stream;
bool _indent_next;
public:
smartStreambuf (const Commentator &comm, std::ostream &stream)
: _comm (comm), _stream (stream), _indent_next (true)
{}
int sync ();
int overflow (int ch);
std::streamsize xsputn (const char *text, std::streamsize n);
int writeData (const char *text, std::streamsize n);
const Commentator &comm () const { return _comm; }
std::ostream &stream () const { return _stream; }
};
const char *_msg_class; // Name of this message class
smartStreambuf _smart_streambuf;
std::ostream _stream; // Stream to which to output data
Configuration _configuration;
unsigned long _max_level;
unsigned long _max_depth;
// Constructor that gives existing configuration to copy
MessageClass (const Commentator &comm, const char *msg_class, std::ostream &stream, Configuration configuration);
void fixDefaultConfig ();
bool checkConfig (std::list <std::pair <unsigned long, unsigned long> > &config, unsigned long depth, unsigned long level);
void dumpConfig () const; // Dump the contents of configuration to stderr
};
// Default global commentator
extern Commentator commentator;
}
#ifdef LinBoxSrcOnly
#include <linbox/util/commentator.C>
#endif
#else //DISABLE_COMMENTATOR
//# define Commentator CommentatorDisabled
//# define MessageClass MessageClassDisabled
//# define commentator commentatorDisabled
// This provides a "null" commentator that should compile totally out of the
// program when DISABLE_COMMENTATOR is defined. All code making use of the
// commentator should disappear.
namespace LinBox
{
// Forward declaration
class Commentator;
class MessageClass {
public:
friend class Commentator;
inline MessageClass (const char *msg_class, std::ostream &stream, unsigned long max_depth = 1, unsigned long max_level = 2) {}
inline MessageClass () {}
inline void setMaxDepth (long depth) {}
inline void setMaxDetailLevel (long level) {}
inline void setPrintParameters (unsigned long, unsigned long level, const char *fn) {}
inline bool isPrinted (unsigned long depth, unsigned long level, const char *fn = (const char *) 0) { return false; }
};
class Commentator {
public:
inline Commentator () : cnull (new nullstreambuf) {}
inline ~Commentator () {}
inline void start (const char *description, const char *fn = (const char *) 0, unsigned long len = 0) {}
inline void startIteration (unsigned int iter, unsigned long len = 0) {}
inline void stop (const char *msg, const char *long_msg = (const char *) 0, const char *fn = (const char *) 0) {}
inline void progress (long k = -1, long len = -1) {}
enum MessageLevel {
LEVEL_ALWAYS = 0,
LEVEL_IMPORTANT = 1,
LEVEL_NORMAL = 2,
LEVEL_UNIMPORTANT = 3,
};
inline std::ostream &report (long level, const char *msg_class) { return cnull; }
inline void indent (std::ostream &stream) {}
enum OutputFormat
{ OUTPUT_CONSOLE, OUTPUT_PIPE };
enum EstimationMethod {
BEST_ESTIMATE,
POLY_ESTIMATE,
EXPO_ESTIMATE
};
enum TimingDelay {
SHORT_TIMING,
LONG_TIMING
};
inline void setMaxDepth (long depth) {}
inline void setMaxDetailLevel (long level) {}
inline MessageClass ®isterMessageClass (const char *msg_class, std::ostream &stream, unsigned long max_depth = 1, unsigned long max_level = 2)
{ return _msgcls; }
inline MessageClass &cloneMessageClass (const char *new_msg_class, const char *msg_class)
{ return _msgcls; }
inline MessageClass &cloneMessageClass (const char *new_msg_class, const char *msg_class, std::ostream &stream)
{ return _msgcls; }
inline MessageClass &getMessageClass (const char *msg_class)
{ return _msgcls; }
inline void setPrintParameters (unsigned long depth, unsigned long level, const char *fn = (const char *) 0) {}
inline void setBriefReportParameters (OutputFormat format, bool show_timing, bool show_progress, bool show_est_time) {}
inline bool isPrinted (unsigned long depth, unsigned long level, const char *msg_class, const char *fn = (const char *) 0)
{ return false; }
inline bool isPrinted (unsigned long level, const char *msg_class, const char *fn = (const char *) 0) { return false; }
inline bool isNullStream (const std::ostream &str) { return true; }
inline void setBriefReportStream (std::ostream &stream) {}
inline void setReportStream (std::ostream &stream) {}
inline void setMessageClassStream (const char *msg_class, std::ostream &stream) {}
inline void setDefaultReportFile (const char *filename) {}
inline void start (const char *id, const char *msg, long msglevel, const char *msgclass) {}
inline void stop (const char *msg, long msglevel, const char *msgclass, long time_type) {}
inline void progress (const char *msg, long msglevel, long k, long n) {}
inline void report (const char *msg, long msglevel, const char *msgclass) {}
inline bool printed (long msglevel, const char *msgclass) { return false; }
std::ostream cnull;
private:
// Null std::ostream prints nothing
struct nullstreambuf : public std::streambuf {
nullstreambuf () {};
~nullstreambuf () {};
inline std::streampos seekoff (std::streambuf::off_type, std::ios::seekdir, std::ios::openmode) { return 0; }
inline std::streampos seekpos (std::streambuf::pos_type, std::ios::openmode) { return 0; }
inline std::streampos sys_seek (std::streambuf::off_type, std::ios::seekdir) { return 0; }
inline std::streamsize showmanyc () { return 0; }
inline void imbue (const std::locale &loc) {}
};
MessageClass _msgcls;
};
// Default global commentator
Commentator commentator;
//static Commentator commentator;
}
#endif // DISABLE_COMMENTATOR
#endif // __COMMENTATOR_H
|