34 #ifndef _FUSE_PROBLEM_PROBLEM_HH_ 35 #define _FUSE_PROBLEM_PROBLEM_HH_ 37 #ifndef PROBLEM_PRECISION 45 #define PROBLEM_PRECISION double 91 #define PROBLEM_E_NOFILE -100 99 typedef void (*
Function)(
void *,
void *,
void *);
119 vector<string> y_file;
120 map<string, int> paths;
171 : dl_file(dl), x_file(
""), p_file(
""), info_file(
""), x_s(0), p_s(0),
208 int read(
int type,
char *buf,
size_t size,
size_t offset);
218 int pathid(
const char *path);
vector< FP > x
Definition: problem.h:129
void(* Function)(void *, void *, void *)
Problem Function pointer definition.
Definition: problem.h:99
The problem container class that abstract the device of filesystem.
Definition: problem.h:110
FunctionInput
Enumeration for the writing filesystem.
Definition: problem.h:67
~Problem()
Destroyes the Problem<FP> class.
Definition: problem.h:180
Problem(const char *dl)
Initialization, calls init method.
Definition: problem.h:170
FunctionOutput
Enumeration for the reading filesystem.
Definition: problem.h:80
vector< FP > y
Definition: problem.h:131
vector< FP > p
Definition: problem.h:130