Itasca C++ Interface
|
Base type definitions for the engine. More...
Go to the source code of this file.
Macros | |
#define | BASE_EXPORT IMPORT_TAG |
#define | OSVAL(x, y) x |
#define | FOR(x, y) for (auto x=(y).begin();x!=(y).end();++x) |
#define | filesystem ERROR_USE_SHARED_FILESTORE_INSTEAD |
Functions | |
template<typename T , typename U > | |
constexpr const T & | osval (const T &wval, const U &) |
Base type definitions for the engine.
These are base type definitions, used to avoid system-specific changes in size and capacity.