blob: d3c2fb473a341c5819738d153c8c4bf72633cf43 [file] [log] [blame]
.TH "null_container" 3 "31 May 2012" "Version 5.5.2.rc2" "net-snmp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
null_container \-
.PP
Helps you implement specialized containers.
.SS "Functions"
.in +1c
.ti -1c
.RI "\fBnetsnmp_container\fP * \fBnetsnmp_container_get_null\fP (void)"
.br
.ti -1c
.RI "\fBnetsnmp_factory\fP * \fBnetsnmp_container_get_null_factory\fP (void)"
.br
.ti -1c
.RI "void \fBnetsnmp_container_null_init\fP (void)"
.br
.in -1c
.SH "Detailed Description"
.PP
Helps you implement specialized containers.
This is a simple container that doesn't actually contain anything. All the methods simply log a debug message and return.
.PP
The original intent for this container is as a wrapper for a specialized container. Implement the functions you need, create a null_container, and override the default functions with your specialized versions.
.PP
You can use the 'container:null' debug token to see what functions are being called, to help determine if you need to implement them.
.SH "Author"
.PP
Generated automatically by Doxygen for net-snmp from the source code.