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