STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

dotnetstl.h File Reference

The root header for the .netSTL project. More...

#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.


Detailed Description

The root header for the .netSTL project.


Define Documentation

#define dotnetstl_assert expr       stlsoft_assert(expr)
 

Defines a runtime assertion.

Parameters:
expr  Must be non-zero, or an assertion will be fired

#define dotnetstl_message_assert msg,
expr       stlsoft_message_assert(msg, expr)
 

Defines a runtime assertion, with message.

Parameters:
expr  Must be non-zero, or an assertion will be fired
msg  The literal character string message to be included in the assertion

#define dotnetstl_static_assert expr       stlsoft_static_assert(expr)
 

Defines a compile-time assertion.

Parameters:
expr  Must be non-zero, or compilation will fail

#define DOTNETSTL_VER   DOTNETSTL_VER_1_1_1
 

The current composite version number of .netSTL.

#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.


STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004