My Project
|
#include <tgb_internal.h>
Public Member Functions | |
DataNoroCacheNode (poly p, int len) | |
DataNoroCacheNode (SparseRow< number_type > *row) | |
~DataNoroCacheNode () | |
Public Member Functions inherited from NoroCacheNode | |
NoroCacheNode () | |
NoroCacheNode * | setNode (int branch, NoroCacheNode *node) |
NoroCacheNode * | getBranch (int branch) |
virtual | ~NoroCacheNode () |
NoroCacheNode * | getOrInsertBranch (int branch) |
Data Fields | |
int | value_len |
poly | value_poly |
SparseRow< number_type > * | row |
int | term_index |
Data Fields inherited from NoroCacheNode | |
NoroCacheNode ** | branches |
int | branches_len |
Definition at line 528 of file tgb_internal.h.
|
inline |
Definition at line 540 of file tgb_internal.h.
|
inline |
Definition at line 548 of file tgb_internal.h.
|
inline |
Definition at line 559 of file tgb_internal.h.
SparseRow<number_type>* DataNoroCacheNode< number_type >::row |
Definition at line 535 of file tgb_internal.h.
int DataNoroCacheNode< number_type >::term_index |
Definition at line 539 of file tgb_internal.h.
int DataNoroCacheNode< number_type >::value_len |
Definition at line 532 of file tgb_internal.h.
poly DataNoroCacheNode< number_type >::value_poly |
Definition at line 533 of file tgb_internal.h.