|
OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <FixedIntegerIndex.h>
Inheritance diagram for opencog::FixedIntegerIndex:Public Member Functions | |
| ~FixedIntegerIndex () | |
| void | insert (size_t i, Atom *a) |
| void | remove (size_t i, Atom *a) |
| size_t | size (size_t i) const |
| size_t | size (void) const |
Protected Member Functions | |
| void | resize (size_t sz) |
Protected Attributes | |
| std::vector< UnorderedAtomSet > | idx |
Implements a vector of atom sets; each set can be found via an integer index.
Definition at line 43 of file FixedIntegerIndex.h.
|
inline |
Definition at line 53 of file FixedIntegerIndex.h.
|
inline |
Definition at line 54 of file FixedIntegerIndex.h.
References idx.
Here is the caller graph for this function:
|
inline |
Definition at line 60 of file FixedIntegerIndex.h.
References python.create_atoms_by_type::a, and idx.
|
inlineprotected |
Definition at line 47 of file FixedIntegerIndex.h.
References idx.
Here is the caller graph for this function:
|
inline |
Definition at line 66 of file FixedIntegerIndex.h.
References idx.
Here is the caller graph for this function:| size_t FixedIntegerIndex::size | ( | void | ) | const |
Definition at line 26 of file FixedIntegerIndex.cc.
References idx.
|
protected |
Definition at line 46 of file FixedIntegerIndex.h.