mUPnP for C++
mUPnP::ServiceList Class Reference

#include <ServiceList.h>

Inheritance diagram for mUPnP::ServiceList:
mUPnP::Vector< Service > mUPnP::WeakVector< Service >

Public Member Functions

 ServiceList ()
 
ServicegetService (size_t n)
 
- Public Member Functions inherited from mUPnP::Vector< Service >
 Vector ()
 
 ~Vector ()
 
void setWeekContainer (bool flag)
 
bool isWeekContainer ()
 
bool remove (Service *obj)
 
bool clear ()
 
- Public Member Functions inherited from mUPnP::WeakVector< Service >
 WeakVector ()
 
 ~WeakVector ()
 
bool add (Service *obj)
 
bool insertAt (Service *obj, size_t index)
 
Serviceget (size_t index)
 
bool exists (void *obj)
 
ssize_t indexOf (void *obj)
 
bool remove (Service *obj)
 

Static Public Attributes

static const char * ELEM_NAME
 

Constructor & Destructor Documentation

◆ ServiceList()

mUPnP::ServiceList::ServiceList ( )
inline

Member Function Documentation

◆ getService()

Service * mUPnP::ServiceList::getService ( size_t n)
inline

Field Documentation

◆ ELEM_NAME

const char* mUPnP::ServiceList::ELEM_NAME
static

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