Public Member Functions | Public Attributes

Queue Class Reference

List of all members.

Public Member Functions

void Push (uint x, uint y)
bool Empty ()
void Top (uint& x, uint& y)
void Pop (uint& x, uint& y)
void Pop ()
 Queue ()
void Push (uint x, uint y)
bool Empty ()
void Top (uint& x, uint& y)
void Pop (uint& x, uint& y)
void Pop ()

Public Attributes

private Nodehead = null
private Nodetail = null
Nodehead
Nodetail

Constructor & Destructor Documentation

Queue (  ) 

Member Function Documentation

void Push ( uint  x,
uint  y 
)
bool Empty (  ) 
void Top ( uint&  x,
uint&  y 
)
void Pop ( uint&  x,
uint&  y 
)
void Pop (  ) 
void Push ( uint  x,
uint  y 
)
bool Empty (  ) 
void Top ( uint&  x,
uint&  y 
)
void Pop ( uint&  x,
uint&  y 
)
void Pop (  ) 

Member Data Documentation

private Node@ head = null
private Node@ tail = null