Class mediapipe::ResourceCache::EntryList
Public Functions
Type | Name |
---|---|
void | Append (Entry * entry) |
void | InsertAfter (Entry * entry, Entry * after) |
void | Prepend (Entry * entry) |
void | Remove (Entry * entry) |
Entry * | head () |
size_t | size () |
Entry * | tail () |
Public Functions Documentation
function Append
inline void EntryList::Append (
Entry * entry
)
function InsertAfter
inline void EntryList::InsertAfter (
Entry * entry,
Entry * after
)
function Prepend
inline void EntryList::Prepend (
Entry * entry
)
function Remove
inline void EntryList::Remove (
Entry * entry
)
function head
inline Entry * EntryList::head ()
function size
inline size_t EntryList::size ()
function tail
inline Entry * EntryList::tail ()
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/util/resource_cache.h