This class is a base class of E-MicromM core package.
Definition: EMM_Object.h:21
virtual ~EMM_IO(void)
destroy
Definition: EMM_IO.cpp:10
EMM_IO(void)
create
Definition: EMM_IO.cpp:4
This class is a I/O class for E-MicroM core package.
Definition: EMM_IO.h:16
tString mPath
Definition: EMM_IO.h:27
#define tUSInt
Definition: types.h:28
static void getPathAndFileName(const tString &file, tString &path, tString &fileName)
get the path and file name
Definition: CORE_IO.cpp:83
void setPrefix(const tString &prefix)
set the prefix
Definition: EMM_IO.h:67
const tUSInt & getFileDigitsNumber() const
get the file digits number
Definition: EMM_IO.h:102
void setFileDigitsNumber(const tUSInt &n)
get the file digits number for backup file
Definition: EMM_IO.h:80
tString mPrefix
Definition: EMM_IO.h:31
const tString & getPath() const
get the path
Definition: EMM_IO.h:88
void setFileName(const tString &name)
set the file name
Definition: EMM_IO.h:74
#define tString
Definition: types.h:135
const tString & getPrefix() const
get the prefix
Definition: EMM_IO.h:95
tUSInt mFileDigitsNumber
Definition: EMM_IO.h:33
void setPath(const tString &path)
set the path
Definition: EMM_IO.h:60