Falcon::LinkableElement Class Reference

Element for LinkedList class. More...

#include <llist.h>

Inheritance diagram for Falcon::LinkableElement:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 LinkableElement (LinkableElement *prev=0, LinkableElement *next=0)
void next (LinkableElement *n)
LinkableElementnext () const
void prev (LinkableElement *p)
LinkableElementprev () const


Detailed Description

Element for LinkedList class.

Constructor & Destructor Documentation

Falcon::LinkableElement::LinkableElement ( LinkableElement prev = 0,
LinkableElement next = 0 
) [inline]


Member Function Documentation

void Falcon::LinkableElement::next ( LinkableElement n  )  [inline]

LinkableElement* Falcon::LinkableElement::next (  )  const [inline]

void Falcon::LinkableElement::prev ( LinkableElement p  )  [inline]

LinkableElement* Falcon::LinkableElement::prev (  )  const [inline]


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

Generated on Mon Oct 19 10:11:37 2009 for Falcon_Core by  doxygen 1.5.8