#include <libusbemu_internal.h>
Public Member Functions | |
void | Append (T *node) |
const bool | Empty () const |
T * | Head () const |
T * | Last () const |
const bool | Member (T *node) const |
QuickList () | |
QuickList (const QuickList &rhs) | |
const bool | Remove (T *node) |
~QuickList () | |
Static Public Member Functions | |
static T * | Next (T *node) |
static const bool | Orphan (T *node) |
static T * | Prev (T *node) |
static void | RemoveNode (T *node) |
Public Attributes | |
T | end |
T | ini |
Definition at line 52 of file libusbemu_internal.h.
|
inline |
Definition at line 56 of file libusbemu_internal.h.
|
inline |
Definition at line 66 of file libusbemu_internal.h.
|
inline |
Definition at line 80 of file libusbemu_internal.h.
|
inline |
Definition at line 85 of file libusbemu_internal.h.
|
inline |
Definition at line 81 of file libusbemu_internal.h.
|
inline |
Definition at line 98 of file libusbemu_internal.h.
|
inline |
Definition at line 105 of file libusbemu_internal.h.
|
inline |
Definition at line 112 of file libusbemu_internal.h.
|
inlinestatic |
Definition at line 123 of file libusbemu_internal.h.
|
inlinestatic |
Definition at line 147 of file libusbemu_internal.h.
|
inlinestatic |
Definition at line 116 of file libusbemu_internal.h.
|
inline |
Definition at line 130 of file libusbemu_internal.h.
|
inlinestatic |
Definition at line 141 of file libusbemu_internal.h.
T libusbemu::QuickList< T >::end |
Definition at line 55 of file libusbemu_internal.h.
T libusbemu::QuickList< T >::ini |
Definition at line 54 of file libusbemu_internal.h.