My Project
Public Attributes | List of all members
SquareList Struct Reference

#include <empty.h>

Public Attributes

unsigned long long b
 
int x
 
int quadrant
 
struct SquareListprevious
 
struct SquareListnext
 

Detailed Description

double linked list of squares

Member Data Documentation

◆ b

unsigned long long SquareList::b

bit representation of the square location

◆ next

struct SquareList* SquareList::next

link to next square

◆ previous

struct SquareList* SquareList::previous

link to previous square

◆ quadrant

int SquareList::quadrant

parity quadrant

◆ x

int SquareList::x

square location


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