|
| CADFileStreamIO (const char *pszFilePath) |
|
virtual const char * | ReadLine () override |
|
virtual bool | Eof () override |
|
virtual bool | Open (int mode) override |
|
virtual bool | Close () override |
|
virtual int | Seek (long int offset, SeekOrigin origin) override |
|
virtual long int | Tell () override |
|
virtual size_t | Read (void *ptr, size_t size) override |
|
virtual size_t | Write (void *ptr, size_t size) override |
|
virtual void | Rewind () override |
|
| CADFileIO (const char *pszFileName) |
|
virtual bool | IsOpened () const |
|
const char * | GetFilePath () const |
|
|
std::ifstream | m_oFileStream |
|
const char * | m_pszFilePath |
|
bool | m_bIsOpened |
|
The documentation for this class was generated from the following files: