#include <ISLogFile.h>
Public Member Functions | |
cISLogFile () | |
cISLogFile (const std::string &filePath, const char *mode) | |
cISLogFile (const char *filePath, const char *mode) | |
bool | close () OVERRIDE |
bool | flush () OVERRIDE |
int | getch () OVERRIDE |
bool | good () OVERRIDE |
bool | isOpened () OVERRIDE |
int | lprintf (const char *format,...) OVERRIDE |
bool | open (const char *filePath, const char *mode) OVERRIDE |
int | putch (char ch) OVERRIDE |
int | puts (const char *str) OVERRIDE |
std::size_t | read (void *bytes, std::size_t len) OVERRIDE |
int | vprintf (const char *format, va_list args) OVERRIDE |
std::size_t | write (const void *bytes, std::size_t len) OVERRIDE |
~cISLogFile () | |
Public Member Functions inherited from cISLogFileBase | |
virtual | ~cISLogFileBase () |
Private Attributes | |
FILE * | m_file |
Definition at line 12 of file ISLogFile.h.
cISLogFile::cISLogFile | ( | ) |
Definition at line 17 of file ISLogFile.cpp.
cISLogFile::cISLogFile | ( | const std::string & | filePath, |
const char * | mode | ||
) |
Definition at line 26 of file ISLogFile.cpp.
cISLogFile::cISLogFile | ( | const char * | filePath, |
const char * | mode | ||
) |
Definition at line 21 of file ISLogFile.cpp.
cISLogFile::~cISLogFile | ( | ) |
Definition at line 30 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 41 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 55 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 140 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 66 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 78 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 119 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 35 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 83 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 95 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 153 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 129 of file ISLogFile.cpp.
|
virtual |
Implements cISLogFileBase.
Definition at line 107 of file ISLogFile.cpp.
|
private |
Definition at line 36 of file ISLogFile.h.