libxcks
0.1.0.1
|
libxcks is a C++17 library that:
This documentation is for programmers only.
XCKS and ZXCKS checksums' files have a specification.
std::string
) of the public interface of libxcks must be UTF-8 encoded. It will never reminded in the rest of the documentation.libxcks provides:
libxcks::Checksum
, libxcks::ChecksumFactory
, libxcks::ChecksumValue
and libxcks::ChecksumFormatter
).libxcks::XCKSReader
, libxcks::ZXCKSReader
and its handlers libxcks::XCKSReaderHandler
and libxcks::XCKSReaderDefaultHandler
).libxcks::XCKSWriter
, libxcks::ZXCKSWriter
, its handlers libxcks::XCKSWriterChecksumProvider
, libxcks::XCKSWriterDefaultHandler
, its configurations libxcks::XCKSWriterOptions
and libxcks::ZXCKSWriterOptions
, and finally its checksums' provider libxcks::XCKSWriterChecksumProvider
).version.hpp
).Before using libxcks, an instance of LibXCKSInitialiser
must be created and alive while you use libxcks functionalities.
libxcks depends on:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.