ufe
4.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
versionInfo.h
Go to the documentation of this file.
1
#line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.10-windows/ufe/include/versionInfo.h"
2
#ifndef _versionInfo
3
#define _versionInfo
4
// ===========================================================================
5
// Copyright 2018 Autodesk, Inc. All rights reserved.
6
//
7
// Use of this software is subject to the terms of the Autodesk license
8
// agreement provided at the time of installation or download, or which
9
// otherwise accompanies this software in either electronic or hard copy form.
10
// ===========================================================================
11
12
#include "
common/ufeExport.h
"
13
14
UFE_NS_DEF
{
15
17
21
class
UFE_SDK_DECL
VersionInfo
22
{
23
public
:
24
26
static
int
getMajorVersion();
27
29
static
int
getMinorVersion();
30
32
static
int
getPatchLevel();
33
35
static
int
getBuildNumber();
36
38
static
char
const
* getGitCommit();
39
41
static
char
const
* getGitBranch();
42
44
static
char
const
* getBuildDate();
45
};
46
47
}
48
49
#endif
/* _versionInfo */
ufeExport.h
Definition of macros for symbol visibility.
Ufe::VersionInfo
Version information of UFE.
Definition:
versionInfo.h:21
UFE_NS_DEF
#define UFE_NS_DEF
Definition:
ufe.h:35
UFE_SDK_DECL
#define UFE_SDK_DECL
Definition:
ufeExport.h:36
common
include
ufe
versionInfo.h
Generated on Fri Jun 2 2023 07:30:07 for ufe by
1.8.14