Specialization of the type trait AppendableTraits for type TISReadLine.
| TChar | The AString's character type. |
Definition at line 148 of file stdiostream.mpp.
Public Method Index: | |
| void | operator() (TAString< TChar, lang::HeapAllocator > &target, const compatibility::std::TISReadLine< TChar > &reader) |
| void alib::strings::APPENDABLES::AppendableTraits< compatibility::std::TISReadLine< TChar >, TChar, lang::HeapAllocator >::operator() | ( | TAString< TChar, lang::HeapAllocator > & | target, |
| const compatibility::std::TISReadLine< TChar > & | reader ) |
Reads a line from a text file and appends the contents to target. If the end of the input stream was reached, field IsEOF of parameter reader will be set to true, which indicates that the next read operation would fail if it was performed.
| target | The AString object to read into. |
| reader | The object holding the std::istream and some parameters. |