로드 중...
검색 중...
일치하는 항목 없음
gamsversion.h
1
26#ifndef GAMSVERSION_H
27#define GAMSVERSION_H
28
29#include "gamsplatform.h"
30
31네임스페이스게임{
32
35{
36공개:
40 정적 const 문자* api상세();
41
45 정적 const 문자* API();
46
49 정적 int api메이저();
50
53 정적 int apiMinor();
54
57 정적 int apiBuild();
58
61 정적 const 문자* apiBuildTime();
62
67 정적 const 문자* 슬롯 커뮤니티버전();
68
71 정적 int gamsMajor();
72
75 정적 int gamsMinor();
76
79 정적 int gamsBuild();
80
84 정적std::string시스템 버전(conststd::string &gamsSystemDir);
85
86비공개:
88
89 정적 const 문자* mApiVersion;
90 정적 const 문자* mApiBuildTime;
91 정적 const 문자* mApiDetail;
92 정적 const 문자* mGamsVersion;
93};
94
95}// 네임스페이스 슬롯 커뮤니티
96
97#endif// GAMSVERSION_H
슬롯 커뮤니티 버전 정보를 나타냅니다.
static const char * apiDetail()
정적 const char * apiBuildTime()
정적 const char * api()
정적 const char * gamsVersion()
static std::string systemVersion(const std::string &gamsSystemDir)