176 lines
2.5 KiB
Groff
176 lines
2.5 KiB
Groff
|
.TH "src/util/list_2x2.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
||
|
.ad l
|
||
|
.nh
|
||
|
.SH NAME
|
||
|
src/util/list_2x2.c \- Gem-graph-client util double_chained list\&.
|
||
|
|
||
|
.SH SYNOPSIS
|
||
|
.br
|
||
|
.PP
|
||
|
\fC#include '\&.\&./\&.\&./include/util\&.h'\fP
|
||
|
.br
|
||
|
|
||
|
.SS "Functions"
|
||
|
|
||
|
.in +1c
|
||
|
.ti -1c
|
||
|
.RI "void \fButil_list_2x2_init\fP (\fBdblist\fP *l)"
|
||
|
.br
|
||
|
.RI "Phantom documentation\&. "
|
||
|
.ti -1c
|
||
|
.RI "int \fButil_list_2x2_push_back\fP (\fBdblist\fP *l, int val)"
|
||
|
.br
|
||
|
.RI "Phantom documentation\&. "
|
||
|
.ti -1c
|
||
|
.RI "int \fButil_list_2x2_push_front\fP (\fBdblist\fP *l, int val)"
|
||
|
.br
|
||
|
.RI "Phantom documentation\&. "
|
||
|
.ti -1c
|
||
|
.RI "int \fButil_list_2x2_pop_back\fP (\fBdblist\fP *l)"
|
||
|
.br
|
||
|
.RI "Phantom documentation\&. "
|
||
|
.ti -1c
|
||
|
.RI "int \fButil_list_2x2_pop_front\fP (\fBdblist\fP *l)"
|
||
|
.br
|
||
|
.RI "Phantom documentation\&. "
|
||
|
.ti -1c
|
||
|
.RI "void \fButil_list_2x2_clear\fP (\fBdblist\fP *l)"
|
||
|
.br
|
||
|
.RI "Phantom documentation\&. "
|
||
|
.ti -1c
|
||
|
.RI "int \fButil_list_2x2_length\fP (\fBdblist\fP l)"
|
||
|
.br
|
||
|
.RI "Phantom documentation\&. "
|
||
|
.ti -1c
|
||
|
.RI "void \fButil_list_2x2_view\fP (\fBdblist\fP l)"
|
||
|
.br
|
||
|
.RI "Phantom documentation\&. "
|
||
|
.in -1c
|
||
|
.SH "Detailed Description"
|
||
|
.PP
|
||
|
Gem-graph-client util double_chained list\&.
|
||
|
|
||
|
This file is part of Gem-graph\&.
|
||
|
.SH "Function Documentation"
|
||
|
.PP
|
||
|
.SS "void util_list_2x2_clear (\fBdblist\fP * l)"
|
||
|
|
||
|
.PP
|
||
|
Phantom documentation\&.
|
||
|
.PP
|
||
|
\fBParameters\fP
|
||
|
.RS 4
|
||
|
\fI*l\fP
|
||
|
.RE
|
||
|
.PP
|
||
|
|
||
|
.SS "void util_list_2x2_init (\fBdblist\fP * l)"
|
||
|
|
||
|
.PP
|
||
|
Phantom documentation\&.
|
||
|
.PP
|
||
|
\fBParameters\fP
|
||
|
.RS 4
|
||
|
\fI*l\fP
|
||
|
.RE
|
||
|
.PP
|
||
|
|
||
|
.SS "int util_list_2x2_length (\fBdblist\fP l)"
|
||
|
|
||
|
.PP
|
||
|
Phantom documentation\&.
|
||
|
.PP
|
||
|
\fBParameters\fP
|
||
|
.RS 4
|
||
|
\fI*l\fP
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBReturns\fP
|
||
|
.RS 4
|
||
|
int
|
||
|
.RE
|
||
|
.PP
|
||
|
|
||
|
.SS "int util_list_2x2_pop_back (\fBdblist\fP * l)"
|
||
|
|
||
|
.PP
|
||
|
Phantom documentation\&.
|
||
|
.PP
|
||
|
\fBParameters\fP
|
||
|
.RS 4
|
||
|
\fI*l\fP
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBReturns\fP
|
||
|
.RS 4
|
||
|
int
|
||
|
.RE
|
||
|
.PP
|
||
|
|
||
|
.SS "int util_list_2x2_pop_front (\fBdblist\fP * l)"
|
||
|
|
||
|
.PP
|
||
|
Phantom documentation\&.
|
||
|
.PP
|
||
|
\fBParameters\fP
|
||
|
.RS 4
|
||
|
\fI*l\fP
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBReturns\fP
|
||
|
.RS 4
|
||
|
int
|
||
|
.RE
|
||
|
.PP
|
||
|
|
||
|
.SS "int util_list_2x2_push_back (\fBdblist\fP * l, int val)"
|
||
|
|
||
|
.PP
|
||
|
Phantom documentation\&.
|
||
|
.PP
|
||
|
\fBParameters\fP
|
||
|
.RS 4
|
||
|
\fI*l\fP
|
||
|
.br
|
||
|
\fIval\fP
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBReturns\fP
|
||
|
.RS 4
|
||
|
int
|
||
|
.RE
|
||
|
.PP
|
||
|
|
||
|
.SS "int util_list_2x2_push_front (\fBdblist\fP * l, int val)"
|
||
|
|
||
|
.PP
|
||
|
Phantom documentation\&.
|
||
|
.PP
|
||
|
\fBParameters\fP
|
||
|
.RS 4
|
||
|
\fI*l\fP
|
||
|
.br
|
||
|
\fIval\fP
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBReturns\fP
|
||
|
.RS 4
|
||
|
int
|
||
|
.RE
|
||
|
.PP
|
||
|
|
||
|
.SS "void util_list_2x2_view (\fBdblist\fP l)"
|
||
|
|
||
|
.PP
|
||
|
Phantom documentation\&.
|
||
|
.PP
|
||
|
\fBParameters\fP
|
||
|
.RS 4
|
||
|
\fI*l\fP
|
||
|
.RE
|
||
|
.PP
|
||
|
|
||
|
.SH "Author"
|
||
|
.PP
|
||
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|