#include "../error/error.h"
#include "../nps/Object.h"
Go to the source code of this file.
Functions | |
int | nps_initIntern (nps_error_t *) |
struct Nps_Intern * | nps_newIntern (nps_error_t *err, int64_t size) |
struct Nps_Intern * | nps_InternFromFile (nps_error_t *err, const char *filename) |
int64_t | nps_InternLen (struct Nps_Intern *o) |
void | nps_InternFreeze (struct Nps_Intern *o) |
char | nps_InternIsFrozen (struct Nps_Intern *o) |
char ** | nps_InternInvert (struct Nps_Intern *o, nps_error_t *err) |
int | nps_InternToFile (struct Nps_Intern *o, nps_error_t *err, const char *filename) |
int | nps_InternIntern (struct Nps_Intern *o, nps_error_t *err, const char *const key, int64_t *result) |
Variables | |
struct Nps_Intern * | Nps_Intern |
int nps_initIntern | ( | nps_error_t * | ) |
void nps_InternFreeze | ( | struct Nps_Intern * | o | ) |
struct Nps_Intern* nps_InternFromFile | ( | nps_error_t * | err, | |
const char * | filename | |||
) | [read] |
int nps_InternIntern | ( | struct Nps_Intern * | o, | |
nps_error_t * | err, | |||
const char *const | key, | |||
int64_t * | result | |||
) |
char** nps_InternInvert | ( | struct Nps_Intern * | o, | |
nps_error_t * | err | |||
) |
char nps_InternIsFrozen | ( | struct Nps_Intern * | o | ) |
int64_t nps_InternLen | ( | struct Nps_Intern * | o | ) |
int nps_InternToFile | ( | struct Nps_Intern * | o, | |
nps_error_t * | err, | |||
const char * | filename | |||
) |
struct Nps_Intern* nps_newIntern | ( | nps_error_t * | err, | |
int64_t | size | |||
) | [read] |
struct Nps_Intern* Nps_Intern |