Generated on Thu Apr 11 13:59:49 2019 for Gecode by doxygen 1.6.3

Gecode::SEBs Class Reference

Passing search engine builder arguments. More...

#include <search.hh>

List of all members.

Constructors and initialization



 SEBs (void)
 Allocate empty array.
 SEBs (int n)
 Allocate array with n elements.
 SEBs (const std::vector< SEB > &x)
 Allocate array and copy elements from x.
 SEBs (std::initializer_list< SEB > x)
 Allocate array with and initialize with x.
template<class InputIterator >
 SEBs (InputIterator first, InputIterator last)
 Allocate array and copy elements from first to last.
 SEBs (const ArgArray< SEB > &a)
 Initialize from primitive argument array a (copy elements).

Detailed Description

Passing search engine builder arguments.

Definition at line 1002 of file search.hh.


Constructor & Destructor Documentation

Gecode::SEBs::SEBs ( void   )  [inline]

Allocate empty array.

Definition at line 37 of file sebs.hpp.

Gecode::SEBs::SEBs ( int  n  )  [inline, explicit]

Allocate array with n elements.

Definition at line 41 of file sebs.hpp.

Gecode::SEBs::SEBs ( const std::vector< SEB > &  x  )  [inline]

Allocate array and copy elements from x.

Definition at line 45 of file sebs.hpp.

Gecode::SEBs::SEBs ( std::initializer_list< SEB x  )  [inline]

Allocate array with and initialize with x.

Definition at line 49 of file sebs.hpp.

template<class InputIterator >
Gecode::SEBs::SEBs ( InputIterator  first,
InputIterator  last 
) [inline]

Allocate array and copy elements from first to last.

Definition at line 54 of file sebs.hpp.

Gecode::SEBs::SEBs ( const ArgArray< SEB > &  a  )  [inline]

Initialize from primitive argument array a (copy elements).

Definition at line 58 of file sebs.hpp.


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