a simple class to manage files
More...
#include <File.hpp>
List of all members.
Public Member Functions |
| File (const std::string &fileName_, std::ifstream::openmode mode=std::ifstream::in) |
bool | getWords (std::vector< std::string > &wordVector) |
| ~File () |
Private Attributes |
std::ifstream | file |
std::string | fileName |
Detailed Description
a simple class to manage files
- Author:
- Antonio Franchi antonio.franchi@tuebingen.mpg.de
Definition at line 56 of file File.hpp.
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
Definition at line 49 of file File.cpp.
Member Function Documentation
Reads all words in the file. Quotes Words will be treated as one word.
Definition at line 65 of file File.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: