StationList Class Reference
#include <StationList.h>
Inheritance diagram for StationList:
Collaboration diagram for StationList:
Public Member Functions | |
virtual | ~StationList () |
![]() | |
OwnedLinkedObjectListTemplate ()=default | |
OwnedLinkedObjectListTemplate (const OwnedLinkedObjectListTemplate &other)=delete | |
OwnedLinkedObjectListTemplate & | operator= (const OwnedLinkedObjectListTemplate &other)=delete |
~OwnedLinkedObjectListTemplate () | |
bool | remove (StationInfo *object) |
void | clear () |
![]() | |
LinkedObjectListTemplate ()=default | |
LinkedObjectListTemplate (ObjectType *object) | |
ObjectType * | head () |
const ObjectType * | head () const |
Iterator | begin () |
Iterator | end () |
ConstIterator | begin () const |
ConstIterator | end () const |
bool | add (ObjectType *object) |
bool | add (const ObjectType *object) |
bool | insert (ObjectType *object) |
bool | insert (const ObjectType *object) |
ObjectType * | pop () |
size_t | count () const |
bool | contains (const ObjectType &object) const |
![]() | |
LinkedObjectList () | |
LinkedObjectList (LinkedObject *object) | |
bool | add (LinkedObject *object) |
bool | add (const LinkedObject *object) |
bool | insert (LinkedObject *object) |
bool | insert (const LinkedObject *object) |
bool | remove (LinkedObject *object) |
LinkedObject * | pop () |
void | clear () |
LinkedObject * | head () |
const LinkedObject * | head () const |
bool | isEmpty () const |
Additional Inherited Members | |
![]() | |
using | Iterator = typename LinkedObjectTemplate< ObjectType >::template IteratorTemplate< ObjectType, ObjectType *, ObjectType & > |
using | ConstIterator = typename LinkedObjectTemplate< ObjectType >::template IteratorTemplate< const ObjectType, const ObjectType *, const ObjectType & > |
![]() | |
LinkedObject * | mHead {nullptr} |
Constructor & Destructor Documentation
◆ ~StationList()
|
inlinevirtual |
The documentation for this class was generated from the following file: