UPnP::LinkedItemList Class Reference
Singly-linked list of items. More...
#include <LinkedItemList.h>
Inheritance diagram for UPnP::LinkedItemList:
Public Member Functions | |
| bool | add (LinkedItem *item) |
| bool | add (const LinkedItem *item) |
| bool | remove (LinkedItem *item) |
| void | clear () |
| LinkedItem * | head () |
| const LinkedItem * | head () const |
| LinkedItem * | find (LinkedItem *item) |
| const LinkedItem * | find (LinkedItem *item) const |
| bool | contains (LinkedItem *item) const |
Detailed Description
Singly-linked list of items.
- Note
- We don't own the items, just keep references to them
Member Function Documentation
◆ add() [1/2]
|
inline |
◆ add() [2/2]
| bool UPnP::LinkedItemList::add | ( | LinkedItem * | item | ) |
◆ clear()
|
inline |
◆ contains()
|
inline |
◆ find() [1/2]
|
inline |
◆ find() [2/2]
|
inline |
◆ head() [1/2]
|
inline |
◆ head() [2/2]
|
inline |
◆ remove()
| bool UPnP::LinkedItemList::remove | ( | LinkedItem * | item | ) |
The documentation for this class was generated from the following file:
1.9.1