Pigweed
C/C++ API Reference
|
Classes | |
class | pw::BasicMultiBuf< kProperties > |
Typedefs | |
using | pw::FlatMultiBuf = BasicMultiBuf<> |
Basic MultiBuf interface with mutable data. | |
using | pw::FlatConstMultiBuf = BasicMultiBuf< MultiBufProperty::kConst > |
Basic MultiBuf interface with read-only data. | |
using | pw::MultiBuf = BasicMultiBuf< MultiBufProperty::kLayerable > |
using | pw::ConstMultiBuf = BasicMultiBuf< MultiBufProperty::kConst, MultiBufProperty::kLayerable > |
using | pw::TrackedFlatMultiBuf = BasicMultiBuf< MultiBufProperty::kObservable > |
using | pw::TrackedFlatConstMultiBuf = BasicMultiBuf< MultiBufProperty::kConst, MultiBufProperty::kObservable > |
using | pw::TrackedMultiBuf = BasicMultiBuf< MultiBufProperty::kLayerable, MultiBufProperty::kObservable > |
using | pw::TrackedConstMultiBuf = BasicMultiBuf< MultiBufProperty::kConst, MultiBufProperty::kLayerable, MultiBufProperty::kObservable > |
using pw::ConstMultiBuf = typedef BasicMultiBuf<MultiBufProperty::kConst, MultiBufProperty::kLayerable> |
MultiBuf interface with read-only data and the option of adding layered data views.
using pw::MultiBuf = typedef BasicMultiBuf<MultiBufProperty::kLayerable> |
MultiBuf interface with mutable data and the option of adding layered data views.
using pw::TrackedConstMultiBuf = typedef BasicMultiBuf<MultiBufProperty::kConst, MultiBufProperty::kLayerable, MultiBufProperty::kObservable> |
Basic MultiBuf interface with read-only data that notifies its observer, if set, on change. It has the option of adding layered data views.
using pw::TrackedFlatConstMultiBuf = typedef BasicMultiBuf<MultiBufProperty::kConst, MultiBufProperty::kObservable> |
Basic MultiBuf interface with read-only data that notifies its observer, if set, on change.
using pw::TrackedFlatMultiBuf = typedef BasicMultiBuf<MultiBufProperty::kObservable> |
Basic MultiBuf interface with mutable data that notifies its observer, if set, on change.
using pw::TrackedMultiBuf = typedef BasicMultiBuf<MultiBufProperty::kLayerable, MultiBufProperty::kObservable> |
Basic MultiBuf interface with mutable data that notifies its observer, if set, on change. It has the option of adding layered data views.