Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
FileIo.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_OS_LINUX_FILEIO_H
4#define IMT_BASE_OS_LINUX_FILEIO_H
5
7#include <iosfwd>
8
9namespace imt {
10namespace base {
11namespace os {
12namespace linux {
13
17// AXIVION Next Construct AutosarC++19_03-M3.4.1: No definition in primary file to separate concerns.
18class FileIo {
19public:
20
26 static std::unique_ptr<std::iostream> getFileStream(std::string const& path, std::ios_base::openmode mode);
27};
28
29} // namespace linux
30} // namespace os
31} // namespace base
32} // namespace imt
33
34#endif // IMT_BASE_OS_LINUX_FILEIO_H
Provide file access functions.
Definition FileIo.h:18
static std::unique_ptr< std::iostream > getFileStream(std::string const &path, std::ios_base::openmode mode)
Tries to open the given file stream.
This is a application specific file which is used to configure Imt.Base.Core.Math.