Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ost_ipv6multicastvalidator(3) [debian man page]

ost::IPV6MulticastValidator(3)				     Library Functions Manual				    ost::IPV6MulticastValidator(3)

NAME
ost::IPV6MulticastValidator - Class for the function object that validates multicast addresses. SYNOPSIS
#include <address.h> Inherits ost::IPV6Validator. Public Member Functions IPV6MulticastValidator () Constructor. virtual ~IPV6MulticastValidator () Keeps compilers happy... void operator() (const in6_addr address) const Application operator. Detailed Description Class for the function object that validates multicast addresses. Implements a specific application operator to validate multicast addresses. Author: Federico Montesino p5087@quintero.fie.us.es Validating class specialized for multicast addresses. Constructor &; Destructor Documentation ost::IPV6MulticastValidator::IPV6MulticastValidator () [inline] Constructor. Does not deal with any state. virtual ost::IPV6MulticastValidator::~IPV6MulticastValidator () [inline], [virtual] Keeps compilers happy... Member Function Documentation void ost::IPV6MulticastValidator::operator() (const in6_addraddress) const [virtual] Application operator. Apply the validation algorithm specific to multicast addresses Implements ost::IPV6Validator. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::IPV6MulticastValidator(3)

Check Out this Related Man Page

ost::IPV4Validator(3)					     Library Functions Manual					     ost::IPV4Validator(3)

NAME
ost::IPV4Validator - Classes derived from IPV4Address would require an specific validator to pass to the IPV4Address constructor. SYNOPSIS
#include <address.h> Inherited by ost::IPV4MulticastValidator. Public Member Functions IPV4Validator () Constructor. virtual ~IPV4Validator () keeps compilers happy. virtual void operator() (const in_addr address) const =0 Pure virtual application operator. Detailed Description Classes derived from IPV4Address would require an specific validator to pass to the IPV4Address constructor. This is a base class for classes of function objects used by such derived classes. Author: Federico Montesino p5087@quintero.fie.us.es Abstract base class for derived inet addresses validators. Constructor &; Destructor Documentation ost::IPV4Validator::IPV4Validator () [inline] Constructor. Does not deal with any state. virtual ost::IPV4Validator::~IPV4Validator () [inline], [virtual] keeps compilers happy. Member Function Documentation virtual void ost::IPV4Validator::operator() (const in_addraddress) const [pure virtual] Pure virtual application operator. Apply the validation algorithm specific to derived classes. Implemented in ost::IPV4MulticastValidator. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::IPV4Validator(3)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Validating IP address.

Hi All, This is a small snippet that I am using to validate the format of IP address.This is working fine. Since this is not elegant, please let me know if anyone has a better working code than the one below. Also I am planning to ping the ip address given by the user and check the $?... (3 Replies)
Discussion started by: nua7
3 Replies

2. UNIX for Dummies Questions & Answers

occurances

Hi, Anyone know how to do the following? :eek: I Have a file as follows: happygoluckypeoplearenotalwayshappy happyisawordthatisnotusedalot If the word "happy" is present MORE than once in EACH line, I want to delete the line, hence in the above case, the first line will be deleted. ... (8 Replies)
Discussion started by: dr_sabz
8 Replies

3. What is on Your Mind?

Congratulations to Chile ! Bravo !!

On behalf of the forums, we are so happy to see such an amazingly rescue of the 33 miners. What a great and happy story of human endurance and team work to save miners trapped nearly 700 meters underground. Bravo Chile !! We salute you!!! (5 Replies)
Discussion started by: Neo
5 Replies

4. UNIX for Dummies Questions & Answers

Learning tipps to become a UNIX programmer

Hai frinds... I wish u happy new year to all,i am very happy to become a part of this forum.I wanted to start learning UNIX programming,indeed i am raw in unix.I request you to guide me simple ways to become a good programmer in unix. (1 Reply)
Discussion started by: anilkumar.g
1 Replies

5. Programming

Constructor?

I am learning about C++ and today am reading concepts for Constructor but it seems a bit difficult to grab it fully. Please anyone explain in simple words about Constructor? (1 Reply)
Discussion started by: ggiwebsinfo
1 Replies