Sun Java System Access Manager 7 2005Q4 C API Reference

am_map_size()

Returns the number of elements in the map.

Syntax

#include "am_map.h"
AM_EXPORT size_t
am_map_size(const am_map_t map);

Parameters

This function takes the following parameters:

map_ptr

The pointer to the map for which size is requested.

Returns

This function returns size_t with the size whose type is size_t.