#include "common.h"
#include "kinem.h"
#include "minor.h"
Go to the source code of this file.
◆ INSERTMINOR2
#define INSERTMINOR2 smartinsertMinor2 |
◆ INSERTMINOR3
#define INSERTMINOR3 smartinsertMinor3 |
◆ insertMinorN
#define insertMinorN |
( |
|
n | ) |
|
Value:inline \
void MCache::insertMinor##
n(
const Kinem##
n &k,
Minor##n::Ptr &m) \
{ \
cm##
n.insert(Entry##
n(k,m)); \
}
Definition at line 265 of file cache.h.
◆ operator==()
bool operator== |
( |
const double & |
x, |
|
|
const ICache::ID64 & |
y |
|
) |
| |
|
inline |
Definition at line 202 of file cache.h.
203{
204 const ICache::DI64
ix={
x};
205 return ix.i64 ==
y.i64;
206}