stl documentation and stl_hashtable

From: Billy N. Patton (b-patton_at_ti.com)
Date: 11/02/04


Date: Tue, 02 Nov 2004 06:15:38 -0600

My linux box is redhat enterprise edition 8.
g++ is version 3.4.1

I have a has table that I plagerized many years ago that is written in
c. Everything that gets is:
void* htGet(char*,void*);

All keys are char* and all values are void*. Works ok but would like to
reduce the amount of code I maintain and test.

I was looking into writing a template for a hash using map as th base.
First I decided to do a find in /usr/include for *hash* and found
hash_map and stl_hashtable.
I moved to the /usr/share and did the same find, looking for
documentation, and found no reference to these 2 files.

WHere is the stl documentation?

I don't want to write or maintain any tools I don't have to.

-- 
    ___  _ ____       ___       __  __
   / _ )(_) / /_ __  / _ \___ _/ /_/ /____  ___
  / _  / / / / // / / ___/ _ `/ __/ __/ _ \/ _ \
/____/_/_/_/\_, / /_/   \_,_/\__/\__/\___/_//_/
            /___/
Texas Instruments ASIC Circuit Design Methodology Group
Dallas, Texas, 214-480-4455,  b-patton@ti.com


Relevant Pages