MADNESS  0.10.1
Public Member Functions | Public Attributes | List of all members
custom_serialize_tester Class Reference

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::keyTcloud_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
 

Detailed Description

this class stores different member variables in different records of the cloud

Constructor & Destructor Documentation

◆ custom_serialize_tester()

custom_serialize_tester::custom_serialize_tester ( )
inline

Member Function Documentation

◆ cloud_load()

void custom_serialize_tester::cloud_load ( World world,
const Cloud cloud,
Recordlist< Cloud::keyT > &  recordlist 
)
inline

◆ cloud_store()

Recordlist<Cloud::keyT> custom_serialize_tester::cloud_store ( World world,
Cloud cloud 
) const
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.

◆ operator==()

bool custom_serialize_tester::operator== ( const custom_serialize_tester other) const
inline

References d, d(), and i.

Member Data Documentation

◆ d

double custom_serialize_tester::d

◆ i

int custom_serialize_tester::i

The documentation for this class was generated from the following file: