|
UCommon
|
Class for the function object that validates multicast addresses. More...
#include <address.h>


Public Member Functions | |
| IPV4MulticastValidator () | |
| Constructor. More... | |
| void | operator() (const in_addr address) const |
| Application operator. More... | |
| virtual | ~IPV4MulticastValidator () |
| Keeps compilers happy. | |
Public Member Functions inherited from ost::IPV4Validator | |
| IPV4Validator () | |
| Constructor. More... | |
| virtual | ~IPV4Validator () |
| keeps compilers happy. | |
Class for the function object that validates multicast addresses.
Implements a specific application operator to validate multicast addresses.
|
inline |
|
virtual |
Application operator.
Apply the validation algorithm specific to multicast addresses
Implements ost::IPV4Validator.
1.8.14