|
CUBRID Engine
latest
|
#include "fileline_location.hpp"#include <map>#include <forward_list>#include <sstream>#include <cassert>Go to the source code of this file.
Classes | |
| struct | cubbase::resource_tracker_item |
| class | cubbase::resource_tracker< Res > |
Namespaces | |
| cubbase | |
Functions | |
| std::ostream & | cubbase::operator<< (std::ostream &os, const resource_tracker_item &item) |
| bool | cubbase::restrack_pop_error (void) |
| void | cubbase::restrack_set_error (bool error) |
| void | cubbase::restrack_set_suppress_assert (bool suppress) |
| bool | cubbase::restrack_is_assert_suppressed (void) |
| void | cubbase::restrack_assert (bool cond) |
| void | cubbase::restrack_log (const std::string &str) |