![]() |
API参考
|

Public 属性 | |
| struct BslListNode * | prev |
| struct BslListNode * | next |
| void * | data |
| void* BslListNode::data |
This must be the last field of this structure
| struct BslListNode* BslListNode::next |
The next node in the list
| struct BslListNode* BslListNode::prev |
The previous node in the list