libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::VersionInfo Class Reference

Version information for libintrovirt. More...

#include <VersionInfo.hh>

Static Public Member Functions

static std::string version ()
 Get the libintrovirt version as a string.
 
static bool is_debug_build ()
 Check if the library was compiled in debug mode.
 
static bool is_optimized_build ()
 Check if the library was compiled with optimizations.
 

Detailed Description

Version information for libintrovirt.

Member Function Documentation

◆ is_debug_build()

static bool introvirt::VersionInfo::is_debug_build ( )
static

Check if the library was compiled in debug mode.

Returns
true if the library was compiled in debug mode
false if the library was not compiled in debug mode

◆ is_optimized_build()

static bool introvirt::VersionInfo::is_optimized_build ( )
static

Check if the library was compiled with optimizations.

Returns
true if the library was compiled with optimizations
false if the library compiled without optimizations

◆ version()

static std::string introvirt::VersionInfo::version ( )
static

Get the libintrovirt version as a string.

Returns
A string containing the library version
Examples
ivversion.cc.

The documentation for this class was generated from the following file: