|
RTP Audio System
2.0.0
|
#include "tdsystem.h"#include "tdsocket.h"#include "strings.h"#include "internetaddress.h"#include "timedthread.h"#include "pingerhost.icc"Go to the source code of this file.
Classes | |
| struct | PingerHost |
| PingerHost. More... | |
Functions | |
| int | operator== (const PingerHost &ph1, const PingerHost &ph2) |
| int | operator< (const PingerHost &ph1, const PingerHost &ph2) |
| int | operator> (const PingerHost &ph1, const PingerHost &ph2) |
| int operator< | ( | const PingerHost & | ph1, |
| const PingerHost & | ph2 | ||
| ) | [inline] |
Operator "<".
| int operator== | ( | const PingerHost & | ph1, |
| const PingerHost & | ph2 | ||
| ) | [inline] |
Operator "==".
Operator "!=".
| int operator> | ( | const PingerHost & | ph1, |
| const PingerHost & | ph2 | ||
| ) | [inline] |
Operator ">".