File: InetMcastAddrValidator.3cc

package info (click to toggle)
libcommoncpp2 1.0.13-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,740 kB
  • ctags: 2,860
  • sloc: cpp: 18,857; sh: 8,451; ansic: 1,546; makefile: 299; xml: 5
file content (54 lines) | stat: -rw-r--r-- 1,394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.TH "InetMcastAddrValidator" 3 "19 Jul 2003" "CommonC++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
InetMcastAddrValidator \- Class for the function object that validates multicast addresses. Validating class specialized for multicast addresses. 
.SH SYNOPSIS
.br
.PP
\fC#include <socket.h>\fP
.PP
Inherits \fBInetAddrValidator\fP.
.PP
.SS "Public Methods"

.in +1c
.ti -1c
.RI "\fBInetMcastAddrValidator\fP ()"
.br
.RI "\fIConstructor.\fP"
.ti -1c
.RI "void \fBoperator()\fP (const in_addr address) const"
.br
.RI "\fIApplication operator.\fP"
.in -1c
.SH "DETAILED DESCRIPTION"
.PP 
Class for the function object that validates multicast addresses. Validating class specialized for multicast addresses.
.PP
Implements a specific application operator to validate multicast addresses.
.PP
\fBAuthor: \fP
.in +1c
Federico Montesino <p5087@quintero.fie.us.es> 
.PP
.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION"
.PP 
.SS "InetMcastAddrValidator::InetMcastAddrValidator ()\fC [inline]\fP"
.PP
Constructor.
.PP
Does not deal with any state. 
.SH "MEMBER FUNCTION DOCUMENTATION"
.PP 
.SS "void InetMcastAddrValidator::operator() (const in_addr address) const\fC [inline, virtual]\fP"
.PP
Application operator.
.PP
Apply the validation algorithm specific to multicast addresses 
.PP
Implements \fBInetAddrValidator\fP.

.SH "AUTHOR"
.PP 
Generated automatically by Doxygen for CommonC++ from the source code.