#include <KeyHandling.h>
Collaboration diagram for MasterKey< T >:
Public Member Functions | |
MasterKey (const u_int32 Buckets, const u_int32 BucketSize, const u_int32 KeyLength) | |
~MasterKey () | |
void | init () |
void | deinit () |
T * | getKey (const u_int32 Bucket, const u_int32 Key) |
T * | setKey (const u_int32 Bucket, const u_int32 Key, const char *const Source) |
u_int32 | getKeyLength () |
u_int32 | getBucketSize () |
u_int32 | getBucketNumber () |
int | readFile (FILE *file) |
int | writeFile (FILE *file) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|