Mission Base

Program Base Library Functions

void* pblMapEntryValue

( PblMapEntry* entry )

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

Documentation

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

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

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

Alphabetic index



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