HttpResource::PluginRef Class Reference
#include <HttpResource.h>
Inheritance diagram for HttpResource::PluginRef:
Collaboration diagram for HttpResource::PluginRef:
Public Types | |
| using | OwnedList = OwnedLinkedObjectListTemplate< PluginRef > |
Public Types inherited from LinkedObjectTemplate< PluginRef > | |
| using | Iterator = IteratorTemplate< PluginRef, PluginRef *, PluginRef & > |
| using | ConstIterator = IteratorTemplate< const PluginRef, const PluginRef *, const PluginRef & > |
Public Member Functions | |
| PluginRef (HttpResourcePlugin *plugin) | |
| HttpResourcePlugin * | operator-> () const |
Public Member Functions inherited from LinkedObjectTemplate< PluginRef > | |
| PluginRef * | getNext () const |
| bool | insertAfter (PluginRef *object) |
| Iterator | begin () const |
| Iterator | end () const |
| Iterator | cbegin () const |
| Iterator | cend () const |
Public Member Functions inherited from LinkedObject | |
| virtual | ~LinkedObject ()=default |
| virtual LinkedObject * | next () const |
| bool | insertAfter (LinkedObject *object) |
| bool | operator== (const LinkedObject &other) const |
| bool | operator!= (const LinkedObject &other) const |
Member Typedef Documentation
◆ OwnedList
Constructor & Destructor Documentation
◆ PluginRef()
|
inline |
Member Function Documentation
◆ operator->()
|
inline |
The documentation for this class was generated from the following file:
Public Types inherited from
1.9.1