Utility class to ease the access to the POR (points of reference) file. More...
#include <opentrep/bom/PORFileHelper.hpp>
Public Member Functions | |
std::istream & | getFileStreamRef () const |
PORFileHelper (const PORFilePath_T &) | |
PORFileHelper (const PORFileHelper &) | |
~PORFileHelper () | |
Utility class to ease the access to the POR (points of reference) file.
Definition at line 21 of file PORFileHelper.hpp.
OPENTREP::PORFileHelper::PORFileHelper | ( | const PORFilePath_T & | iPORFilePath | ) |
Constructor.
const | PORFilePath_T& |
Definition at line 33 of file PORFileHelper.cpp.
References PORFileHelper().
Referenced by PORFileHelper(), and PORFileHelper().
OPENTREP::PORFileHelper::PORFileHelper | ( | const PORFileHelper & | iPORFileHelper | ) |
OPENTREP::PORFileHelper::~PORFileHelper | ( | ) |
Destructor.
Definition at line 39 of file PORFileHelper.cpp.
std::istream & OPENTREP::PORFileHelper::getFileStreamRef | ( | ) | const |
Get the underlying input file stream.
An "uncompressor" filter (gzip, bzip2) may be used, if needed.
Definition at line 44 of file PORFileHelper.cpp.