#include <address.h>
Inheritance diagram for ost::IPV4MulticastValidator::
Public Methods | |
IPV4MulticastValidator () | |
Constructor. More... | |
virtual | ~IPV4MulticastValidator () |
Keeps compilers happy. 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. |
|
Keeps compilers happy.
|
|
Application operator. Apply the validation algorithm specific to multicast addresses Reimplemented from ost::IPV4Validator. |