[antlr-interest] Re: Conversion StdCParser for C++

Trey Spiva Trey.Spiva at embarcadero.com
Mon Feb 4 11:23:20 PST 2002


Why don't you use the C++ class map?

>>From what I understand it is the same as a hashtable.

> -----Original Message-----
> From: aliguori123 [mailto:ajl13 at bellatlantic.net]
> Sent: Monday, February 04, 2002 12:05 PM
> To: antlr-interest at yahoogroups.com
> Subject: [antlr-interest] Re: Conversion StdCParser for C++
> 
> 
> There is no hash table in the C++ standard.  There likely will be
> though in the future.  There is a pretty much a semi-standard hash_set
> and hash_multiset class available from SGI or Boost.
> 
> G++ includes the SGI hash_set & hash_multiset by default and they are
> accessible by including <hash_set> or <hash_multiset> respectively. 
> Here are the relavant sites for more info:
> 
> SGI STL:
> http://www.sgi.com/tech/stl
> 
> Boost:
> http://www.boost.org
> 
> Regards,
> Anthony
> 
> --- In antlr-interest at y..., David Wigg <wiggjd at s...> wrote:
> > Can anyone point me to a C++ equivalent (or near) to java hashtable
> > class?
> > 
> > Thanks.
> > 
> > David.
> 
> 
>  
> 
> Your use of Yahoo! Groups is subject to 
> http://docs.yahoo.com/info/terms/ 
> 
> 

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list