Template Class GenericCacheableComponent¶
- Defined in File cacheable_component.h
Class Documentation¶
-
template <class T_Component>
classGenericCacheableComponent: public T_Component¶ Public Functions
-
GenericCacheableComponent()¶
-
unsigned long
SizeInBytes() const¶
-
unsigned long
sys_overhead_SizeInBytes() const¶
-
void
set_father(CacheEntryID f)¶
-
const CacheEntryID
father() const¶
-
void
set_next_sibling(CacheEntryID sibling)¶
-
CacheEntryID
next_sibling()¶
-
void
set_first_descendant(CacheEntryID descendant)¶
-
const CacheEntryID
first_descendant() const¶
-
void
set_next_bucket_element(CacheEntryID entry)¶
-
CacheEntryID
next_bucket_element()¶
-