My Project
|
#include <f5lists.h>
Public Member Functions | |
TopRed () | |
TopRed (LList *c, LList *t) | |
LList * | getCompleted () |
LList * | getToDo () |
Private Attributes | |
LList * | _completed |
LList * | _toDo |
TopRed::TopRed | ( | ) |
Definition at line 655 of file f5lists.cc.
Definition at line 660 of file f5lists.cc.
LList * TopRed::getCompleted | ( | ) |
Definition at line 665 of file f5lists.cc.
LList * TopRed::getToDo | ( | ) |
Definition at line 669 of file f5lists.cc.