#include <BeliefCacheSet.h>
Public Member Functions | |
| cacherow_stval | addBeliefRow (BeliefWithState &bel) |
| cacherow_stval | addBeliefRowWithoutCheck (BeliefWithState &bel) |
| BeliefCacheSet (void) | |
| cacherow_stval | getBeliefRowIndex (BeliefWithState &bel) |
| BeliefCacheRow * | getRow (cacherow_stval) |
| bool | hasBelief (BeliefWithState &bel) |
| int | size () |
| virtual | ~BeliefCacheSet (void) |
Public Attributes | |
| int | currentRowCount |
Definition at line 9 of file BeliefCacheSet.h.
| BeliefCacheSet::BeliefCacheSet | ( | void | ) |
Definition at line 3 of file BeliefCacheSet.cpp.
| BeliefCacheSet::~BeliefCacheSet | ( | void | ) | [virtual] |
Definition at line 7 of file BeliefCacheSet.cpp.
| cacherow_stval BeliefCacheSet::addBeliefRow | ( | BeliefWithState & | bel | ) | [inline] |
Definition at line 25 of file BeliefCacheSet.h.
| cacherow_stval BeliefCacheSet::addBeliefRowWithoutCheck | ( | BeliefWithState & | bel | ) | [inline] |
Definition at line 28 of file BeliefCacheSet.h.
| cacherow_stval BeliefCacheSet::getBeliefRowIndex | ( | BeliefWithState & | bel | ) | [inline] |
Definition at line 31 of file BeliefCacheSet.h.
| BeliefCacheRow* BeliefCacheSet::getRow | ( | cacherow_stval | ) | [inline] |
Definition at line 17 of file BeliefCacheSet.h.
| bool BeliefCacheSet::hasBelief | ( | BeliefWithState & | bel | ) | [inline] |
Definition at line 21 of file BeliefCacheSet.h.
| int BeliefCacheSet::size | ( | ) | [inline] |
Definition at line 35 of file BeliefCacheSet.h.
Definition at line 15 of file BeliefCacheSet.h.