std.cfg: Added support for std::stringstream::str()
This commit is contained in:
parent
92d8b9d68f
commit
1e53cf0397
|
@ -6197,9 +6197,10 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- std::string std::ostringstream::str() const; -->
|
<!-- std::string std::ostringstream::str() const; -->
|
||||||
|
<!-- std::string std::stringstream::str() const; -->
|
||||||
<!-- @todo Implement the second version when function overloading is possible: -->
|
<!-- @todo Implement the second version when function overloading is possible: -->
|
||||||
<!-- void std::ostringstream::str(const string & s); -->
|
<!-- void std::ostringstream::str(const string & s); -->
|
||||||
<function name="std::ostringstream::str">
|
<function name="std::ostringstream::str,std::stringstream::str">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<returnValue type="std::string"/>
|
<returnValue type="std::string"/>
|
||||||
|
|
Loading…
Reference in New Issue