|
pfodParser
5.0.1
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 bool | contains (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 50 of file pfodLinkedList.h.
| pfodLinkedList< T >::pfodLinkedList |
Definition at line 211 of file pfodLinkedList.h.
|
virtual |
Definition at line 221 of file pfodLinkedList.h.
|
virtual |
Definition at line 241 of file pfodLinkedList.h.
|
virtual |
Definition at line 267 of file pfodLinkedList.h.
|
virtual |
Definition at line 561 of file pfodLinkedList.h.
|
virtual |
Definition at line 374 of file pfodLinkedList.h.
|
virtual |
Definition at line 540 of file pfodLinkedList.h.
|
virtual |
Definition at line 389 of file pfodLinkedList.h.
|
virtual |
Definition at line 511 of file pfodLinkedList.h.
|
virtual |
Definition at line 352 of file pfodLinkedList.h.
|
virtual |
Definition at line 524 of file pfodLinkedList.h.
|
virtual |
Definition at line 442 of file pfodLinkedList.h.
|
virtual |
Definition at line 486 of file pfodLinkedList.h.
|
virtual |
Definition at line 426 of file pfodLinkedList.h.
|
virtual |
Definition at line 302 of file pfodLinkedList.h.
|
virtual |
Definition at line 403 of file pfodLinkedList.h.
|
virtual |
Definition at line 230 of file pfodLinkedList.h.
|
protected |
Definition at line 55 of file pfodLinkedList.h.
|
protected |
Definition at line 54 of file pfodLinkedList.h.
|
protected |
Definition at line 53 of file pfodLinkedList.h.