Functions

Params.h File Reference

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <string>
#include <vector>
Include dependency graph for Params.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int get_param (char *s, int *p)
int get_param (char *s, unsigned long *p)
int get_param (char *s, double *p)
int get_param (char *s, float *p)
int get_param (char *s, char *p)
int get_param (char *s, string &p)
int read_parameters (char *paramfile)
int get_param_vector (char *s, vector< int > &p)
int get_param_vector (char *s, vector< double > &p)
int get_param_vector (char *s, double *p)
int get_param_matrix (char *s, double ***p)
bool does_param_exist (char *s)

Function Documentation

bool does_param_exist ( char *  s  ) 
int get_param ( char *  s,
string &  p 
)
int get_param ( char *  s,
unsigned long *  p 
)
int get_param ( char *  s,
float *  p 
)
int get_param ( char *  s,
char *  p 
)
int get_param ( char *  s,
int *  p 
)
int get_param ( char *  s,
double *  p 
)
int get_param_matrix ( char *  s,
double ***  p 
)
int get_param_vector ( char *  s,
double *  p 
)
int get_param_vector ( char *  s,
vector< double > &  p 
)
int get_param_vector ( char *  s,
vector< int > &  p 
)
int read_parameters ( char *  paramfile  ) 
 All Classes Files Functions Variables Typedefs Defines