Skip to content

Commit b483b3c

Browse files
authored
Merge pull request #1426 from DennisLee-DennisLee/v-dele-1338191-SafeInt_library
1338191: Consolidated the SafeInt library types.
2 parents adb0299 + b106556 commit b483b3c

19 files changed

Lines changed: 624 additions & 1070 deletions

.openpublishing.redirection.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7285,6 +7285,76 @@
72857285
"redirect_url": "/cpp/windows/runtimeclassbaset-structure#getimplementediids",
72867286
"redirect_document_id": false
72877287
},
7288+
{
7289+
"source_path": "docs/windows/safeint-safeint.md",
7290+
"redirect_url": "/cpp/windows/safeint-class#safeint",
7291+
"redirect_document_id": false
7292+
},
7293+
{
7294+
"source_path": "docs/windows/safeadd.md",
7295+
"redirect_url": "/cpp/windows/safeint-functions#safeadd",
7296+
"redirect_document_id": false
7297+
},
7298+
{
7299+
"source_path": "docs/windows/safecast.md",
7300+
"redirect_url": "/cpp/windows/safeint-functions#safecast",
7301+
"redirect_document_id": false
7302+
},
7303+
{
7304+
"source_path": "docs/windows/safedivide.md",
7305+
"redirect_url": "/cpp/windows/safeint-functions#safedivide",
7306+
"redirect_document_id": false
7307+
},
7308+
{
7309+
"source_path": "docs/windows/safeequals.md",
7310+
"redirect_url": "/cpp/windows/safeint-functions#safeequals",
7311+
"redirect_document_id": false
7312+
},
7313+
{
7314+
"source_path": "docs/windows/safegreaterthan.md",
7315+
"redirect_url": "/cpp/windows/safeint-functions#safegreaterthan",
7316+
"redirect_document_id": false
7317+
},
7318+
{
7319+
"source_path": "docs/windows/safegreaterthanequals.md",
7320+
"redirect_url": "/cpp/windows/safeint-functions#safegreaterthanequals",
7321+
"redirect_document_id": false
7322+
},
7323+
{
7324+
"source_path": "docs/windows/safelessthan.md",
7325+
"redirect_url": "/cpp/windows/safeint-functions#safelessthan",
7326+
"redirect_document_id": false
7327+
},
7328+
{
7329+
"source_path": "docs/windows/safelessthanequals.md",
7330+
"redirect_url": "/cpp/windows/safeint-functions#safelessthanequals",
7331+
"redirect_document_id": false
7332+
},
7333+
{
7334+
"source_path": "docs/windows/safemodulus.md",
7335+
"redirect_url": "/cpp/windows/safeint-functions#safemodulus",
7336+
"redirect_document_id": false
7337+
},
7338+
{
7339+
"source_path": "docs/windows/safemultiply.md",
7340+
"redirect_url": "/cpp/windows/safeint-functions#safemultiply",
7341+
"redirect_document_id": false
7342+
},
7343+
{
7344+
"source_path": "docs/windows/safenotequals.md",
7345+
"redirect_url": "/cpp/windows/safeint-functions#safenotequals",
7346+
"redirect_document_id": false
7347+
},
7348+
{
7349+
"source_path": "docs/windows/safesubtract.md",
7350+
"redirect_url": "/cpp/windows/safeint-functions#safesubtract",
7351+
"redirect_document_id": false
7352+
},
7353+
{
7354+
"source_path": "docs/windows/safeintexception-safeintexception.md",
7355+
"redirect_url": "/cpp/windows/safeintexception-class#safeintexception",
7356+
"redirect_document_id": false
7357+
},
72887358
{
72897359
"source_path": "docs/windows/semaphore-lock-method.md",
72907360
"redirect_url": "/cpp/windows/semaphore-class#lock",

docs/windows/TOC.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -457,22 +457,8 @@
457457
#### [IID_PPV_ARGS_Helper Function](iid-ppv-args-helper-function.md)
458458
# [SafeInt Library](safeint-library.md)
459459
## [SafeInt Class](safeint-class.md)
460-
### [SafeInt::SafeInt](safeint-safeint.md)
461460
## [SafeInt Functions](safeint-functions.md)
462-
### [SafeAdd](safeadd.md)
463-
### [SafeCast](safecast.md)
464-
### [SafeDivide](safedivide.md)
465-
### [SafeEquals](safeequals.md)
466-
### [SafeGreaterThan](safegreaterthan.md)
467-
### [SafeGreaterThanEquals](safegreaterthanequals.md)
468-
### [SafeLessThan](safelessthan.md)
469-
### [SafeLessThanEquals](safelessthanequals.md)
470-
### [SafeModulus](safemodulus.md)
471-
### [SafeMultiply](safemultiply.md)
472-
### [SafeNotEquals](safenotequals.md)
473-
### [SafeSubtract](safesubtract.md)
474461
## [SafeIntException Class](safeintexception-class.md)
475-
### [SafeIntException::SafeIntException](safeintexception-safeintexception.md)
476462
# [C++ Attributes Reference](cpp-attributes-reference.md)
477463
## [Attributed Programming Concepts](attributed-programming-concepts.md)
478464
### [Purpose of Attributes](purpose-of-attributes.md)

docs/windows/safeadd.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

docs/windows/safecast.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/windows/safedivide.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

docs/windows/safeequals.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)