![]() |
Realm
A distributed, event-based tasking library
|
#include <dynamic_table.h>
Public Member Functions | |
| DynamicTableNode (int _level, IT _first_index, IT _last_index) | |
| virtual | ~DynamicTableNode (void) |
Public Member Functions inherited from Realm::DynamicTableNodeBase< LT, IT > | |
| DynamicTableNodeBase (int _level, IT _first_index, IT _last_index) | |
| virtual | ~DynamicTableNodeBase (void) |
Public Attributes | |
| ET | elems [SIZE] |
Public Attributes inherited from Realm::DynamicTableNodeBase< LT, IT > | |
| int | level |
| IT | first_index |
| IT | last_index |
| LT | lock |
| DynamicTableNodeBase< LT, IT > * | next_alloced_node |
Static Public Attributes | |
| static const size_t | SIZE = _SIZE |
| Realm::DynamicTableNode< ET, _SIZE, LT, IT >::DynamicTableNode | ( | int | _level, |
| IT | _first_index, | ||
| IT | _last_index | ||
| ) |
|
virtual |
| ET Realm::DynamicTableNode< ET, _SIZE, LT, IT >::elems[SIZE] |
|
static |