CSimpleMap Members

Methods

~CSimpleMap

The destructor.

Add

Adds a key and associated value to the map array.

CSimpleMap

The constructor.

FindKey

Finds a specific key.

FindVal

Finds a specific value.

GetKeyAt

Retrieves the specified key.

GetSize

Returns the number of entries in the mapping array.

GetValueAt

Retrieves the specified value.

Lookup

Returns the value associated with the given key.

Remove

Removes a key and matching value.

RemoveAll

Removes all keys and values.

RemoveAt

Removes a specific key and matching value.

ReverseLookup

Returns the key associated with the given value.

SetAt

Sets the value associated with the given key.

SetAtIndex

Sets the specific key and value.

Typedefs

_ArrayElementType

Typedef for the key type.

_ArrayKeyType

Typedef for the value type.

See Also

Reference

CSimpleMap Class