diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-23 09:18:41 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-23 09:18:41 +0000 |
| commit | 81e48263b92c0f9fc4b2fcd1fd31bc5dd6eeb790 (patch) | |
| tree | dd4eb2800fa7ed1cad2ed83efc3840252823267c /libstdc++-v3/include/tr1/tuple | |
| parent | 6d794a5968b12324e496e1591a85075abdb7b258 (diff) | |
| download | ppe42-gcc-81e48263b92c0f9fc4b2fcd1fd31bc5dd6eeb790.tar.gz ppe42-gcc-81e48263b92c0f9fc4b2fcd1fd31bc5dd6eeb790.zip | |
2004-11-22 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/locale_facets.h (isspace, isprint, isupper,
islower, isalpha, isdigit, ispunct, isxdigit, isalnum, isgraph,
toupper, tolower): Add doxygen markup.
(codecvt_byname, ctype_byname, numpunct_byname, collate_byname,
time_get_byname, time_put_byname, moneypunct_byname,
messages_byname): Same.
* include/std/std_fstream.h: Remove superfluous markup.
* include/std/std_sstream.h: Same.
* include/std/std_streambuf.h: Same.
* include/ext/enc_filebuf.h: Adjust markup.
* include/ext/stdio_filebuf.h: Same.
* include/ext/stdio_sync_filebuf.h: Same.
* include/bits/codecvt.h: Same.
* config/os/gnu-linux/ctype_base.h: Same.
* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
* include/tr1/array: Add markup.
* include/tr1/tuple: Same.
* docs/doxygen/run_doxygen: Print arguments.
* docs/doxygen/user.cfg.in: Tweaks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/tr1/tuple')
| -rw-r--r-- | libstdc++-v3/include/tr1/tuple | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libstdc++-v3/include/tr1/tuple b/libstdc++-v3/include/tr1/tuple index a7e29d8be26..9a6dfa8f868 100644 --- a/libstdc++-v3/include/tr1/tuple +++ b/libstdc++-v3/include/tr1/tuple @@ -22,6 +22,10 @@ // This header is automatically generated: see maketuple.c for details. +/** @file + * This is a TR1 C++ Library header. + */ + #ifndef _TUPLE #define _TUPLE 1 @@ -35,7 +39,6 @@ namespace tr1 // when the tuple is not maximum possible size. struct _NullClass { }; - /// @brief Foward definition of the tuple class. template<typename _Tp0 = _NullClass, typename _Tp1 = _NullClass, typename _Tp2 = _NullClass, typename _Tp3 = _NullClass, typename _Tp4 = _NullClass, typename _Tp5 = _NullClass, @@ -43,7 +46,7 @@ namespace tr1 typename _Tp8 = _NullClass, typename _Tp9 = _NullClass> class tuple; - /// @brief Gives the type of the ith element of a given tuple type. + /// Gives the type of the ith element of a given tuple type. template<int __i, typename _Tp> struct tuple_element; @@ -110,6 +113,7 @@ namespace tr1 _Tp7, _Tp8, _Tp9> > { typedef _Tp8 type; }; + /// @brief class tuple_element template<typename _Tp0, typename _Tp1, typename _Tp2, typename _Tp3, typename _Tp4, typename _Tp5, typename _Tp6, typename _Tp7, typename _Tp8, typename _Tp9> @@ -117,7 +121,7 @@ namespace tr1 _Tp7, _Tp8, _Tp9> > { typedef _Tp9 type; }; - /// @brief Finds the size of a given tuple type. + /// Finds the size of a given tuple type. template<typename _Tp> struct tuple_size; @@ -181,6 +185,7 @@ namespace tr1 _Tp8, _NullClass> > { static const int value = 9; }; + /// @brief class tuple_size template<typename _Tp0, typename _Tp1, typename _Tp2, typename _Tp3, typename _Tp4, typename _Tp5, typename _Tp6, typename _Tp7, typename _Tp8, typename _Tp9> @@ -821,6 +826,7 @@ namespace tr1 friend class tuple; }; + /// @brief Template class tuple template<typename _Tp0, typename _Tp1, typename _Tp2, typename _Tp3, typename _Tp4, typename _Tp5, typename _Tp6, typename _Tp7, typename _Tp8, typename _Tp9> |

