Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Output
Winx64
Build
PublishedApi
ECObjects
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
16
struct
AssertDisabler
17
{
18
};
19
47
#define DISABLE_ASSERTS AssertDisabler assertDisabler;
48
49
#endif // DesignByContract_H_
AssertDisabler
This class is utilzed by the macros defined in this header file. No calling code should typically eve...
Definition:
DesignByContract.h:16
ECObjects.h
Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.