Audacity 3.2.0
|
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | ProjectFormatVersion |
A structure that holds the project version. More... | |
Functions | |
PROJECT_API bool | operator== (ProjectFormatVersion lhs, ProjectFormatVersion rhs) noexcept |
PROJECT_API bool | operator!= (ProjectFormatVersion lhs, ProjectFormatVersion rhs) noexcept |
PROJECT_API bool | operator< (ProjectFormatVersion lhs, ProjectFormatVersion rhs) noexcept |
Variables | |
PROJECT_API const ProjectFormatVersion | SupportedProjectFormatVersion |
This constant represents the current version of Audacity. More... | |
PROJECT_API const ProjectFormatVersion | BaseProjectFormatVersion |
This is a helper constant for the "most compatible" project version which is the current MAJ.MIN.0.0. More... | |
|
noexcept |
Definition at line 21 of file ProjectFormatVersion.cpp.
|
noexcept |
Definition at line 26 of file ProjectFormatVersion.cpp.
|
noexcept |
|
extern |
This is a helper constant for the "most compatible" project version which is the current MAJ.MIN.0.0.
Definition at line 56 of file ProjectFormatVersion.cpp.
Referenced by ProjectFileIO::InstallSchema(), and ProjectFileIO::WriteDoc().
|
extern |
This constant represents the current version of Audacity.
Definition at line 52 of file ProjectFormatVersion.cpp.
Referenced by ProjectFileIO::CheckVersion().