BeaconInfoList Class Reference

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

#include <WifiSniffer.h>

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

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 BeaconInfofirstElement () const
 
int indexOf (const BeaconInfo &elem) const
 
bool isEmpty () const
 
const BeaconInfolastElement () 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 BeaconInfoelementAt (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 BeaconInfoget (unsigned int index) const
 
const BeaconInfooperator[] (unsigned int index) const override
 
BeaconInfooperator[] (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 BeaconInfoat (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()

int BeaconInfoList::indexOf ( const uint8_t  bssid[])
inline

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