class InetMcastAddrValidator

Validating class specialized for multicast addresses. More...

Full nameost::InetMcastAddrValidator
Definition#include <socket.h>
Inheritsost::InetAddrValidator [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Class for the function object that validates multicast addresses. Implements a specific application operator to validate multicast addresses.

 InetMcastAddrValidator ()

InetMcastAddrValidator

Constructor. Does not deal with any state.

inline void  operator() (const in_addr address)

operator()

[const]

Application operator. Apply the validation algorithm specific to multicast addresses

Reimplemented from InetAddrValidator.