#include "cmlfile.h"#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Classes | |
| struct | keyword |
| struct | section |
Defines | |
| #define | BufferLength 1024 |
| #define | Comment -2 |
| #define | DefaultDoubleFormat "%10.10E" |
| #define | EndSection -5 |
| #define | File -3 |
| #define | KeywordEndSection "END" |
| #define | KeywordFile "FILE" |
| #define | KeywordLength 64 |
| #define | KeywordSection "SECTION" |
| #define | MaxFiles 16 |
| #define | None -1 |
| #define | OK 1 |
| #define | Optional 0 |
| #define | Refused -1 |
| #define | Required 1 |
| #define | Section -4 |
Functions | |
| long | read_string (FILE *ofile, char *obuffer) |
| long | read_to_eoln (FILE *ofile, char *obuffer) |
| long | str_equal (char *opattern, char *ostring) |
| #define BufferLength 1024 |
Definition at line 6 of file cmlfile.c.
Referenced by read_to_eoln().
| #define KeywordLength 64 |
Definition at line 7 of file cmlfile.c.
Referenced by section::copy(), keyword::copy(), keyword::keyword(), and section::section().
| #define MaxFiles 16 |
Definition at line 8 of file cmlfile.c.
Referenced by section::section().
| #define None -1 |
Definition at line 17 of file cmlfile.c.
Referenced by DSSolver::DSSolver(), SparseConectivityMtxII::GetOrdering(), SparseConectivityMtxII::GetPermutationAndPattern(), DSSolver::Initialize(), DSSolver::IsInitialized(), Ordering::Ordering(), read_to_eoln(), and DSSolver::SetOrderingType().
| #define OK 1 |
Definition at line 15 of file cmlfile.c.
Referenced by read_to_eoln().
| #define Optional 0 |
Definition at line 24 of file cmlfile.c.
Referenced by keyword::keyword().
| long read_to_eoln | ( | FILE * | ofile, | |
| char * | obuffer | |||
| ) |
Definition at line 27 of file cmlfile.c.
References BufferLength, None, and OK.
1.6.2