chrono::ChNode< dt > Class Template Reference
Description
template<class dt>
class chrono::ChNode< dt >
Node for linked list.
This will be used by ChList<>
#include <ChLists.h>
Collaboration diagram for chrono::ChNode< dt >:

Public Member Functions | |
| ChNode () | |
| Constructor for node. | |
| ChNode (dt *mydata) | |
| Constructor for node. | |
Public Attributes | |
| dt * | data |
| pointer to data | |
| ChNode * | prev |
| previous node | |
| ChNode * | next |
| next node | |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/core/ChLists.h