MADNESS
0.10.1
|
this class stores different member variables in different records of the cloud More...
Public Member Functions | |
custom_serialize_tester () | |
void | cloud_load (World &world, const Cloud &cloud, Recordlist< Cloud::keyT > &recordlist) |
Recordlist< Cloud::keyT > | cloud_store (World &world, Cloud &cloud) const |
customized function to store this to the cloud More... | |
bool | operator== (const custom_serialize_tester &other) const |
Public Attributes | |
double | d |
int | i |
this class stores different member variables in different records of the cloud
|
inline |
|
inline |
References d(), madness::Cloud::forward_load(), and v.
|
inline |
customized function to store this to the cloud
functions and constant_part can be very large and we want to split them and store them in differenc records
References d(), madness::Cloud::store(), and v.
|
inline |
double custom_serialize_tester::d |
Referenced by operator==(), and test_custom_serialization().
int custom_serialize_tester::i |
Referenced by operator==(), and test_custom_serialization().