ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
textfile.hpp File Reference

Description:

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.

This graph shows which files directly or indirectly include this file:

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.