std.cfg: Added support for std::ifstream::seekg() and std::istream::seekg().

This commit is contained in:
orbitcowboy 2019-02-09 17:13:07 +01:00
parent d2732e9459
commit 1ddaa1ecf3
1 changed files with 20 additions and 0 deletions

View File

@ -6446,6 +6446,26 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<not-uninit/>
</arg>
</function>
<!-- std::ifstream& std::ifstream::seekg (streampos pos);
std::ifstream& std::ifstream::seekg (streamoff off, ios_base::seekdir way); -->
<function name="std::ifstream::seekg">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="std::ifstream &amp;"/>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- std::istream& std::istream::seekg (streampos pos);
std::istream& std::istream::seekg (streamoff off, ios_base::seekdir way); -->
<function name="std::istream::seekg">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="std::istream &amp;"/>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- std::string& std::string::append (const std::string& str); -->
<function name="std::string::append">
<noreturn>false</noreturn>