Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcleblanc/SafeInt
/ functions
Functions
2,413 in github.com/dcleblanc/SafeInt
⨍
Functions
2,413
◇
Types & classes
1,520
Method
RegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:1873
Method
RegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:1943
Method
RegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:1968
Method
RegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2028
Method
RegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2117
Method
RegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2206
Method
RegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2301
Method
RegMultiplyThrow
Archive/releases/7/SafeInt_3011p.hpp:2390
Function
SafeAdd
Archive/releases/0/SafeInt_3017p.hpp:5406
Function
SafeAdd
Archive/releases/1/SafeInt_3016p.hpp:5380
Function
SafeAdd
Archive/releases/6/SafeInt_3012p.hpp:5005
Function
SafeAdd
Archive/releases/3/SafeInt_3015p.hpp:5361
Function
SafeAdd
Archive/releases/5/SafeInt_3013p.cpp:5085
Function
SafeAdd
Archive/releases/7/SafeInt_3011p.hpp:4965
Function
SafeAddTest
Test/ConstExpr.cpp:363
Method
SafeAtoI
Archive/releases/4/SafeInt_3014p.hpp:6072
Method
SafeAtoI
Archive/releases/0/SafeInt_3017p.hpp:6242
Method
SafeAtoI
Archive/releases/1/SafeInt_3016p.hpp:6216
Method
SafeAtoI
Archive/releases/6/SafeInt_3012p.hpp:5841
Method
SafeAtoI
Archive/releases/3/SafeInt_3015p.hpp:6197
Method
SafeAtoI
Archive/releases/5/SafeInt_3013p.cpp:5921
Method
SafeAtoI
Archive/releases/7/SafeInt_3011p.hpp:5801
Function
SafeCast
Archive/releases/0/SafeInt_3017p.hpp:5346
Function
SafeCast
Archive/releases/1/SafeInt_3016p.hpp:5320
Function
SafeCast
Archive/releases/6/SafeInt_3012p.hpp:4945
Function
SafeCast
Archive/releases/3/SafeInt_3015p.hpp:5301
Function
SafeCast
Archive/releases/5/SafeInt_3013p.cpp:5025
Function
SafeCast
Archive/releases/7/SafeInt_3011p.hpp:4905
Function
SafeCastTest
Test/ConstExpr.cpp:332
Function
SafeDivide
Archive/releases/0/SafeInt_3017p.hpp:5400
Function
SafeDivide
Archive/releases/1/SafeInt_3016p.hpp:5374
Function
SafeDivide
Archive/releases/6/SafeInt_3012p.hpp:4999
Function
SafeDivide
Archive/releases/3/SafeInt_3015p.hpp:5355
Function
SafeDivide
Archive/releases/5/SafeInt_3013p.cpp:5079
Function
SafeDivide
Archive/releases/7/SafeInt_3011p.hpp:4959
Function
SafeDivideTest
Test/ConstExpr.cpp:355
Function
SafeEquals
Archive/releases/0/SafeInt_3017p.hpp:5352
Function
SafeEquals
Archive/releases/1/SafeInt_3016p.hpp:5326
Function
SafeEquals
Archive/releases/6/SafeInt_3012p.hpp:4951
Function
SafeEquals
Archive/releases/3/SafeInt_3015p.hpp:5307
Function
SafeEquals
Archive/releases/5/SafeInt_3013p.cpp:5031
Function
SafeEquals
Archive/releases/7/SafeInt_3011p.hpp:4911
Function
SafeGreaterThan
Archive/releases/0/SafeInt_3017p.hpp:5364
Function
SafeGreaterThan
Archive/releases/1/SafeInt_3016p.hpp:5338
Function
SafeGreaterThan
Archive/releases/6/SafeInt_3012p.hpp:4963
Function
SafeGreaterThan
Archive/releases/3/SafeInt_3015p.hpp:5319
Function
SafeGreaterThan
Archive/releases/5/SafeInt_3013p.cpp:5043
Function
SafeGreaterThan
Archive/releases/7/SafeInt_3011p.hpp:4923
Function
SafeGreaterThanEquals
Archive/releases/0/SafeInt_3017p.hpp:5370
Function
SafeGreaterThanEquals
Archive/releases/1/SafeInt_3016p.hpp:5344
Function
SafeGreaterThanEquals
Archive/releases/6/SafeInt_3012p.hpp:4969
Function
SafeGreaterThanEquals
Archive/releases/3/SafeInt_3015p.hpp:5325
Function
SafeGreaterThanEquals
Archive/releases/5/SafeInt_3013p.cpp:5049
Function
SafeGreaterThanEquals
Archive/releases/7/SafeInt_3011p.hpp:4929
Method
SafeInt
Having a constructor for every type of int avoids having the compiler evade our checks when doing implicit casts - e.g., SafeInt<char> s = 0x7fffffff;
SafeInt.hpp:5639
Method
SafeInt
Archive/releases/4/SafeInt_3014p.hpp:5254
Method
SafeInt
Archive/releases/0/SafeInt_3017p.hpp:5424
Method
SafeInt
Archive/releases/1/SafeInt_3016p.hpp:5398
Method
SafeInt
Archive/releases/6/SafeInt_3012p.hpp:5023
Method
SafeInt
Archive/releases/3/SafeInt_3015p.hpp:5379
Method
SafeInt
Archive/releases/5/SafeInt_3013p.cpp:5103
Method
SafeInt
Archive/releases/7/SafeInt_3011p.hpp:4983
Function
SafeInt< T, E > operator %
SafeInt.hpp:5965
Function
SafeInt< T, E > operator &
Bitwise &
SafeInt.hpp:6238
Function
SafeInt< T, E > operator *
SafeInt.hpp:5996
Function
SafeInt< T, E > operator +
Addition
SafeInt.hpp:6071
Function
SafeInt< T, E > operator -
SafeInt.hpp:5860
Function
SafeInt< T, E > operator /
SafeInt.hpp:6033
Function
SafeInt< T, E > operator <<
SafeInt.hpp:6154
Function
SafeInt< T, E > operator >>
SafeInt.hpp:6195
Function
SafeInt< T, E > operator ^
XOR
SafeInt.hpp:6283
Function
SafeInt< T, E > operator |
bitwise OR
SafeInt.hpp:6320
Function
SafeInt< T, E > operator ~
One's complement Note - this operator will normally change size to an int cast in return improves perf and maintains type
SafeInt.hpp:5920
Function
SafeInt< U, E > operator <<
SafeInt.hpp:7078
Function
SafeInt< U, E > operator >>
SafeInt.hpp:7088
Function
SafeInt<T> ConstSafeInt
Test/ConstExpr.cpp:140
Function
SafeInt<ptrdiff_t, SafeIntDefaultExceptionHandler> SafePtrDiff
SafeInt.hpp:6481
Method
SafeIntException
Archive/releases/4/SafeInt_3014p.hpp:536
Method
SafeIntException
Archive/releases/0/SafeInt_3017p.hpp:586
Method
SafeIntException
Archive/releases/1/SafeInt_3016p.hpp:588
Method
SafeIntException
Archive/releases/6/SafeInt_3012p.hpp:530
Method
SafeIntException
Archive/releases/3/SafeInt_3015p.hpp:579
Method
SafeIntException
Archive/releases/5/SafeInt_3013p.cpp:536
Method
SafeIntException
Archive/releases/7/SafeInt_3011p.hpp:526
Method
SafeIntOnDivZero
SafeInt.hpp:708
Method
SafeIntOnDivZero
SafeInt.hpp:742
Method
SafeIntOnDivZero
Archive/releases/4/SafeInt_3014p.hpp:598
Method
SafeIntOnDivZero
Archive/releases/0/SafeInt_3017p.hpp:648
Method
SafeIntOnDivZero
Archive/releases/1/SafeInt_3016p.hpp:650
Method
SafeIntOnDivZero
Archive/releases/6/SafeInt_3012p.hpp:592
Method
SafeIntOnDivZero
Archive/releases/3/SafeInt_3015p.hpp:641
Method
SafeIntOnDivZero
Archive/releases/5/SafeInt_3013p.cpp:598
Method
SafeIntOnDivZero
Archive/releases/7/SafeInt_3011p.hpp:553
Method
SafeIntOnDivZero
Archive/releases/7/SafeInt_3011p.hpp:580
Method
SafeIntOnDivZero
Test/ConstExpr.cpp:22
Method
SafeIntOnOverflow
SafeInt.hpp:702
Method
SafeIntOnOverflow
SafeInt.hpp:736
Method
SafeIntOnOverflow
Archive/releases/4/SafeInt_3014p.hpp:592
Method
SafeIntOnOverflow
Archive/releases/0/SafeInt_3017p.hpp:642
Method
SafeIntOnOverflow
Archive/releases/1/SafeInt_3016p.hpp:644
← previous
next →
1,501–1,600 of 2,413, ranked by callers