ESAPI-C 1.0
The OWASP Enterprise Security API for C

Map_t Struct Reference

A hashable key-value pair for an access reference map. More...

#include <access_ref.h>

Data Fields

char key [KEY_LEN+1]
char val [VAL_LEN+1]
UT_hash_handle hh_k
UT_hash_handle hh_v
char * val
UT_hash_handle hh

Detailed Description

A hashable key-value pair for an access reference map.

Both key-to-value and value-to-key lookups are supported.

Definition at line 53 of file access_ref.h.


The documentation for this struct was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Defines