node.h File Reference

#include "cell.h"

Include dependency graph for node.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SNode
 The SNode structure handle nodes into a linked list. More...

Typedefs

typedef struct SNodepSNode

Functions

pSNode Lidy_CreateNode (pSCell Cell, pSNode pNextNode)
 Create and allocate a new node with a cell.
void Lidy_DeleteNode (pSNode Node)
 Delete a node if Node is not null.


Typedef Documentation

typedef struct SNode* pSNode

Definition at line 45 of file node.h.


Function Documentation

pSNode Lidy_CreateNode ( pSCell  Cell,
pSNode  pNextNode 
)

Create and allocate a new node with a cell.

Parameters:
Cell is the cell embedded in the new node
pNextNode is a pointer on the next node
Returns:
Return the node created if success, or else NULL

void Lidy_DeleteNode ( pSNode  Node  ) 

Delete a node if Node is not null.

Parameters:
Node is the node to delete
Returns:
Nothing


Generated on Mon Oct 12 05:24:50 2009 for Lidy by  doxygen 1.5.8