ClientInfoList Class Reference

For applications to use to manage list of unique clients. More...

#include <WifiSniffer.h>

Inheritance diagram for ClientInfoList:
[legend]
Collaboration diagram for ClientInfoList:
[legend]

Public Member Functions

int indexOf (const uint8_t station[])
 
- Public Member Functions inherited from Vector< ClientInfo >
 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 ClientInfofirstElement () const
 
int indexOf (const ClientInfo &elem) const
 
bool isEmpty () const
 
const ClientInfolastElement () 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 ClientInfoelementAt (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 ClientInfoget (unsigned int index) const
 
const ClientInfooperator[] (unsigned int index) const override
 
ClientInfooperator[] (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
 
- Public Member Functions inherited from Countable< ClientInfo >
virtual ~Countable ()
 
const ClientInfoat (unsigned int i) const
 

Additional Inherited Members

- Public Types inherited from Vector< ClientInfo >
using Comparer = int(*)(const ClientInfo &lhs, const ClientInfo &rhs)
 
- Protected Member Functions inherited from Vector< ClientInfo >
void copyFrom (const Vector &rhv)
 
- Protected Attributes inherited from Vector< ClientInfo >
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()

int ClientInfoList::indexOf ( const uint8_t  station[])
inline

The documentation for this class was generated from the following file: