Go to the documentation of this file.
24 #ifndef __UTIL_VAR_NAME_H__
25 #define __UTIL_VAR_NAME_H__
int VarNameStoreSetupStaging(uint32_t de_ctx_version)
setup staging store. Include current store if there is one.
char * VarNameStoreSetupLookup(uint32_t idx, const enum VarTypes type)
uint32_t VarNameStoreSetupAdd(const char *name, const enum VarTypes type)
add to staging or return existing id if already in there
uint32_t VarNameStoreLookupByName(const char *name, const enum VarTypes type)
void VarNameStoreFree(uint32_t de_ctx_version)
void VarNameStoreActivateStaging(void)
const char * VarNameStoreLookupById(const uint32_t id, const enum VarTypes type)
void VarNameStoreFreeOld(void)