#include <socket.h>
Inheritance diagram for ost::InetAddrValidator:

Public Methods | |
| InetAddrValidator () | |
| Constructor. | |
| virtual void | operator() (const in_addr address) const=0 |
| Pure virtual application operator. | |
This is a base class for classes of function objects used by such derived classes.
|
|
Constructor. Does not deal with any state. |
|
|
Pure virtual application operator. Apply the validation algorithm specific to derived classes. Implemented in ost::InetMcastAddrValidator. |
1.2.18