stl documentation and stl_hashtable
From: Billy N. Patton (b-patton_at_ti.com)
Date: 11/02/04
- Next message: Alwyn: "Re: std::string, C strings and c_str()"
- Previous message: ranjeet: "Any solution ??"
- Next in thread: Alwyn: "Re: stl documentation and stl_hashtable"
- Reply: Alwyn: "Re: stl documentation and stl_hashtable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Alwyn: "Re: std::string, C strings and c_str()"
- Previous message: ranjeet: "Any solution ??"
- Next in thread: Alwyn: "Re: stl documentation and stl_hashtable"
- Reply: Alwyn: "Re: stl documentation and stl_hashtable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: hash table idea good or no good?
... > want to store an item, and the tables 1..k are already full. ... not Oas
expected from the hash map. ... hashmap_put(struct hashmap *h, void *key, void *data)
... (comp.programming) - Re: manipulating void* in array
... >> A question about void*. ... I have a hash library where the
hash create ... >> is always of the same pointer type ... I think the array
of void* has to be adressed as void*; ... (comp.lang.c) - [TOOL] SSL Key Password Retrieval Tool
... Administrators can now retrieve that password that IIS 4.0 requires you to ...
#include // COM Interface header file. ... // Hash Key Names ... void
init_htab{ ... (Securiteam) - Re: hash table idea good or no good?
... > The key is a void * that will be passed to a user defined hash function
... > for generating the hash value. ... >>will end up with the table full
with 17 entries. ... (comp.programming) - RE: HAMC SHA1 with CryptoAPI
... // Use this function to hash in binary data and strings ... void CSHA1::ReportHash(char
*szReport, unsigned char uReportType) ... (microsoft.public.platformsdk.security)