#include <hikdump.h>
Definition at line 201 of file hikdump.h.
|
| Header () |
|
void | Init (const char *_Header) |
|
template<typename HIKFile > |
bool | Write (HIKFile pFile) const |
|
template<typename HIKFile > |
bool | Read (HIKFile pFile) |
|
| Header () |
|
void | Init (const char *_Header) |
|
template<typename HIKFile > |
bool | Write (HIKFile pFile) const |
|
template<typename HIKFile > |
bool | Read (HIKFile pFile) |
|
void Init |
( |
const char * |
_Header | ) |
|
|
inline |
Definition at line 209 of file hikdump.h.
209 { strcpy(HeaderStr, _Header); }
void Init |
( |
const char * |
_Header | ) |
|
|
inline |
Definition at line 209 of file hikdump.h.
211 #if (_MSC_VER == 1500)
212 strcpy(HeaderStr, _Header);
int strcpy_s(char *dst, size_t, const char *src)
bool Read |
( |
HIKFile |
pFile | ) |
|
|
inline |
Definition at line 45 of file hikdump_std.inl.
50 if(strcmp(HeaderStr,ReadBuf) == 0)
53 if(fread( (
void *)&ReadMagicNumber,
sizeof(
int), 1, pFile) == 1)
bool Read |
( |
HIKFile |
pFile | ) |
|
|
inline |
bool Write |
( |
HIKFile |
pFile | ) |
const |
|
inline |
bool Write |
( |
HIKFile |
pFile | ) |
const |
|
inline |
The documentation for this class was generated from the following files: