Class for the function object that validates multicast addresses.
#include <address.h>
Inherits ost::IPV4Validator.
IPV4MulticastValidator ()
Constructor. virtual ~IPV4MulticastValidator ()
Keeps compilers happy. void operator() (const in_addr address) const
Application operator.
Class for the function object that validates multicast addresses.
Implements a specific application operator to validate multicast addresses.
Author:
Federico Montesino [email protected] Validating class specialized for multicast addresses.
Constructor. Does not deal with any state.
Keeps compilers happy.
Application operator. Apply the validation algorithm specific to multicast addresses
Implements ost::IPV4Validator.
Generated automatically by Doxygen for GNU CommonC++ from the source code.