#include <StreamBusInterface.h>
Public Member Functions | |
StreamBusInterfaceClass () | |
StreamBusInterfaceClass & | operator++ () |
const char * | name () |
operator bool () | |
Private Attributes | |
StreamBusInterfaceRegistrarBase * | ptr |
Definition at line 185 of file StreamBusInterface.h.
StreamBusInterfaceClass::StreamBusInterfaceClass | ( | ) | [inline] |
Definition at line 189 of file StreamBusInterface.h.
References StreamBusInterfaceRegistrarBase::first, and ptr.
const char* StreamBusInterfaceClass::name | ( | ) | [inline] |
Definition at line 195 of file StreamBusInterface.h.
References StreamBusInterfaceRegistrarBase::name, and ptr.
StreamBusInterfaceClass::operator bool | ( | ) | [inline] |
Definition at line 198 of file StreamBusInterface.h.
References ptr.
StreamBusInterfaceClass& StreamBusInterfaceClass::operator++ | ( | ) | [inline] |
Definition at line 192 of file StreamBusInterface.h.
References StreamBusInterfaceRegistrarBase::next, and ptr.
Definition at line 187 of file StreamBusInterface.h.
Referenced by name(), operator bool(), operator++(), and StreamBusInterfaceClass().