libStatGen Software 1
|
Public Member Functions | |
void | constructorClear () |
void | debugPrint (FILE *) |
size_t | getHeaderSize (int i) |
void | setApplication (const char *s) |
void | setCreationUser (const char *s) |
void | setCreationHost (const char *s) |
Public Attributes | |
uint32_t | typeCookie |
uint32_t | typeVersion |
uint32_t | contentCookie |
uint32_t | contentVersion |
size_t | headerSize |
time_t | creationDate |
char | creationUser [32] |
char | creationHost [32] |
char | application [32] |
size_t | elementCount |
Definition at line 64 of file MemoryMapArray.h.
|
inline |
Definition at line 67 of file MemoryMapArray.h.
void MemoryMapArrayHeader::debugPrint | ( | FILE * | f | ) |
Definition at line 21 of file MemoryMapArray.cpp.
|
inline |
Definition at line 85 of file MemoryMapArray.h.
|
inline |
Definition at line 90 of file MemoryMapArray.h.
|
inline |
Definition at line 100 of file MemoryMapArray.h.
|
inline |
Definition at line 95 of file MemoryMapArray.h.
char MemoryMapArrayHeader::application[32] |
Definition at line 81 of file MemoryMapArray.h.
uint32_t MemoryMapArrayHeader::contentCookie |
Definition at line 73 of file MemoryMapArray.h.
uint32_t MemoryMapArrayHeader::contentVersion |
Definition at line 74 of file MemoryMapArray.h.
time_t MemoryMapArrayHeader::creationDate |
Definition at line 78 of file MemoryMapArray.h.
char MemoryMapArrayHeader::creationHost[32] |
Definition at line 80 of file MemoryMapArray.h.
char MemoryMapArrayHeader::creationUser[32] |
Definition at line 79 of file MemoryMapArray.h.
size_t MemoryMapArrayHeader::elementCount |
Definition at line 83 of file MemoryMapArray.h.
size_t MemoryMapArrayHeader::headerSize |
Definition at line 75 of file MemoryMapArray.h.
uint32_t MemoryMapArrayHeader::typeCookie |
Definition at line 71 of file MemoryMapArray.h.
uint32_t MemoryMapArrayHeader::typeVersion |
Definition at line 72 of file MemoryMapArray.h.