Searched defs:I1 (Results 1 – 8 of 8) sorted by relevance
28 typedef std::ostream_iterator<double> I1; in main() typedef
29 typedef std::ostreambuf_iterator<char> I1; in main() typedef
32 typedef std::istreambuf_iterator<char> I1; in main() typedef
28 typedef std::istream_iterator<double> I1; in main() typedef
59 struct I1 struct61 I1(I1&) throw(int) { throw int(); } in I1() argument62 I1(const I1&) throw() { } in I1() argument
59 struct I1 struct61 I1& operator=(I1&) throw(int) { throw int(); return *this; } in operator =() argument62 I1& operator=(const I1&) throw() { return *this; } in operator =() argument
59 struct I1 struct61 I1(I1&) throw(int) { throw int(); } in I1() argument62 I1(const I1&) throw() { } in I1() function