170 lines
2.6 KiB
Groff
170 lines
2.6 KiB
Groff
.TH "include/parse.h" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
include/parse.h \- model parsing header
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "bool \fBparse_model_init\fP (const char *content, size_t length, const char *basename)"
|
|
.br
|
|
.RI "Phantom documentation\&. "
|
|
.ti -1c
|
|
.RI "bool \fBparse_model_shutdown\fP (void)"
|
|
.br
|
|
.RI "Phantom documentation\&. "
|
|
.ti -1c
|
|
.RI "char \fBparse_model_get_dim\fP (void)"
|
|
.br
|
|
.RI "Phantom documentation\&. "
|
|
.ti -1c
|
|
.RI "long \fBparse_model_get_dim_value\fP (const char *axis)"
|
|
.br
|
|
.RI "Phantom documentation\&. "
|
|
.ti -1c
|
|
.RI "char \fBparse_model_get_multiplicity\fP (void)"
|
|
.br
|
|
.RI "Phantom documentation\&. "
|
|
.ti -1c
|
|
.RI "bool \fBparse_model_get_next_state\fP (char *new_state_id)"
|
|
.br
|
|
.RI "Phantom documentation\&. "
|
|
.ti -1c
|
|
.RI "bool \fBparse_model_get_next_arrow\fP (struct \fBarrow_t\fP *new_arrow, const char *state_id, char dimension)"
|
|
.br
|
|
.RI "Phantom documentation\&. "
|
|
.ti -1c
|
|
.RI "long \fBparse_model_get_state_arrows_count\fP (const char *state_id)"
|
|
.br
|
|
.RI "Phantom documentation\&. "
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
model parsing header
|
|
|
|
This file is part of Gem-graph\&.
|
|
.SH "Function Documentation"
|
|
.PP
|
|
.SS "char parse_model_get_dim (void)"
|
|
|
|
.PP
|
|
Phantom documentation\&.
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
char
|
|
.RE
|
|
.PP
|
|
|
|
.SS "long parse_model_get_dim_value (const char * axis)"
|
|
|
|
.PP
|
|
Phantom documentation\&.
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fI*axis\fP
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
long
|
|
.RE
|
|
.PP
|
|
|
|
.SS "char parse_model_get_multiplicity (void)"
|
|
|
|
.PP
|
|
Phantom documentation\&.
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
char
|
|
.RE
|
|
.PP
|
|
|
|
.SS "bool parse_model_get_next_arrow (struct \fBarrow_t\fP * new_arrow, const char * state_id, char dimension)"
|
|
|
|
.PP
|
|
Phantom documentation\&.
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fI*new_arrow\fP
|
|
.br
|
|
\fI*state_id\fP
|
|
.br
|
|
\fIdimension\fP
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
bool
|
|
.RE
|
|
.PP
|
|
|
|
.SS "bool parse_model_get_next_state (char * new_state_id)"
|
|
|
|
.PP
|
|
Phantom documentation\&.
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fI*new_state_id\fP
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
bool
|
|
.RE
|
|
.PP
|
|
|
|
.SS "long parse_model_get_state_arrows_count (const char * state_id)"
|
|
|
|
.PP
|
|
Phantom documentation\&.
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fI*state_id\fP
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
long
|
|
.RE
|
|
.PP
|
|
|
|
.SS "bool parse_model_init (const char * content, size_t length, const char * basename)"
|
|
|
|
.PP
|
|
Phantom documentation\&.
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fI*content\fP
|
|
.br
|
|
\fIlength\fP
|
|
.br
|
|
\fI*basename\fP
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
bool
|
|
.RE
|
|
.PP
|
|
|
|
.SS "bool parse_model_shutdown (void)"
|
|
|
|
.PP
|
|
Phantom documentation\&. returns bool
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|