Changeset 31a2be7 in git for factory/templates/ftmpl_list.h
- Timestamp:
- Dec 8, 1997, 7:49:16 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ec250c5971862a8f7521f7d3fa54bcf34d59da14
- Parents:
- 9c9e2a40e423d2fb002c477b6295b6526e2fb95d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/templates/ftmpl_list.h
r9c9e2a4 r31a2be7 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_list.h,v 1. 4 1997-06-19 13:11:23schmidt Exp $ */2 /* $Id: ftmpl_list.h,v 1.5 1997-12-08 18:49:16 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_LIST_H … … 11 11 #endif /* NOSTREAMIO */ 12 12 13 template <class T> 14 class ListIterator; 15 16 template <class T> 17 class List; 13 18 14 19 template <class T>
Note: See TracChangeset
for help on using the changeset viewer.