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
|
.TH Object_Manager_h 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Object_Manager_h \-
.SH SYNOPSIS
.br
.PP
\fC#include "ace/pre.h"\fR
.br
\fC#include "ace/OS.h"\fR
.br
\fC#include "ace/Managed_Object.h"\fR
.br
\fC#include "ace/post.h"\fR
.br
.SS Compounds
.in +1c
.ti -1c
.RI "class \fBACE_Object_Manager\fR"
.br
.ti -1c
.RI "class \fBACE_Static_Object_Lock\fR"
.br
.in -1c
.SS Defines
.in +1c
.ti -1c
.RI "#define \fBACE_MAX_MANAGED_OBJECTS\fR 128"
.br
.ti -1c
.RI "#define \fBACE_APPLICATION_PREALLOCATED_OBJECT_DECLARATIONS\fR"
.br
.ti -1c
.RI "#define \fBACE_APPLICATION_PREALLOCATED_ARRAY_DECLARATIONS\fR"
.br
.in -1c
.SS Functions
.in +1c
.ti -1c
.RI "ACE_Export \fBACE_Service_Object\fR* \fB_make_ACE_Service_Manager\fR (\fBACE_Service_Object_Exterminator\fR *)"
.br
.in -1c
.SH DETAILED DESCRIPTION
.PP
.PP
\fBObject_Manager.h\fR,v 4.88 2001/06/25 14:13:48 schmidt Exp
.PP
\fBAuthor(s): \fR
.in +1c
David L. Levine <levine@cs.wustl.edu> , Matthias Kerkhoff , and Per Andersson
.PP
.SH DEFINE DOCUMENTATION
.PP
.SS #define ACE_APPLICATION_PREALLOCATED_ARRAY_DECLARATIONS
.PP
.SS #define ACE_APPLICATION_PREALLOCATED_OBJECT_DECLARATIONS
.PP
.SS #define ACE_MAX_MANAGED_OBJECTS 128
.PP
.SH FUNCTION DOCUMENTATION
.PP
.SS ACE_Export \fBACE_Service_Object\fR* _make_ACE_Service_Manager (\fBACE_Service_Object_Exterminator\fR *)
.PP
.SH AUTHOR
.PP
Generated automatically by Doxygen for ACE from the source code.
|