static_info_t Class Template Reference

Class used to collect data during synchronization. More...

#include <distributed.hh>

Inherits abstract_info_t.

List of all members.

Public Member Functions

virtual void get_data_ptr (char *&ptr)
virtual void get_data_size (int &size)


Detailed Description

template<class static_data_t>
class static_info_t< static_data_t >

Class used to collect data during synchronization.

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.


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

Reference Manual for Library, 2006 developed in ParaDiSe laboratory, Faculty of Informatics, Masaryk University