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