uHTTP for C++
uHTTP::NetworkInterfaceList Class Reference

#include <NetworkInterfaceList.h>

Inheritance diagram for uHTTP::NetworkInterfaceList:
uHTTP::SharedVector< NetworkInterface >

Public Member Functions

 NetworkInterfaceList ()
 
NetworkInterfacegetNetworkInterface (size_t n)
 
void print ()
 
- Public Member Functions inherited from uHTTP::SharedVector< NetworkInterface >
 SharedVector ()
 
 ~SharedVector ()
 
bool add (NetworkInterface *obj)
 
bool insertAt (NetworkInterface *obj, size_t index)
 
uhttp_shared_ptr< NetworkInterfaceget (size_t index)
 
bool exists (uhttp_shared_ptr< NetworkInterface > obj)
 
bool exists (NetworkInterface *obj)
 
ssize_t indexOf (uhttp_shared_ptr< NetworkInterface > obj)
 
ssize_t indexOf (NetworkInterface *obj)
 
bool remove (size_t idx)
 
bool remove (uhttp_shared_ptr< NetworkInterface > obj)
 
bool remove (NetworkInterface *obj)
 

Constructor & Destructor Documentation

◆ NetworkInterfaceList()

uHTTP::NetworkInterfaceList::NetworkInterfaceList ( )
inline

Member Function Documentation

◆ getNetworkInterface()

NetworkInterface * uHTTP::NetworkInterfaceList::getNetworkInterface ( size_t n)
inline

◆ print()

void uHTTP::NetworkInterfaceList::print ( )
inline

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