My Project  debian-1:4.1.2-p1+ds-2
Public Member Functions | Private Attributes
TopRed Class Reference

#include <f5lists.h>

Public Member Functions

 TopRed ()
 
 TopRed (LList *c, LList *t)
 
LListgetCompleted ()
 
LListgetToDo ()
 

Private Attributes

LList_completed
 
LList_toDo
 

Detailed Description

Definition at line 214 of file f5lists.h.

Constructor & Destructor Documentation

◆ TopRed() [1/2]

TopRed::TopRed ( )

Definition at line 655 of file f5lists.cc.

655  {
656  _completed = NULL;
657  _toDo = NULL;
658 }

◆ TopRed() [2/2]

TopRed::TopRed ( LList c,
LList t 
)

Definition at line 660 of file f5lists.cc.

660  {
661  _completed = c;
662  _toDo = t;
663 }

Member Function Documentation

◆ getCompleted()

LList * TopRed::getCompleted ( )

Definition at line 665 of file f5lists.cc.

665  {
666  return _completed;
667 }

◆ getToDo()

LList * TopRed::getToDo ( )

Definition at line 669 of file f5lists.cc.

669  {
670  return _toDo;
671 }

Field Documentation

◆ _completed

LList* TopRed::_completed
private

Definition at line 216 of file f5lists.h.

◆ _toDo

LList* TopRed::_toDo
private

Definition at line 217 of file f5lists.h.


The documentation for this class was generated from the following files:
TopRed::_completed
LList * _completed
Definition: f5lists.h:216
NULL
#define NULL
Definition: omList.c:11
TopRed::_toDo
LList * _toDo
Definition: f5lists.h:217