@kv  0.0.4
Library for graph problems in C and Python
AtListU64 Struct Reference

List 64 bits. More...

#include <list.h>

Public Attributes

AtListU64prev
 
AtListU64next
 
uint64_t value
 

Detailed Description

List 64 bits.

Member Data Documentation

AtListU64* AtListU64::next

Next list item

AtListU64* AtListU64::prev

Previous list item

uint64_t AtListU64::value

Value of current item


The documentation for this struct was generated from the following file: