#include <distributed.hh>
Inherits abstract_info_t.
Public Member Functions | |
virtual void | get_data_ptr (char *&ptr) |
virtual void | get_data_size (int &size) |
Instances of this class are passed to distributed_t::synchronized(abstract_info_t &info) function.
The static_data_t type should be struct with simple types in it (no dynamic arrays, strings, etc.) - the struct holds the collected data.
The word "static" means that each workstation cannot change the data being collected during the synchronization process. For more information see distributed_t::synchronized(abstract_info_t &info) function.