MPD
0.20.15
|
#include <Cancellable.hxx>
Public Types | |
typedef CT::reference_type | reference_type |
typedef CT::const_reference_type | const_reference_type |
Public Member Functions | |
gcc_pure bool | IsEmpty () const noexcept |
gcc_pure bool | Contains (const_reference_type p) const noexcept |
template<typename... Args> | |
CT & | Add (reference_type p, Args &&... args) |
void | Remove (CT &ct) |
void | Cancel (reference_type p) |
CT & | Get (reference_type p) noexcept |
template<typename F > | |
void | ForEach (F &&f) |
Definition at line 69 of file Cancellable.hxx.
typedef CT::const_reference_type CancellableList< T, CT >::const_reference_type |
Definition at line 72 of file Cancellable.hxx.
typedef CT::reference_type CancellableList< T, CT >::reference_type |
Definition at line 71 of file Cancellable.hxx.
|
inline |
Definition at line 131 of file Cancellable.hxx.
|
inline |
Definition at line 147 of file Cancellable.hxx.
|
inlinenoexcept |
Definition at line 126 of file Cancellable.hxx.
|
inline |
Definition at line 162 of file Cancellable.hxx.
|
inlinenoexcept |
Definition at line 154 of file Cancellable.hxx.
|
inlinenoexcept |
Definition at line 116 of file Cancellable.hxx.
|
inline |
Definition at line 139 of file Cancellable.hxx.