CUBRID Engine  latest
resource_tracker.hpp File Reference
#include "fileline_location.hpp"
#include <map>
#include <forward_list>
#include <sstream>
#include <cassert>
Include dependency graph for resource_tracker.hpp:
This graph shows which files directly or indirectly include this file:

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)