#include "common.h"
#include "kinem.h"
#include "minor.h"
Go to the source code of this file.
|
| bool | operator== (const double &x, const ICache::ID64 &y) |
◆ 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 455 of file cache.h.
455#define insertMinorN( n ) \
456 inline void MCache::insertMinor##n( const Kinem##n& k, Minor##n::Ptr& m ) { \
457 cm##n.insert( Entry##n( k, m ) ); \
458 }
◆ operator==()
| bool operator== |
( |
const double & | x, |
|
|
const ICache::ID64 & | y ) |
|
inline |
Definition at line 397 of file cache.h.
397 {
398 const ICache::DI64
ix = { x };
399 return ix.i64 == y.i64;
400}