std.cfg: Added support for 'std::ostringstream::write'
This commit is contained in:
parent
dd8668102f
commit
6a193139dc
14
cfg/std.cfg
14
cfg/std.cfg
|
@ -6387,6 +6387,20 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<valid>1:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!--std::ostringstream& std::ostringstream::write (const char* s, streamsize n);-->
|
||||
<function name="std::ostringstream::write">
|
||||
<returnValue type="std::ostringstream &"/>
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>1:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!--std::ostream& std::ostream::write (const char* s, streamsize n);-->
|
||||
<function name="std::ostream::write">
|
||||
<returnValue type="std::ostream &"/>
|
||||
|
|
Loading…
Reference in New Issue