#include <parser.h>
|
int | open (const char *name, char mode='b') |
|
unsigned long | len (const char *tag) |
|
int | read (const char *tag, matrix *) |
|
int | read (const char *tag, matrix_map *) |
|
template<class T > |
int | read (const char *tag, T *x) |
|
template<class T > |
int | read_fmt (const char *tag, const char *fmt, T *x) |
|
void | close () |
|
|
unsigned long | seek (const char *tag) |
|
char * | getline (char *, int n) |
|
char * INFILE::getline |
( |
char * |
line, |
|
|
int |
n |
|
) |
| |
|
private |
unsigned long INFILE::len |
( |
const char * |
tag | ) |
|
int INFILE::open |
( |
const char * |
name, |
|
|
char |
mode = 'b' |
|
) |
| |
int INFILE::read |
( |
const char * |
tag, |
|
|
matrix * |
a |
|
) |
| |
int INFILE::read |
( |
const char * |
tag, |
|
|
matrix_map * |
a |
|
) |
| |
template<class T >
int INFILE::read |
( |
const char * |
tag, |
|
|
T * |
x |
|
) |
| |
|
inline |
template<class T >
int INFILE::read_fmt |
( |
const char * |
tag, |
|
|
const char * |
fmt, |
|
|
T * |
x |
|
) |
| |
|
inline |
unsigned long INFILE::seek |
( |
const char * |
tag | ) |
|
|
private |
The documentation for this class was generated from the following files: