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
|
.TH ACE_Module_Type 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ACE_Module_Type \- Define the methods for handling the configuration of .
.SH SYNOPSIS
.br
.PP
\fC#include <Service_Types.h>\fR
.PP
Inherits \fBACE_Service_Type_Impl\fR.
.PP
.SS Public Methods
.in +1c
.ti -1c
.RI "\fBACE_Module_Type\fR (void *m, const \fBACE_TCHAR\fR *identifier, u_int flags = 0)"
.br
.ti -1c
.RI "\fB~ACE_Module_Type\fR (void)"
.br
.ti -1c
.RI "virtual int \fBsuspend\fR (void) const"
.br
.ti -1c
.RI "virtual int \fBresume\fR (void) const"
.br
.ti -1c
.RI "virtual int \fBinit\fR (int argc, \fBACE_TCHAR\fR *argv[]) const"
.br
.ti -1c
.RI "virtual int \fBfini\fR (void) const"
.br
.ti -1c
.RI "virtual int \fBinfo\fR (\fBACE_TCHAR\fR **str, size_t len) const"
.br
.ti -1c
.RI "ACE_Module_Type* \fBlink\fR (void) const"
.br
.ti -1c
.RI "void \fBlink\fR (ACE_Module_Type *)"
.br
.ti -1c
.RI "void \fBdump\fR (void) const"
.br
.RI "\fIDump the state of an object.\fR"
.in -1c
.SS Public Attributes
.in +1c
.ti -1c
.RI "\fBACE_ALLOC_HOOK_DECLARE\fR"
.br
.RI "\fIDeclare the dynamic allocation hooks.\fR"
.in -1c
.SS Private Attributes
.in +1c
.ti -1c
.RI "ACE_Module_Type* \fBlink_\fR"
.br
.RI "\fIPointer to the next in an .\fR"
.in -1c
.SH DETAILED DESCRIPTION
.PP
Define the methods for handling the configuration of .
.PP
.SH CONSTRUCTOR & DESTRUCTOR DOCUMENTATION
.PP
.SS ACE_Module_Type::ACE_Module_Type (void * m, const \fBACE_TCHAR\fR * identifier, u_int flags = 0)
.PP
.SS ACE_Module_Type::~ACE_Module_Type (void)
.PP
.SH MEMBER FUNCTION DOCUMENTATION
.PP
.SS void ACE_Module_Type::dump (void) const
.PP
Dump the state of an object.
.PP
Reimplemented from \fBACE_Service_Type_Impl\fR.
.SS virtual int ACE_Module_Type::fini (void) const\fC [virtual]\fR
.PP
Reimplemented from \fBACE_Service_Type_Impl\fR.
.SS virtual int ACE_Module_Type::info (\fBACE_TCHAR\fR ** str, size_t len) const\fC [virtual]\fR
.PP
Reimplemented from \fBACE_Service_Type_Impl\fR.
.SS virtual int ACE_Module_Type::init (int argc, \fBACE_TCHAR\fR * argv[]) const\fC [virtual]\fR
.PP
Reimplemented from \fBACE_Service_Type_Impl\fR.
.SS void ACE_Module_Type::link (ACE_Module_Type *)
.PP
.SS ACE_Module_Type* ACE_Module_Type::link (void) const
.PP
.SS virtual int ACE_Module_Type::resume (void) const\fC [virtual]\fR
.PP
Reimplemented from \fBACE_Service_Type_Impl\fR.
.SS virtual int ACE_Module_Type::suspend (void) const\fC [virtual]\fR
.PP
Reimplemented from \fBACE_Service_Type_Impl\fR.
.SH MEMBER DATA DOCUMENTATION
.PP
.SS ACE_Module_Type::ACE_ALLOC_HOOK_DECLARE
.PP
Declare the dynamic allocation hooks.
.PP
Reimplemented from \fBACE_Service_Type_Impl\fR.
.SS ACE_Module_Type * ACE_Module_Type::link_\fC [private]\fR
.PP
Pointer to the next in an .
.PP
.SH AUTHOR
.PP
Generated automatically by Doxygen for ACE from the source code.
|