#include <iostream>#include <fstream>#include <string>#include "../Interface/main.h"#include "../common/csvparser.h"#include "../common/filereader.h"#include "../PartB/yieldCurve.h"Go to the source code of this file.
Functions | |
| bool | mainfilereader (void) | 
| test the file reader functionality   | |
| bool | fr_basic (void) | 
| file reader basic test   | |
      
  | 
  
| 
 file reader basic test 
 
 Definition at line 53 of file mainfilereader.cpp. References FileReader::fileexists(), and FileReader::getdatadirasstring(). Referenced by mainfilereader().  | 
  
      
  | 
  
| 
 test the file reader functionality 
 
 Definition at line 45 of file mainfilereader.cpp. References fr_basic(). Referenced by maintests().  | 
  
 1.3.6