#include <socket.h>
Inheritance diagram for InetMcastAddrValidator::
Public Methods | |
InetMcastAddrValidator () | |
Constructor. More... | |
void | operator() (const in_addr address) const |
Application operator. More... |
Implements a specific application operator to validate multicast addresses.
|
Constructor. Does not deal with any state. |
|
Application operator. Apply the validation algorithm specific to multicast addresses Reimplemented from InetAddrValidator. |