Ignore:
Timestamp:
Aug 24, 2023, 11:39:08 AM (13 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
aa25216
Parents:
5ad2c6c7
Message:

first attempt reading strings in chunks using C strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/containers/string.hfa

    r5ad2c6c7 r88001dd  
    1010// Created On       : Fri Sep 03 11:00:00 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Aug 13 22:46:46 2023
    13 // Update Count     : 4
     12// Last Modified On : Wed Aug 23 11:16:14 2023
     13// Update Count     : 6
    1414//
    1515
     
    5757ifstream & ?|?(ifstream & in, string & s);
    5858void ?|?( ifstream & in, string & this );
     59void getline( ifstream & in, string & this, const char delimit = '\n' );
    5960
    6061// Concatenation
Note: See TracChangeset for help on using the changeset viewer.