catch me if you can  0.1
Functions
params.cpp File Reference
#include <string>
#include <fstream>
#include <iostream>
#include "params.h"
Include dependency graph for params.cpp:

Go to the source code of this file.

Functions

void InitParams (CMyParam &Param)
 Initialize the set of parameters from scratch. More...
 
int LoadParams (CMyParam &Param, const std::string &FileName)
 

Function Documentation

void InitParams ( CMyParam Param)

Initialize the set of parameters from scratch.

Parameters
[out]Param: List of usefull parameters

Definition at line 11 of file params.cpp.

int LoadParams ( CMyParam Param,
const std::string &  FileName 
)

Definition at line 31 of file params.cpp.

Here is the caller graph for this function: