v2.0.0
Loading...
Searching...
No Matches
ioutils.cpp File Reference

Out-of-line implementations for the non-templated overloads of UTILSLIB::IOUtils. More...

#include "ioutils.h"
Include dependency graph for ioutils.cpp:

Go to the source code of this file.

Detailed Description

Out-of-line implementations for the non-templated overloads of UTILSLIB::IOUtils.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2013-2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Jana Kiesel jana..nosp@m.kies.nosp@m.el@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Andreas Griesshammer ag@fi.nosp@m.eldl.nosp@m.inein.nosp@m.c.co.nosp@m.m
Since
0.1.0
Date
March 2013

The bulk of the read/write logic lives inline in the header because the public API is template-heavy; this translation unit exists to anchor a small number of QString helpers and to keep the compile-time cost of including ioutils.h in many headers bounded.

Definition in file ioutils.cpp.