- -( dyne // software :: culture :: events :: tazebao :: discussion :: museum \\ freaknet )- -
 
Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members

Entry Class Reference

#include <linklist.h>

Inherited by OutChannel, Shouter, and Url.

Inheritance diagram for Entry:

Inheritance graph
[legend]
Collaboration diagram for Entry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Entry ()
 Entry (void *value)
 ~Entry ()
bool up ()
bool down ()
bool move (int pos)
void rem ()
void sel (bool on)
void * get_value ()
void set_value (void *val)

Public Attributes

Entrynext
Entryprev
Linklistlist
int id
bool select

Constructor & Destructor Documentation

Entry::Entry  ) 
 

Definition at line 233 of file linklist.cpp.

Entry::Entry void *  value  ) 
 

Definition at line 240 of file linklist.cpp.

Entry::~Entry  ) 
 

Definition at line 245 of file linklist.cpp.


Member Function Documentation

bool Entry::down  ) 
 

Definition at line 287 of file linklist.cpp.

void * Entry::get_value  ) 
 

Definition at line 253 of file linklist.cpp.

bool Entry::move int  pos  ) 
 

Definition at line 316 of file linklist.cpp.

void Entry::rem  ) 
 

Definition at line 350 of file linklist.cpp.

void Entry::sel bool  on  ) 
 

Definition at line 367 of file linklist.cpp.

void Entry::set_value void *  val  ) 
 

Definition at line 249 of file linklist.cpp.

bool Entry::up  ) 
 

Definition at line 258 of file linklist.cpp.


Member Data Documentation

int Entry::id
 

Definition at line 87 of file linklist.h.

Linklist* Entry::list
 

Definition at line 77 of file linklist.h.

Entry* Entry::next
 

Definition at line 74 of file linklist.h.

Entry* Entry::prev
 

Reimplemented in OutChannel.

Definition at line 75 of file linklist.h.

bool Entry::select
 

Definition at line 88 of file linklist.h.


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