Class for the function object that validates multicast addresses.
#include <address.h>
Inherits ost::IPV6Validator.
IPV6MulticastValidator ()
Constructor. virtual ~IPV6MulticastValidator ()
Keeps compilers happy... void operator() (const in6_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::IPV6Validator.
Generated automatically by Doxygen for GNU CommonC++ from the source code.