#include <vector>
#include <cassert>
#include <ostream>
#include <boost/call_traits.hpp>
#include <mia/core/defines.hh>
#include <mia/core/dictmap.hh>
Go to the source code of this file.
|
#define | cverb ::mia::vstream::instance() |
| define a shortcut to the raw output stream More...
|
|
#define | FUNCTION_NOT_TESTED ::mia::cvwarn() << __PRETTY_FUNCTION__ << ":not tested\n" |
| a macro to indicate that there are no tests for a function More...
|
|
#define | TRACE(DOMAIN) ::mia::CTrace _xxx_trace(DOMAIN) |
| a macro to trace scopes in a debug built More...
|
|
#define | TRACE_FUNCTION ::mia::CTrace _xxx_trace(__PRETTY_FUNCTION__) |
| a macro to trace functions ina a debug build More...
|
|
#define | VSTREAM_DOMAIN "**" |
|
#define FUNCTION_NOT_TESTED ::mia::cvwarn() << __PRETTY_FUNCTION__ << ":not tested\n" |
a macro to indicate that there are no tests for a function
Definition at line 247 of file msgstream.hh.
#define TRACE |
( |
|
DOMAIN | ) |
::mia::CTrace _xxx_trace(DOMAIN) |
a macro to trace scopes in a debug built
Definition at line 241 of file msgstream.hh.
#define TRACE_FUNCTION ::mia::CTrace _xxx_trace(__PRETTY_FUNCTION__) |
a macro to trace functions ina a debug build
Definition at line 244 of file msgstream.hh.
#define VSTREAM_DOMAIN "**" |
template<typename T >
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const std::vector< T > & |
v |
|
) |
| |