Lines Matching refs:throw
33 bool Open(const char *fileName) throw();
34 bool Close() throw();
36 bool Flush() throw();
44 CStdOutStream & operator<<(const char *s) throw()
50 CStdOutStream & operator<<(char c) throw()
56 CStdOutStream & operator<<(Int32 number) throw();
57 CStdOutStream & operator<<(Int64 number) throw();
58 CStdOutStream & operator<<(UInt32 number) throw();
59 CStdOutStream & operator<<(UInt64 number) throw();
73 CStdOutStream & endl(CStdOutStream & outStream) throw();