Miscellaneous utilities
More...
|
| | Profile |
| | Profile module is a set of macros to measure time spent in a particular scope on the fly.
|
| |
|
|
template<typename T > |
| std::string | mpqc::string_cast (const T &value) |
| | cast type T to string
|
| |
|
|
static boost::mutex | mpqc::static_mutex< T >::mutex |
| |
|
static int64_t | mpqc::static_mutex< T >::lock_count = int64_t(0) |
| |
Miscellaneous utilities
◆ MPQC_DEBUG
| #define MPQC_DEBUG |
( |
| ... | ) |
|
Value:mpqc::debug(__FILE__, __LINE__, __VA_ARGS__)
Debug/print a printf-formatted statement with file:line prepended.
#define MPQC_DEBUG(...)
Debug/print a printf-formatted statement with file:line prepended.
Definition debug.hpp:39
◆ MPQC_EXCEPTION
| #define MPQC_EXCEPTION |
( |
| ... | ) |
|