Mission Base

Program Base Library Functions

void* pblMapEntryKey

( PblMapEntry* entry )

Returns a pointer to the key of the map entry passed.

Documentation

Returns a pointer to the key of the map entry passed.

This method has a time complexity of O(1).

Parameters:
entry - The entry
Returns:
void * ptr: The key of the map entry.

Alphabetic index



This page was generated with the help of DOC++.