|
GNU CommonC++
|
Class for the function object that validates multicast addresses. More...
#include <address.h>
Public Member Functions | |
| IPV4MulticastValidator () | |
| Constructor. | |
| virtual | ~IPV4MulticastValidator () |
| Keeps compilers happy. | |
| void | operator() (const in_addr address) const |
| Application operator. | |
Public Member Functions inherited from ost::IPV4Validator | |
| IPV4Validator () | |
| Constructor. | |
| virtual | ~IPV4Validator () |
| keeps compilers happy. | |
Class for the function object that validates multicast addresses.
Implements a specific application operator to validate multicast addresses.
Validating class specialized for multicast addresses.
|
inline |
Constructor.
Does not deal with any state.
|
inlinevirtual |
Keeps compilers happy.
|
virtual |
Application operator.
Apply the validation algorithm specific to multicast addresses
Implements ost::IPV4Validator.