Changeset d4eb1ba in git for factory/templates/ftmpl_list.h
- Timestamp:
- Jun 18, 2001, 1:33:14 PM (22 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b6bd558c32f6b1ed1f45d9a2ab9d560c970244e5
- Parents:
- 0f2e64014fcfa01cd0df5e48c6eb48b5d2da7a63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/templates/ftmpl_list.h
r0f2e64 rd4eb1ba 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_list.h,v 1. 6 2001-06-18 08:44:37 pfister Exp $ */2 /* $Id: ftmpl_list.h,v 1.7 2001-06-18 11:33:14 Singular Exp $ */ 3 3 4 4 #ifndef INCL_LIST_H … … 66 66 #ifndef NOSTREAMIO 67 67 void print ( ostream & ) const; 68 friend ostream& operator<< <>( ostream & os, const List<T> & l ); 68 69 #endif /* NOSTREAMIO */ 69 70 friend class ListIterator<T>; 70 friend ostream& operator<< <>( ostream & os, const List<T> & l );71 71 }; 72 72
Note: See TracChangeset
for help on using the changeset viewer.