File: ACE_At_Thread_Exit.3

package info (click to toggle)
ace 5.2.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 26,856 kB
  • ctags: 18,677
  • sloc: cpp: 171,831; makefile: 48,840; sh: 10,192; perl: 8,582; exp: 787; yacc: 387; lex: 140; csh: 20
file content (131 lines) | stat: -rw-r--r-- 2,774 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
.TH ACE_At_Thread_Exit 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ACE_At_Thread_Exit \- Contains a method to be applied when a thread is terminated. 
.SH SYNOPSIS
.br
.PP
\fC#include <Thread_Manager.h>\fR
.PP
Inherited by \fBACE_At_Thread_Exit_Func\fR.
.PP
.SS Public Methods

.in +1c
.ti -1c
.RI "\fBACE_At_Thread_Exit\fR (void)"
.br
.ti -1c
.RI "virtual \fB~ACE_At_Thread_Exit\fR (void)"
.br
.ti -1c
.RI "int \fBis_owner\fR (void) const"
.br
.ti -1c
.RI "int \fBis_owner\fR (int owner)"
.br
.ti -1c
.RI "int \fBwas_applied\fR (void) const"
.br
.ti -1c
.RI "int \fBwas_applied\fR (int applied)"
.br
.in -1c
.SS Protected Methods

.in +1c
.ti -1c
.RI "void \fBdo_apply\fR (void)"
.br
.ti -1c
.RI "virtual void \fBapply\fR (void) = 0"
.br
.RI "\fIThe apply method.\fR"
.in -1c
.SS Protected Attributes

.in +1c
.ti -1c
.RI "ACE_At_Thread_Exit* \fBnext_\fR"
.br
.RI "\fIThe next  hook in the list.\fR"
.ti -1c
.RI "\fBACE_Thread_Descriptor\fR* \fBtd_\fR"
.br
.RI "\fIThe Thread_Descriptor where this at is registered.\fR"
.ti -1c
.RI "int \fBwas_applied_\fR"
.br
.RI "\fIThe at was applied?\fR"
.ti -1c
.RI "int \fBis_owner_\fR"
.br
.RI "\fIThe at has the ownership of this?\fR"
.in -1c
.SS Friends

.in +1c
.ti -1c
.RI "class \fBACE_Thread_Descriptor\fR"
.br
.ti -1c
.RI "class \fBACE_Thread_Manager\fR"
.br
.in -1c
.SH DETAILED DESCRIPTION
.PP 
Contains a method to be applied when a thread is terminated.
.PP
.SH CONSTRUCTOR & DESTRUCTOR DOCUMENTATION
.PP 
.SS ACE_At_Thread_Exit::ACE_At_Thread_Exit (void)
.PP
.SS virtual ACE_At_Thread_Exit::~ACE_At_Thread_Exit (void)\fC [virtual]\fR
.PP
.SH MEMBER FUNCTION DOCUMENTATION
.PP 
.SS void ACE_At_Thread_Exit::apply (void)\fC [protected, pure virtual]\fR
.PP
The apply method.
.PP
Reimplemented in \fBACE_At_Thread_Exit_Func\fR.
.SS void ACE_At_Thread_Exit::do_apply (void)\fC [protected]\fR
.PP
.SS int ACE_At_Thread_Exit::is_owner (int owner)
.PP
.SS int ACE_At_Thread_Exit::is_owner (void) const
.PP
.SS int ACE_At_Thread_Exit::was_applied (int applied)
.PP
.SS int ACE_At_Thread_Exit::was_applied (void) const
.PP
.SH FRIENDS AND RELATED FUNCTION DOCUMENTATION
.PP 
.SS class ACE_Thread_Descriptor\fC [friend]\fR
.PP
.SS class ACE_Thread_Manager\fC [friend]\fR
.PP
.SH MEMBER DATA DOCUMENTATION
.PP 
.SS int ACE_At_Thread_Exit::is_owner_\fC [protected]\fR
.PP
The at has the ownership of this?
.PP
.SS ACE_At_Thread_Exit * ACE_At_Thread_Exit::next_\fC [protected]\fR
.PP
The next  hook in the list.
.PP
.SS \fBACE_Thread_Descriptor\fR * ACE_At_Thread_Exit::td_\fC [protected]\fR
.PP
The Thread_Descriptor where this at is registered.
.PP
.SS int ACE_At_Thread_Exit::was_applied_\fC [protected]\fR
.PP
The at was applied?
.PP


.SH AUTHOR
.PP 
Generated automatically by Doxygen for ACE from the source code.