|
|
|
|
|
|
|
|
|
|
|
|||||||
#include "stlsoft.h"
Go to the source code of this file.
Defines | |
| #define | DOTNETSTL_VER_MAJOR 1 |
| The major version number of .netSTL. | |
| #define | DOTNETSTL_VER_MINOR 1 |
| The minor version number of .netSTL. | |
| #define | DOTNETSTL_VER_REVISION 1 |
| The revision version number of .netSTL. | |
| #define | DOTNETSTL_VER DOTNETSTL_VER_1_1_1 |
| The current composite version number of .netSTL. | |
| #define | dotnetstl_assert(expr) stlsoft_assert(expr) |
| Defines a runtime assertion. | |
| #define | dotnetstl_message_assert(msg, expr) stlsoft_message_assert(msg, expr) |
| Defines a runtime assertion, with message. | |
| #define | dotnetstl_static_assert(expr) stlsoft_static_assert(expr) |
| Defines a compile-time assertion. | |
|
|
Defines a runtime assertion.
|
|
|
Defines a runtime assertion, with message.
|
|
|
Defines a compile-time assertion.
|
|
|
The current composite version number of .netSTL.
|
|
|
The major version number of .netSTL.
|
|
|
The minor version number of .netSTL.
|
|
|
The revision version number of .netSTL.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |