genericopenlibs/cppstdlib/stl/stlport/stl/_hash_fun.dosc
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_hash_fun.dosc	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,295 @@
+
+
+/** @file _hash_fun.h
+@internalComponent*/
+
+/** @struct std::hash
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @struct std::hash< char * >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< char * >::operator()(const char *__s) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __s -
+@return -
+*/
+
+/** @struct std::hash< const char * >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< const char * >::operator()(const char *__s) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __s -
+@return -
+*/
+
+/** @struct std::hash< char >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< char >::operator()(char __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< unsigned char >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< unsigned char >::operator()(unsigned char __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< signed char >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< signed char >::operator()(unsigned char __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< short >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< short >::operator()(short __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< unsigned short >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< unsigned short >::operator()(unsigned short __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< int >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< int >::operator()(int __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< unsigned int >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< unsigned int >::operator()(unsigned int __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< long >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< long >::operator()(long __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< unsigned long >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< unsigned long >::operator()(unsigned long __x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @struct std::hash< void * >
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @fn std::hash< void * >::operator()(void *__x) const
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+@param __x -
+@return -
+*/
+
+/** @union std::hash< void * >::__vp
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @var std::hash< void * >::__vp::s
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+
+/** @var std::hash< void * >::__vp::p
+For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
+
+The Symbian implementation of this API fully supports all STL functionality.
+
+@internalComponent		//Changed from publishedAll
+@externallyDefinedApi
+*/
+