Template Class GenericCacheableComponent

Inheritance Relationships

Base Type

  • public T_Component

Class Documentation

template <class T_Component>
class GenericCacheableComponent : public T_Component

Public Functions

GenericCacheableComponent()
GenericCacheableComponent(Component &comp)
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()