Generated on Tue May 22 09:41:01 2018 for Gecode by doxygen 1.6.3

Gecode::SharedData< Data >::SDO Class Reference

The object storing the actual data. More...

#include <shared-data.hpp>

List of all members.

Public Member Functions

 SDO (const Data &d0)
 Initialization.
virtual ~SDO (void)
 Destructor.

Public Attributes

const Data d
 Data to be shared.

Detailed Description

template<class Data>
class Gecode::SharedData< Data >::SDO

The object storing the actual data.

Definition at line 41 of file shared-data.hpp.


Constructor & Destructor Documentation

template<class Data>
Gecode::SharedData< Data >::SDO::SDO ( const Data &  d0  )  [inline]

Initialization.

Definition at line 68 of file shared-data.hpp.

template<class Data >
Gecode::SharedData< Data >::SDO::~SDO ( void   )  [inline, virtual]

Destructor.

Definition at line 73 of file shared-data.hpp.


Member Data Documentation

template<class Data>
const Data Gecode::SharedData< Data >::SDO::d

Data to be shared.

Definition at line 44 of file shared-data.hpp.


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