Version.hpp File Reference
#include <PlayRho/Defines.hpp>
#include <cstdint>
#include <string>

Go to the source code of this file.

Classes

struct  playrho::Version
 Version numbering scheme. More...
 

Namespaces

 playrho
 

Functions

PLAYRHO_CONSTEXPR bool playrho::operator== (Version lhs, Version rhs)
 Equality operator. More...
 
PLAYRHO_CONSTEXPR bool playrho::operator!= (Version lhs, Version rhs)
 Inequality operator. More...
 
Version playrho::GetVersion () noexcept
 Gets the version information of the library. More...
 
std::string playrho::GetBuildDetails () noexcept
 Gets the build details of the library. More...