|
|
||||||
|
libFAUDES C++ API As a C++ library, the natural application interface of libFAUDES is given by C++ class and function declarations. The API documentation is generated directly from the C++ source code and supplemented by tutorials that illustrate the intended ussage by simple example programs. The C++ API is organized as follows:
In addition to the C++ API, libFAUDES provides a user-reference to address the typical user of a libFAUDES application without bothering with C++ implementation technicalities.
CompilelibFAUDES is coded in posix C++ and should compile within any recent C++ development environment. The supplied
For more information on how to compile libFAUDES, see the build-system documentation.
Coding ConventionsIn order to ease communication, libFAUDES sources try to follow some notational conventions. They are extracted from www.possibility.com/Cpp/CppCodingStandard.html.
Moreover, we
LicenseThe core libFAUDES sources incl. the C++ API are provided for free under conditions of the GNU Lesser General Public License. Note that different and perhaps more restrictive license terms may apply to the plug-ins that reside in the plug-in directory.
Copyright (C) 2006 Bernd Opitz libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |