27 #ifndef DOXYGEN_SHOULD_SKIP_THIS
100 #ifndef DOXYGEN_SHOULD_SKIP_THIS
Library & operator=(const Library &)=delete
Deleted copy assignment.
Library(const Library &)=delete
Deleted copy constructor.
int major
Major version number.
Definition: Library.h:82
Library()
Default constructor.
Library & operator=(Library &&)
Move assignment.
A class to represent the library.
Definition: Library.h:42
int minor
Minor version number.
Definition: Library.h:83
static void printVersionInfo()
Print the version information about the library and its dependencies.
static Version getVersion()
Get the version of the gf library.
#define GF_API
Definition: Portability.h:35
int patch
Patch version number.
Definition: Library.h:84
Library(Library &&)
Move constructor.
Information about version.
Definition: Library.h:81