#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 eemmg-lib/src/cache.h.
265#define insertMinorN(n) \
266inline \
267void MCache::insertMinor##n(const Kinem##n &k, Minor##n::Ptr &m) \
268{ \
269 cm##n.insert(Entry##n(k,m)); \
270}
◆ operator==()
bool operator== |
( |
const double & | x, |
|
|
const ICache::ID64 & | y ) |
|
inline |