abc-master
|
#include <SolverTypes.h>
Data Structures | |
struct | CRefHash |
Public Member Functions | |
void | clear () |
int | size () const |
void | insert (CRef cr, const T &t) |
void | growTo (CRef cr, const T &t) |
void | remove (CRef cr) |
bool | has (CRef cr, T &t) |
const T & | operator[] (CRef cr) const |
T & | operator[] (CRef cr) |
int | bucket_count () const |
const vec< typename HashTable::Pair > & | bucket (int i) const |
void | moveTo (CMap &other) |
void | debug () |
Private Types | |
typedef Map< CRef, T, CRefHash > | HashTable |
Private Attributes | |
HashTable | map |
Definition at line 317 of file SolverTypes.h.
|
private |
Definition at line 322 of file SolverTypes.h.
|
inline |
Definition at line 343 of file SolverTypes.h.
|
inline |
Definition at line 342 of file SolverTypes.h.
|
inline |
Definition at line 327 of file SolverTypes.h.
|
inline |
Definition at line 349 of file SolverTypes.h.
|
inline |
Definition at line 333 of file SolverTypes.h.
|
inline |
Definition at line 335 of file SolverTypes.h.
|
inline |
Definition at line 332 of file SolverTypes.h.
|
inline |
Definition at line 346 of file SolverTypes.h.
|
inline |
Definition at line 338 of file SolverTypes.h.
|
inline |
Definition at line 339 of file SolverTypes.h.
|
inline |
Definition at line 334 of file SolverTypes.h.
|
inline |
Definition at line 328 of file SolverTypes.h.
|
private |
Definition at line 323 of file SolverTypes.h.