#include "Field/LField.h"
#include "Profile/Profiler.h"
#include "Utility/PAssert.h"
#include "Utility/IpplStats.h"
#include "Utility/Unique.h"
#include <stdlib.h>
Include dependency graph for LField.cpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | LFieldInitializer< T > |
Defines | |
#define | IPPL_CACHE_LINE_SIZE 32 |
#define | IPPL_OFFSET_BLOCKS 16 |
#define | LFIELDMSG(x) |
#define | MAKE_INITIALIZER(T) |
|
Definition at line 37 of file LField.cpp. |
|
Definition at line 46 of file LField.cpp. |
|
Definition at line 53 of file LField.cpp. Referenced by LField< T, Dim >::CanCompress(), LField< T, Dim >::Compress(), and LField< T, Dim >::TryCompress(). |
|
Value: template <> \ struct LFieldInitializer<T> \ { \ static void apply(T& x) { x=0; } \ }; Definition at line 70 of file LField.cpp. |