Blaze 3.9
Util.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_UTIL_MODULE_H_
36#define _BLAZE_UTIL_MODULE_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
47#include <blaze/util/AsConst.h>
48#include <blaze/util/Assert.h>
51#include <blaze/util/Complex.h>
55#include <blaze/util/EnableIf.h>
58#include <blaze/util/Indices.h>
63#include <blaze/util/Limits.h>
64#include <blaze/util/Memory.h>
66#include <blaze/util/MPL.h>
70#include <blaze/util/NullType.h>
73#include <blaze/util/Policies.h>
74#include <blaze/util/Random.h>
79#include <blaze/util/Suffix.h>
80#include <blaze/util/Thread.h>
82#include <blaze/util/Time.h>
83#include <blaze/util/Timing.h>
84#include <blaze/util/TypeList.h>
85#include <blaze/util/Types.h>
89
90#endif
Header file for generic algorithms.
Header file for the AlignedAllocator implementation.
Header file for the AlignedArray implementation.
Header file for the alignment check function.
Header file for the as_const function template.
Header file for run time assertion macros.
Type-checked delete operations.
Header file for color macros.
Header file for the complex data type.
Compile time evaluation of array sizes.
Header file for the empty type.
Header file for the EnableIf class template.
Header file for the function trace functionality.
Header file for the Indices class.
Header file for the integer_sequence and index_sequence aliases.
Header file for the IntegralConstant class template.
Utility type for generic codes.
Numerical limits of built-in data types.
Header file for all meta-programming tools.
Header file for the memory pool class.
Header file for memory allocation and deallocation functionality.
Base class for non-copyable class instances.
Base class for non-creatable (static) classes.
Header file for the NullAllocator implementation.
Utility type for generic codes.
Cast operators for numeric types.
Cast operators for pointer types.
Header file for policy classes.
Header file for the Singleton class.
Header file for the SmallArray implementation.
Compile time assertion.
Header file for compile time constraints.
Header file of the ThreadPool class.
Header file for the Thread class.
Header file for time functions.
Header file for the timing submodule.
Header file for the type list functionality.
Header file for the UnsignedValue class.
Header file for all value traits.
Header file for compile time constraints.
Header file for exception macros.
Header file for the initializer_list template.
Implementation of a random number generator.
Header file for all serialization functionality.
Header file for all type traits.
Header file for basic type definitions.