Duke's Big Numbers
1.0
C++ and Blueprint libraries for performing math, analysis, and formatting with really large numbers (>10e308).
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
x
z
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
x
z
Variables
Related Functions
o
Files
File List
•
All
Classes
Functions
Variables
Friends
Pages
Loading...
Searching...
No Matches
Inline.h
1
// Copyright (C)2023 Smiling Cat Entertainment, LTD. All Rights Reserved.
2
3
#pragma once
4
5
#define DBN_INLINE_ENABLED (!UE_BUILD_DEBUG)
6
//#define DBN_INLINE_ENABLED false
7
8
// Our own easily changed inline options
9
#if DBN_INLINE_ENABLED
10
#define DBN_FORCEINLINE FORCEINLINE_DEBUGGABLE
11
#define DBN_INLINE inline
12
#else
13
#define DBN_FORCEINLINE
// nothing
14
#define DBN_INLINE
// nothing
15
#endif
16
unreal
PachinkoEvolution
Plugins
DukesBigNumbers
Source
DukesBigNumbers
Public
Inline.h
Generated by
1.9.6