#include <LadderDefs.h>
Public Member Functions | |
| LadderList () | |
| ~LadderList () | |
| const LadderInfo * | findLadder (const AsciiString &addr, UnsignedShort port) |
| const LadderInfo * | findLadderByIndex (Int index) |
| const LadderInfoList * | getLocalLadders (void) |
| const LadderInfoList * | getSpecialLadders (void) |
| const LadderInfoList * | getStandardLadders (void) |
Definition at line 66 of file LadderDefs.h.
| LadderList::LadderList | ( | ) |
Definition at line 261 of file LadderDefs.cpp.
| LadderList::~LadderList | ( | ) |
Definition at line 346 of file LadderDefs.cpp.
| const LadderInfo * LadderList::findLadder | ( | const AsciiString & | addr, |
| UnsignedShort | port ) |
Definition at line 366 of file LadderDefs.cpp.
| const LadderInfo * LadderList::findLadderByIndex | ( | Int | index | ) |
Definition at line 400 of file LadderDefs.cpp.
| const LadderInfoList * LadderList::getLocalLadders | ( | void | ) |
Definition at line 447 of file LadderDefs.cpp.
| const LadderInfoList * LadderList::getSpecialLadders | ( | void | ) |
Definition at line 437 of file LadderDefs.cpp.
| const LadderInfoList * LadderList::getStandardLadders | ( | void | ) |
Definition at line 442 of file LadderDefs.cpp.