File: ost_objMap.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 (75 lines) | stat: -rw-r--r-- 1,777 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.TH "ost::objMap" 3 "19 Jul 2003" "CommonC++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ost::objMap \- 
.SH SYNOPSIS
.br
.PP
\fC#include <objmap.h>\fP
.PP
.SS "Static Public Methods"

.in +1c
.ti -1c
.RI "T * \fBgetObject\fP (\fBkeystring\fP key)"
.br
.in -1c
.SS "Protected Methods"

.in +1c
.ti -1c
.RI "virtual unsigned \fBkeyIndex\fP (K k)"
.br
.ti -1c
.RI "unsigned \fBgetSize\fP (void)"
.br
.ti -1c
.RI "\fBobjMap\fP (const K key)"
.br
.in -1c
.SS "Protected Attributes"

.in +1c
.ti -1c
.RI "T * \fBobjNext\fP"
.br
.ti -1c
.RI "const K \fBobjKey\fP"
.br
.in -1c
.SS "Static Protected Attributes"

.in +1c
.ti -1c
.RI "T * \fBobjIndex\fP [S]"
.br
.in -1c

.SS "template<class T, class K, unsigned S> class ost::objMap< T, K, S >"

.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION"
.PP 
.SS "template<class T, class K, unsigned S> ost::objMap< T, K, S >::objMap (const K key)\fC [inline, protected]\fP"
.PP
.SH "MEMBER FUNCTION DOCUMENTATION"
.PP 
.SS "template<class T, class K, unsigned S> T * ost::objMap< T, K, S >::getObject (\fBkeystring\fP key)\fC [static]\fP"
.PP
.SS "template<class T, class K, unsigned S> unsigned ost::objMap< T, K, S >::getSize (void)\fC [inline, protected]\fP"
.PP
.SS "template<class T, class K, unsigned S> virtual unsigned ost::objMap< T, K, S >::keyIndex (K k)\fC [inline, protected, virtual]\fP"
.PP
.SH "MEMBER DATA DOCUMENTATION"
.PP 
.SS "template<class T, class K, unsigned S> T * ost::objMap< T, K, S >::objIndex\fC [static, protected]\fP"
.PP
.SS "template<class T, class K, unsigned S> const K ost::objMap< T, K, S >::objKey\fC [protected]\fP"
.PP
.SS "template<class T, class K, unsigned S> T* ost::objMap< T, K, S >::objNext\fC [protected]\fP"
.PP


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