DesignByContract.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 
10 #ifndef DesignByContract_H_
11 #define DesignByContract_H_
12 
13 #include <ECObjects/ECObjects.h>
14 
17 {
18 };
19 
47  #define DISABLE_ASSERTS AssertDisabler assertDisabler;
48 
49 #endif // DesignByContract_H_
This class is utilzed by the macros defined in this header file. No calling code should typically eve...
Definition: DesignByContract.h:16

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.