Changeset c4d065 in git for gfanlib/gfanlib_zfan.h


Ignore:
Timestamp:
Nov 26, 2010, 4:37:58 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
92e2cd1822dc1be6a8ef69173615a30e5bd67d0e
Parents:
9e7d85ecc0703de24759963ee74edd60d4139c09
Message:
coding at Goettingen (cones&fans)

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

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_zfan.h

    r9e7d85 rc4d065  
    6262  ~ZFan();
    6363  ZFan(ZFan const& f);
     64  /**
     65   *
     66   * To read from string, do the following:
     67   *       std::string test="TEST";
     68   *   std::istringstream s(test);
     69   *   ZFan G(s);
     70   *
     71   */
     72  ZFan(std::istream  &f);
    6473  ZFan& operator=(ZFan const &f);
    6574  /**
Note: See TracChangeset for help on using the changeset viewer.