BeaconInfoList Class Reference
For applications to use to manage list of unique beacons. More...
#include <WifiSniffer.h>
Inheritance diagram for BeaconInfoList:
Collaboration diagram for BeaconInfoList:
Public Member Functions | |
| int | indexOf (const uint8_t bssid[]) |
Public Member Functions inherited from Vector< BeaconInfo > | |
| Vector (unsigned int initialCapacity=10, unsigned int capacityIncrement=10) | |
| Vector (const Vector &rhv) | |
| ~Vector () | |
| unsigned int | capacity () const |
| bool | contains (const BeaconInfo &elem) const |
| const BeaconInfo & | firstElement () const |
| int | indexOf (const BeaconInfo &elem) const |
| bool | isEmpty () const |
| const BeaconInfo & | lastElement () const |
| int | lastIndexOf (const BeaconInfo &elem) const |
| unsigned int | count () const override |
| unsigned int | size () const |
| void | copyInto (BeaconInfo *array) const |
| bool | add (const BeaconInfo &obj) |
| bool | addElement (const BeaconInfo &obj) |
| bool | addElement (BeaconInfo *objp) |
| void | clear () |
| bool | ensureCapacity (unsigned int minCapacity) |
| void | removeAllElements () |
| bool | removeElement (const BeaconInfo &obj) |
| bool | setSize (unsigned int newSize) |
| void | trimToSize () |
| const BeaconInfo & | elementAt (unsigned int index) const |
| bool | insertElementAt (const BeaconInfo &obj, unsigned int index) |
| const void | remove (unsigned int index) |
| void | removeElementAt (unsigned int index) |
| bool | setElementAt (const BeaconInfo &obj, unsigned int index) |
| const BeaconInfo & | get (unsigned int index) const |
| const BeaconInfo & | operator[] (unsigned int index) const override |
| BeaconInfo & | operator[] (unsigned int index) override |
| const Vector< BeaconInfo > & | operator= (const Vector< BeaconInfo > &rhv) |
| const Vector< BeaconInfo > & | operator= (const Vector< BeaconInfo > &&other) noexcept |
| void | sort (Comparer compareFunction) |
| Iterator< false > | begin () |
| Iterator< true > | begin () const |
| Iterator< false > | end () |
| Iterator< true > | end () const |
Public Member Functions inherited from Countable< BeaconInfo > | |
| virtual | ~Countable () |
| const BeaconInfo & | at (unsigned int i) const |
Additional Inherited Members | |
Public Types inherited from Vector< BeaconInfo > | |
| using | Comparer = int(*)(const BeaconInfo &lhs, const BeaconInfo &rhs) |
Protected Member Functions inherited from Vector< BeaconInfo > | |
| void | copyFrom (const Vector &rhv) |
Protected Attributes inherited from Vector< BeaconInfo > | |
| unsigned int | _size |
| unsigned int | _capacity |
| unsigned int | _increment |
| BeaconInfo ** | _data |
Detailed Description
For applications to use to manage list of unique beacons.
Member Function Documentation
◆ indexOf()
|
inline |
The documentation for this class was generated from the following file:
Public Member Functions inherited from
1.8.13