astMapCopy

Copy all entries from one KeyMap into another

Description:

This function copies all entries from one KeyMap into another.

Synopsis

void astMapCopy( AstKeyMap ∗this, AstKeyMap ∗that )

Parameters:

this
Pointer to the destination KeyMap.
that
Pointer to the source KeyMap.

Notes: