Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplVersionInfo Struct Reference

A structure that contains version informations. More...

#include <final_platform_layer.h>

Data Fields

union { 
 
   struct { 
 
      fplVersionNumberPart   build 
 Build version. More...
 
      fplVersionNumberPart   fix 
 Fix version. More...
 
      fplVersionNumberPart   major 
 Major version. More...
 
      fplVersionNumberPart   minor 
 Minor version. More...
 
   }  
 
   fplVersionNumberPart   values [4] 
 Version number parts. More...
 
};  
 
char fullName [FPL_MAX_NAME_LENGTH]
 Full name.
 

Detailed Description

A structure that contains version informations.

Definition at line 3284 of file final_platform_layer.h.

Field Documentation

◆ build

fplVersionNumberPart fplVersionInfo::build

Build version.

Definition at line 3298 of file final_platform_layer.h.

◆ fix

fplVersionNumberPart fplVersionInfo::fix

Fix version.

Definition at line 3296 of file final_platform_layer.h.

◆ fullName

char fplVersionInfo::fullName[FPL_MAX_NAME_LENGTH]

Full name.

Definition at line 3286 of file final_platform_layer.h.

◆ major

fplVersionNumberPart fplVersionInfo::major

Major version.

Definition at line 3292 of file final_platform_layer.h.

◆ minor

fplVersionNumberPart fplVersionInfo::minor

Minor version.

Definition at line 3294 of file final_platform_layer.h.

◆ values

fplVersionNumberPart fplVersionInfo::values[4]

Version number parts.

Definition at line 3289 of file final_platform_layer.h.


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