gem-graph-client/doc/rtfm/man3/tools_list.c.3

142 lines
2.2 KiB
Groff

.TH "src/fsm/measures/tools_list.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
.ad l
.nh
.SH NAME
src/fsm/measures/tools_list.c \- fsm measures lists tools (basic functions)\&.
.SH SYNOPSIS
.br
.PP
\fC#include <stdbool\&.h>\fP
.br
\fC#include <stdio\&.h>\fP
.br
\fC#include <stdlib\&.h>\fP
.br
\fC#include '\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP
.br
.SS "Functions"
.in +1c
.ti -1c
.RI "void \fBfsm_tools_list_insert\fP (\fBfsm_struct_list_tool\fP **ml, int value)"
.br
.ti -1c
.RI "int \fBfsm_tools_list_pop\fP (\fBfsm_struct_list_tool\fP **ml)"
.br
.ti -1c
.RI "int \fBfsm_tools_list_length\fP (\fBfsm_struct_list_tool\fP *ml)"
.br
.ti -1c
.RI "void \fBfsm_tools_list_clear\fP (\fBfsm_struct_list_tool\fP **ml)"
.br
.ti -1c
.RI "void \fBfsm_tools_list_view\fP (\fBfsm_struct_list_tool\fP *ml)"
.br
.ti -1c
.RI "void \fBfsm_tools_list_test\fP ()"
.br
.in -1c
.SH "Detailed Description"
.PP
fsm measures lists tools (basic functions)\&.
This file is part of Gem-graph\&.
.SH "Function Documentation"
.PP
.SS "void fsm_tools_list_clear (\fBfsm_struct_list_tool\fP ** ml)"
.PP
\fBParameters\fP
.RS 4
\fI**ml\fP
.RE
.PP
\fBSee also\fP
.RS 4
\fBfsm_tools_list_test()\fP
.RE
.PP
.SS "void fsm_tools_list_insert (\fBfsm_struct_list_tool\fP ** ml, int value)"
.PP
\fBParameters\fP
.RS 4
\fI**ml\fP
.br
\fIvalue\fP
.RE
.PP
\fBSee also\fP
.RS 4
\fBfsm_tools_list_test()\fP
.RE
.PP
.SS "int fsm_tools_list_length (\fBfsm_struct_list_tool\fP * ml)"
.PP
\fBParameters\fP
.RS 4
\fI**ml\fP
.RE
.PP
\fBSee also\fP
.RS 4
\fBfsm_tools_list_test()\fP
.RE
.PP
.SS "int fsm_tools_list_pop (\fBfsm_struct_list_tool\fP ** ml)"
.PP
\fBParameters\fP
.RS 4
\fI**ml\fP
.RE
.PP
\fBSee also\fP
.RS 4
\fBfsm_tools_list_test()\fP
.RE
.PP
.SS "void fsm_tools_list_test ()"
.PP
\fBSee also\fP
.RS 4
\fBfsm_list_init_measures()\fP()
.PP
\fBfsm_add_log()\fP
.PP
\fBfsm_tools_list_insert()\fP
.PP
\fBfsm_tools_list_pop()\fP
.PP
\fBfsm_tools_list_view()\fP
.PP
\fBfsm_tools_list_clear()\fP
.RE
.PP
.SS "void fsm_tools_list_view (\fBfsm_struct_list_tool\fP * ml)"
.PP
\fBParameters\fP
.RS 4
\fI**ml\fP
.RE
.PP
\fBSee also\fP
.RS 4
\fBfsm_tools_list_test()\fP
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Gem-graph from the source code\&.