Class for the function object that validates multicast addresses.
More...
#include <address.h>
Class for the function object that validates multicast addresses.
Implements a specific application operator to validate multicast addresses.
- Author
- Federico Montesino p5087.nosp@m.@qui.nosp@m.ntero.nosp@m..fie.nosp@m..us.e.nosp@m.s Validating class specialized for multicast addresses.
Definition at line 127 of file address.h.
Enumerator |
---|
MCAST_VALID_MASK |
|
MCAST_VALID_VALUE |
|
Definition at line 147 of file address.h.
IPV4MulticastValidator::IPV4MulticastValidator |
( |
| ) |
|
|
inline |
Constructor.
Does not deal with any state.
Definition at line 133 of file address.h.
virtual IPV4MulticastValidator::~IPV4MulticastValidator |
( |
| ) |
|
|
inlinevirtual |
Keeps compilers happy.
Definition at line 138 of file address.h.
void IPV4MulticastValidator::operator() |
( |
const in_addr |
address | ) |
const |
|
virtual |
Application operator.
Apply the validation algorithm specific to multicast addresses
Implements IPV4Validator.
The documentation for this class was generated from the following file: