Scroom 0.14-48-ga0fee447
Loading...
Searching...
No Matches
utilities.hh File Reference
#include <set>
#include <boost/thread.hpp>
#include <scroom/logger.hh>
Include dependency graph for utilities.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scroom::Utils::Base
 
class  Scroom::Utils::on_scope_exit< F >
 
class  Scroom::Utils::optional_cleanup< F >
 
class  Scroom::Utils::Count
 
class  Scroom::Utils::Counter
 
class  Scroom::Utils::Counted< C >
 

Namespaces

namespace  Scroom
 
namespace  Scroom::Utils
 

Typedefs

template<typename K , typename V >
using Scroom::Utils::WeakKeyMap = std::map< K, V, std::owner_less< K > >
 
template<typename K >
using Scroom::Utils::WeakKeySet = std::set< K, std::owner_less< K > >
 

Functions

template<typename F >
std::shared_ptr< voidScroom::Utils::on_destruction (F f)
 
std::shared_ptr< unsigned char > Scroom::Utils::shared_malloc (size_t size)
 
void Scroom::Utils::dumpCounts ()