![]() |
BorlandC++ | |
http://get.whitesnow.jp/knowwiki/index.php?%5B%5BBorlandC%2B%2B%5D%5D |
最新の20件2014-07-292014-07-252006-11-272004-02-192003-10-302003-09-192003-09-182003-09-07 |
コンパイラ個別機能・仕様<iostream>は自動的に<iostream.h>に読み替えられている。 BorlandC++ヘッダファイル依存関係
I/O系iostream | +- stdcomp.h | +- istream | +- stdcomp.h | +- ios:inline operator void*() const; | | :inline bool operator! () const; | | :inline iostate rdstate() const; | | :inline void clear(iostate state = goodbit); | | :inline void setstate(iostate state); | | :inline bool good() const; | | :inline bool eof() const; | | :inline bool fail() const; | | :inline bool bad() const; | | :inline iostate exceptions() const; | | :inline void exceptions(iostate excpt); | | +- stdcomp.h | | +- rw/rwstderr.h | | +- rw/rwlocale | | +- rw/ctype | | +- rw/codecvt | | +- rw/numeral | | +- rw/vendor | | +- rw/usefacet | | +- ios.cc(#ifdef _RWSTD_COMPILE_INSTANTIATE) | +- ostream | +- istream.cc(#ifdef _RWSTD_COMPILE_INSTANTIATE) +- ostream
related wordsC++ |