CoinUtils  2.10.13
Public Member Functions | Protected Attributes | List of all members
CoinFileIOBase Class Reference

Base class for FileIO classes. More...

#include <CoinFileIO.hpp>

+ Inheritance diagram for CoinFileIOBase:

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_
 

Detailed Description

Base class for FileIO classes.

Definition at line 11 of file CoinFileIO.hpp.

Constructor & Destructor Documentation

◆ CoinFileIOBase()

CoinFileIOBase::CoinFileIOBase ( const std::string &  fileName)

Constructor.

Parameters
fileNameThe name of the file used by this object.

◆ ~CoinFileIOBase()

CoinFileIOBase::~CoinFileIOBase ( )

Destructor.

Member Function Documentation

◆ getFileName()

const char* CoinFileIOBase::getFileName ( ) const

Return the name of the file used by this object.

◆ getReadType()

std::string CoinFileIOBase::getReadType ( ) const
inline

Return the method of reading being used.

Definition at line 25 of file CoinFileIO.hpp.

Member Data Documentation

◆ readType_

std::string CoinFileIOBase::readType_
protected

Definition at line 28 of file CoinFileIO.hpp.


The documentation for this class was generated from the following file: