Sun Java System Access Manager 7.1 C API Reference

am_map_t

Pointer to a map object consisting of key/value entry mappings.

Syntax

#include "am_map.h"
typedef struct am_map *am_map_t;

Members

am_map is an opaque structure with no accessible members.

Memory Concerns

Free the allocated structure by calling am_map_destroy(). See am_map_destroy().