#include "cmt_string.h"
Include dependency graph for cmt_log.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | CmtLog |
class | CmtLogDummy |
class | CmtLogEnd |
Defines | |
#define | Log static CmtLog log_instance |
#define | log_endl CmtLog::end () |
#define | log if (Cmt::get_debug ()) log_instance << "#CMT> (" << __FILE__ << "-" << __LINE__ << ") " |
#define | log_cont if (Cmt::get_debug ()) log_instance |
|
Definition at line 42 of file cmt_log.h. Referenced by Tag::add(), DepsBuilder::add_includes(), DependencyGenerator::build(), build_deps(), build_deps_stream(), Cmt::configure(), Cmt::configure_tags(), Cmt::guess_current_project(), Tag::mark(), and Tag::unmark(). |
|
Definition at line 40 of file cmt_log.h. Referenced by Tag::add(), DepsBuilder::add_includes(), DependencyGenerator::build(), build_deps(), build_deps_stream(), Cmt::configure(), Cmt::configure_tags(), Cmt::guess_current_project(), Tag::mark(), and Tag::unmark(). |
|
|
|
Definition at line 41 of file cmt_log.h. Referenced by Tag::add(), DepsBuilder::add_includes(), DependencyGenerator::build(), build_deps(), build_deps_stream(), Cmt::configure(), Cmt::configure_tags(), Cmt::guess_current_project(), Tag::mark(), and Tag::unmark(). |