All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Typedefs | Variables
repetitionCounter.cc File Reference
#include "osl/repetitionCounter.h"
#include "osl/hash/hashKey.h"
#include "osl/state/simpleState.h"
#include "osl/effect_util/effectUtil.h"
#include "osl/move_classifier/check_.h"
#include "osl/move_classifier/moveAdaptor.h"
#include "osl/stl/hash_map.h"
#include <boost/foreach.hpp>
#include <iostream>
Include dependency graph for repetitionCounter.cc:

Go to the source code of this file.

Classes

struct  osl::RepetitionCounter::Table
 

Typedefs

typedef
osl::RepetitionCounter::list_t 
list_t
 
typedef osl::hash_map
< osl::HashKey, list_t
map_t
 

Variables

static const int initial_capacity = 256
 

Typedef Documentation

Definition at line 17 of file repetitionCounter.cc.

typedef osl::hash_map<osl::HashKey,list_t> map_t

Definition at line 18 of file repetitionCounter.cc.

Variable Documentation

const int initial_capacity = 256
static

Definition at line 24 of file repetitionCounter.cc.

Referenced by osl::RepetitionCounter::clear().