Atlas Runtime
sll.cpp File Reference
#include <alloca.h>
#include <assert.h>
#include <complex>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
Include dependency graph for sll.cpp:

Classes

struct  Node
 
struct  SearchResult
 

Typedefs

typedef struct Node Node
 
typedef struct SearchResult SearchResult
 

Functions

NodecreateNode (int Num, int NumBlanks, __attribute__((unused)) int NumFAI)
 
NodeinsertPass1 (int Num, int NumBlanks, int NumFAI)
 
NodeinsertPass2 (int Num, int NumBlanks, int NumFAI)
 
long printSLL ()
 
int main (int argc, char *argv[])
 

Variables

NodeSLL = NULL
 
NodeInsertAfter = NULL
 

Typedef Documentation

typedef struct Node Node
typedef struct SearchResult SearchResult

Function Documentation

Node* createNode ( int  Num,
int  NumBlanks,
__attribute__((unused)) int  NumFAI 
)
Node* insertPass1 ( int  Num,
int  NumBlanks,
int  NumFAI 
)
Node* insertPass2 ( int  Num,
int  NumBlanks,
int  NumFAI 
)
int main ( int  argc,
char *  argv[] 
)
long printSLL ( )

Variable Documentation

Node* InsertAfter = NULL
Node* SLL = NULL