1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/stl/stlport/iostream.dosc Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,176 @@
1.4 +
1.5 +/** @class istream_withassign
1.6 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.7 +
1.8 +The Symbian implementation of this API fully supports all STL functionality.
1.9 +
1.10 +@publishedAll
1.11 +@externallyDefinedApi
1.12 +*/
1.13 +
1.14 +
1.15 +/** @fn istream_withassign::istream_withassign()
1.16 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.17 +
1.18 +The Symbian implementation of this API fully supports all STL functionality.
1.19 +
1.20 +@publishedAll
1.21 +@externallyDefinedApi
1.22 +@return -
1.23 +*/
1.24 +
1.25 +/** @fn istream_withassign::~istream_withassign()
1.26 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.27 +
1.28 +The Symbian implementation of this API fully supports all STL functionality.
1.29 +
1.30 +@publishedAll
1.31 +@externallyDefinedApi
1.32 +@return -
1.33 +*/
1.34 +
1.35 +/** @fn istream_withassign::operator=(istream &__s)
1.36 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.37 +
1.38 +The Symbian implementation of this API fully supports all STL functionality.
1.39 +
1.40 +@publishedAll
1.41 +@externallyDefinedApi
1.42 +@param __s -
1.43 +@return -
1.44 +*/
1.45 +
1.46 +/** @fn istream_withassign::operator=(streambuf *__s)
1.47 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.48 +
1.49 +The Symbian implementation of this API fully supports all STL functionality.
1.50 +
1.51 +@publishedAll
1.52 +@externallyDefinedApi
1.53 +@param __s -
1.54 +@return -
1.55 +*/
1.56 +
1.57 +/** @class ostream_withassign
1.58 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.59 +
1.60 +The Symbian implementation of this API fully supports all STL functionality.
1.61 +
1.62 +@publishedAll
1.63 +@externallyDefinedApi
1.64 +*/
1.65 +
1.66 +
1.67 +/** @fn ostream_withassign::ostream_withassign()
1.68 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.69 +
1.70 +The Symbian implementation of this API fully supports all STL functionality.
1.71 +
1.72 +@publishedAll
1.73 +@externallyDefinedApi
1.74 +@return -
1.75 +*/
1.76 +
1.77 +/** @fn ostream_withassign::~ostream_withassign()
1.78 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.79 +
1.80 +The Symbian implementation of this API fully supports all STL functionality.
1.81 +
1.82 +@publishedAll
1.83 +@externallyDefinedApi
1.84 +@return -
1.85 +*/
1.86 +
1.87 +/** @fn ostream_withassign::operator=(ostream &__s)
1.88 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.89 +
1.90 +The Symbian implementation of this API fully supports all STL functionality.
1.91 +
1.92 +@publishedAll
1.93 +@externallyDefinedApi
1.94 +@param __s -
1.95 +@return -
1.96 +*/
1.97 +
1.98 +/** @fn ostream_withassign::operator=(streambuf *__s)
1.99 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.100 +
1.101 +The Symbian implementation of this API fully supports all STL functionality.
1.102 +
1.103 +@publishedAll
1.104 +@externallyDefinedApi
1.105 +@param __s -
1.106 +@return -
1.107 +*/
1.108 +
1.109 +/** @class iostream_withassign
1.110 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.111 +
1.112 +The Symbian implementation of this API fully supports all STL functionality.
1.113 +
1.114 +@publishedAll
1.115 +@externallyDefinedApi
1.116 +*/
1.117 +
1.118 +
1.119 +/** @fn iostream_withassign::iostream_withassign()
1.120 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.121 +
1.122 +The Symbian implementation of this API fully supports all STL functionality.
1.123 +
1.124 +@publishedAll
1.125 +@externallyDefinedApi
1.126 +@return -
1.127 +*/
1.128 +
1.129 +/** @fn iostream_withassign::~iostream_withassign()
1.130 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.131 +
1.132 +The Symbian implementation of this API fully supports all STL functionality.
1.133 +
1.134 +@publishedAll
1.135 +@externallyDefinedApi
1.136 +@return -
1.137 +*/
1.138 +
1.139 +/** @fn iostream_withassign::operator=(ios &__i)
1.140 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.141 +
1.142 +The Symbian implementation of this API fully supports all STL functionality.
1.143 +
1.144 +@publishedAll
1.145 +@externallyDefinedApi
1.146 +@param __i -
1.147 +@return -
1.148 +*/
1.149 +
1.150 +/** @fn iostream_withassign::operator=(streambuf *__s)
1.151 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.152 +
1.153 +The Symbian implementation of this API fully supports all STL functionality.
1.154 +
1.155 +@publishedAll
1.156 +@externallyDefinedApi
1.157 +@param __s -
1.158 +@return -
1.159 +*/
1.160 +
1.161 +/** @file iostream.h
1.162 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.163 +
1.164 +The Symbian implementation of this API fully supports all STL functionality.
1.165 +
1.166 +@publishedAll
1.167 +@externallyDefinedApi
1.168 +*/
1.169 +
1.170 +
1.171 +/** @def _STLP_OUTERMOST_HEADER_ID
1.172 +For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1.173 +
1.174 +The Symbian implementation of this API fully supports all STL functionality.
1.175 +
1.176 +@publishedAll
1.177 +@externallyDefinedApi
1.178 +*/
1.179 +