CoinUtils
2.10.13
|
Base class for FileIO classes. More...
#include <CoinFileIO.hpp>
Public Member Functions | |
CoinFileIOBase (const std::string &fileName) | |
Constructor. More... | |
~CoinFileIOBase () | |
Destructor. More... | |
const char * | getFileName () const |
Return the name of the file used by this object. More... | |
std::string | getReadType () const |
Return the method of reading being used. More... | |
Protected Attributes | |
std::string | readType_ |
Base class for FileIO classes.
Definition at line 11 of file CoinFileIO.hpp.
CoinFileIOBase::CoinFileIOBase | ( | const std::string & | fileName | ) |
Constructor.
fileName | The name of the file used by this object. |
CoinFileIOBase::~CoinFileIOBase | ( | ) |
Destructor.
const char* CoinFileIOBase::getFileName | ( | ) | const |
Return the name of the file used by this object.
|
inline |
Return the method of reading being used.
Definition at line 25 of file CoinFileIO.hpp.
|
protected |
Definition at line 28 of file CoinFileIO.hpp.