Home
last modified time | relevance | path

Searched refs:MTLinkedList (Results 1 – 1 of 1) sorted by relevance

/external/opencore/baselibs/gen_data_structures/src/
Dlinked_list.h389 template <class LLClass> class MTLinkedList
393 MTLinkedList() {}; in MTLinkedList() function
394 ~MTLinkedList() {}; in ~MTLinkedList()
430 template <class LLClass> int MTLinkedList<LLClass>::add_element(LLClass& new_element) in add_element()
439 template <class LLClass> int MTLinkedList<LLClass>::add_to_front(LLClass& new_element) in add_to_front()
449 template <class LLClass> int MTLinkedList<LLClass>::get_element(int index, LLClass& element) in get_element()
460 template <class LLClass> int MTLinkedList<LLClass>::remove_element(const LLClass& data_to_remove) in remove_element()
471 template <class LLClass> int MTLinkedList<LLClass>::get_index(const LLClass& data) in get_index()
482 template <class LLClass> int MTLinkedList<LLClass>::remove_element(const int index_to_remove) in remove_element()
492 template <class LLClass> int MTLinkedList<LLClass>::move_to_end(const LLClass& data_to_move) in move_to_end()
[all …]