pfodParser
3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
|
#include <pfodLinkedList.h>
Public Member Functions | |
pfodLinkedList () | |
virtual | ~pfodLinkedList () |
virtual size_t | size () |
virtual bool | add (T *) |
virtual bool | append (T *_t) |
virtual size_t | getIndex (T *) |
virtual T * | getCurrentIterator () |
virtual bool | setCurrentIterator (T *_current) |
virtual T * | remove (T *) |
virtual T * | remove (size_t idx) |
virtual bool | insertAt (T *, size_t idx) |
virtual T * | remove () |
virtual T * | getFirst () |
virtual T * | getNext () |
virtual T * | get (size_t idx) |
virtual void | clear () |
Protected Attributes | |
pfodListNode< T > * | root |
pfodListNode< T > * | current |
size_t | count |
Definition at line 48 of file pfodLinkedList.h.
pfodLinkedList< T >::pfodLinkedList |
Definition at line 201 of file pfodLinkedList.h.
|
virtual |
Definition at line 210 of file pfodLinkedList.h.
|
virtual |
Definition at line 230 of file pfodLinkedList.h.
|
virtual |
Definition at line 256 of file pfodLinkedList.h.
|
virtual |
Definition at line 536 of file pfodLinkedList.h.
|
virtual |
Definition at line 515 of file pfodLinkedList.h.
|
virtual |
Definition at line 364 of file pfodLinkedList.h.
|
virtual |
Definition at line 486 of file pfodLinkedList.h.
|
virtual |
Definition at line 341 of file pfodLinkedList.h.
|
virtual |
Definition at line 499 of file pfodLinkedList.h.
|
virtual |
Definition at line 417 of file pfodLinkedList.h.
|
virtual |
Definition at line 461 of file pfodLinkedList.h.
|
virtual |
Definition at line 401 of file pfodLinkedList.h.
|
virtual |
Definition at line 291 of file pfodLinkedList.h.
|
virtual |
Definition at line 378 of file pfodLinkedList.h.
|
virtual |
Definition at line 219 of file pfodLinkedList.h.
|
protected |
Definition at line 53 of file pfodLinkedList.h.
|
protected |
Definition at line 52 of file pfodLinkedList.h.
|
protected |
Definition at line 51 of file pfodLinkedList.h.