RAMSES Documentation  27.0.130
Information for RAMSES users and developers
Public Attributes | List of all members
ramses::RamsesVersion Struct Reference

Ramses version information. More...

#include <RamsesVersion.h>

Public Attributes

const char *const string
 Version information as string in format major.minor.patch with an optional arbitrary suffix. More...
 
int major
 Major version. More...
 
int minor
 Minor version. More...
 
int patch
 Patch version. More...
 

Detailed Description

Ramses version information.

Member Data Documentation

◆ major

int ramses::RamsesVersion::major

Major version.

◆ minor

int ramses::RamsesVersion::minor

Minor version.

◆ patch

int ramses::RamsesVersion::patch

Patch version.

◆ string

const char* const ramses::RamsesVersion::string

Version information as string in format major.minor.patch with an optional arbitrary suffix.


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