genericopenlibs/cppstdlib/stl/stlport/stl/_numpunct.dosc
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_numpunct.dosc	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,674 @@
+
+/** @file _numpunct.h
+@internalComponent
+*/
+
+/** @class std::numpunct
+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
+*/
+
+
+/** @class std::numpunct_byname
+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
+*/
+
+
+/** @class std::numpunct< 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.
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @typedef std::numpunct< char >::char_type
+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
+*/
+
+/** @typedef std::numpunct< char >::string_type
+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
+*/
+
+/** @fn std::numpunct< char >::numpunct(size_t __refs=0)
+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
+@param __refs -
+@return -
+*/
+
+/** @fn std::numpunct< char >::decimal_point() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< char >::thousands_sep() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< char >::grouping() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< char >::truename() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< char >::falsename() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @var std::numpunct< char >::id
+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
+*/
+
+/** @fn std::numpunct< char >::~numpunct()
+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
+@return -
+*/
+
+/** @fn std::numpunct< char >::do_decimal_point() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< char >::do_thousands_sep() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< char >::do_grouping() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< char >::do_truename() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< char >::do_falsename() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @var std::numpunct< char >::_M_truename
+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
+*/
+
+/** @var std::numpunct< char >::_M_falsename
+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
+*/
+
+/** @var std::numpunct< char >::_M_grouping
+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
+*/
+
+/** @friend None
+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
+*/
+
+/** @friend None
+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
+*/
+
+/** @class std::numpunct< wchar_t >
+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
+*/
+
+
+/** @typedef std::numpunct< wchar_t >::char_type
+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
+*/
+
+/** @typedef std::numpunct< wchar_t >::string_type
+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
+*/
+
+/** @fn std::numpunct< wchar_t >::numpunct(size_t __refs=0)
+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
+@param __refs -
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::decimal_point() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::thousands_sep() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::grouping() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::truename() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::falsename() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @var std::numpunct< wchar_t >::id
+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
+*/
+
+/** @fn std::numpunct< wchar_t >::~numpunct()
+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
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::do_decimal_point() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::do_thousands_sep() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::do_grouping() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::do_truename() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct< wchar_t >::do_falsename() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @var std::numpunct< wchar_t >::_M_truename
+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
+*/
+
+/** @var std::numpunct< wchar_t >::_M_falsename
+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
+*/
+
+/** @var std::numpunct< wchar_t >::_M_grouping
+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
+*/
+
+/** @friend None
+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
+*/
+
+/** @class std::numpunct_byname< 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.
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @typedef std::numpunct_byname< char >::char_type
+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
+*/
+
+/** @typedef std::numpunct_byname< char >::string_type
+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
+*/
+
+/** @fn std::numpunct_byname< char >::numpunct_byname(const char *__name, size_t __refs=0, _Locale_name_hint *__hint=0)
+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
+@param __name -
+@param __refs -
+@param __hint -
+@return -
+*/
+
+/** @fn std::numpunct_byname< char >::~numpunct_byname()
+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
+@return -
+*/
+
+/** @fn std::numpunct_byname< char >::do_decimal_point() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct_byname< char >::do_thousands_sep() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct_byname< char >::do_grouping() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @typedef std::numpunct_byname< char >::_Self
+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
+*/
+
+/** @fn std::numpunct_byname< char >::numpunct_byname(_Self 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.
+
+@publishedAll
+@externallyDefinedApi
+@param # -
+@return -
+*/
+
+/** @fn std::numpunct_byname< char >::operator=(_Self 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.
+
+@publishedAll
+@externallyDefinedApi
+@param # -
+@return -
+*/
+
+/** @var std::numpunct_byname< char >::_M_numeric
+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
+*/
+
+/** @friend None
+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
+*/
+
+/** @class std::numpunct_byname< wchar_t >
+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
+*/
+
+
+/** @typedef std::numpunct_byname< wchar_t >::char_type
+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
+*/
+
+/** @typedef std::numpunct_byname< wchar_t >::string_type
+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
+*/
+
+/** @fn std::numpunct_byname< wchar_t >::numpunct_byname(const char *__name, size_t __refs=0, _Locale_name_hint *__hint=0)
+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
+@param __name -
+@param __refs -
+@param __hint -
+@return -
+*/
+
+/** @fn std::numpunct_byname< wchar_t >::~numpunct_byname()
+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
+@return -
+*/
+
+/** @fn std::numpunct_byname< wchar_t >::do_decimal_point() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct_byname< wchar_t >::do_thousands_sep() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @fn std::numpunct_byname< wchar_t >::do_grouping() 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.
+
+@publishedAll
+@externallyDefinedApi
+@return -
+*/
+
+/** @typedef std::numpunct_byname< wchar_t >::_Self
+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
+*/
+
+/** @fn std::numpunct_byname< wchar_t >::numpunct_byname(_Self 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.
+
+@publishedAll
+@externallyDefinedApi
+@param # -
+@return -
+*/
+
+/** @fn std::numpunct_byname< wchar_t >::operator=(_Self 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.
+
+@publishedAll
+@externallyDefinedApi
+@param # -
+@return -
+*/
+
+/** @var std::numpunct_byname< wchar_t >::_M_numeric
+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
+*/
+
+