This header-file is part of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.
Definition in file textfile.hpp.
Go to the source code of this file.
Classes | |
| struct | alib::system::TextFileLineReader< TLocalBufferSize > |
| class | alib::system::TTextFile< TNString, TAllocator, TLocalBufferSize > |
Namespaces | |
| namespace | alib |
| namespace | alib::system |
Typedefs | |
| template<size_t TLocalBufferSize = 1024> | |
| using | alib::TextFile = system::TTextFile<NString, TEXTFILE_DEFAULT_ALLOCATOR, TLocalBufferSize> |
| template<size_t TLocalBufferSize = 1024> | |
| using | alib::TextFileLineReader = system::TextFileLineReader<TLocalBufferSize> |
Functions | |
| alib::system::TextFileLineReader (const CPathString &) -> TextFileLineReader< 1024 > | |
Deduction guide fixing the template parameter #TLocalBufferSize to its default 1024. | |