Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Kinematics::hashstring Struct Reference

allows us to use the STL hash_map with strings More...

#include <Kinematics.h>

List of all members.

Public Member Functions

size_t operator() (const std::string &s) const
 redirects to the std::hash<const char*>, which unfortunately isn't necessarily a particularly good hash...

Detailed Description

allows us to use the STL hash_map with strings

Definition at line 273 of file Kinematics.h.


Member Function Documentation

size_t Kinematics::hashstring::operator() ( const std::string &  s  )  const

redirects to the std::hash<const char*>, which unfortunately isn't necessarily a particularly good hash...

Definition at line 275 of file Kinematics.h.


The documentation for this struct was generated from the following file:

Tekkotsu v5.0CVS
Generated Thu Mar 18 06:35:38 2010 by Doxygen 1.6.3