Ignore:
Timestamp:
Mar 27, 1997, 11:34:15 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
0baf2b4c3c82b88815031875a2916752118686ce
Parents:
c753a61729d105f8177ee2020e311975f0355650
Message:
stream-io wrapped by NOSTREAMIO


git-svn-id: file:///usr/local/Singular/svn/trunk@114 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_list.h

    rc753a61 r175e355  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_list.h,v 1.0 1996-05-17 11:06:32 stobbe Exp $
     2// $Id: ftmpl_list.h,v 1.1 1997-03-27 10:32:32 schmidt Exp $
    33
    44#ifndef INCL_LIST_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 11:06:32  stobbe
     10Initial revision
     11
    912*/
    1013
     14#ifndef NOSTREAMIO
    1115#include <iostream.h>
     16#endif /* NOSTREAMIO */
    1217
    1318
     
    2833    ListItem<T>* getPrev();
    2934    T& getItem();
     35#ifndef NOSTREAMIO
    3036    void print ( ostream& );
     37#endif /* NOSTREAMIO */
    3138    friend class ListIterator<T>;
    3239    friend class List<T>;
     
    5764    void removeLast();
    5865    void sort ( int (*) ( const T&, const T& ) );
     66#ifndef NOSTREAMIO
    5967    void print ( ostream & ) const;
     68#endif /* NOSTREAMIO */
    6069    friend class ListIterator<T>;
    6170};
    6271
     72#ifndef NOSTREAMIO
    6373template <class T>
    6474ostream& operator<<( ostream & os, const List<T> & l );
     75#endif /* NOSTREAMIO */
    6576
    6677template <class T>
Note: See TracChangeset for help on using the changeset viewer.