|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
C-API for estd::IntrusiveListNode. More...
Go to the source code of this file.
Classes | |
| struct | estd_IntrusiveListNode |
| C-API equivalent of estd::IntrusiveListNode. More... | |
Macros | |
| #define | ESTD_INTRUSIVELISTNODE_INITIALIZER(self) {&(self), &(self)} |
| Initializer for estd_IntrusiveListNode. More... | |
C-API for estd::IntrusiveListNode.
| #define ESTD_INTRUSIVELISTNODE_INITIALIZER | ( | self | ) | {&(self), &(self)} |
Initializer for estd_IntrusiveListNode.
| [in] | self | is an equivalent of this hidden argument |