@kv
0.0.4
Library for graph problems in C and Python
|
List 64 bits. More...
#include <list.h>
Public Attributes | |
AtListU64 * | prev |
AtListU64 * | next |
uint64_t | value |
List 64 bits.
AtListU64* AtListU64::next |
Next list item
AtListU64* AtListU64::prev |
Previous list item
uint64_t AtListU64::value |
Value of current item