Generated on Tue Mar 24 2020 14:04:04 for Gecode by doxygen 1.8.17
Gecode::SEBs Class Reference

Passing search engine builder arguments. More...

#include <search.hh>

Constructors and initialization

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

Additional Inherited Members

- Public Member Functions inherited from Gecode::ArgArray< SEB >
 ArgArray (void)
 Allocate empty array. More...
 
 ArgArray (int n)
 Allocate array with n elements. More...
 
 ArgArray (int n, const SEB *e)
 Allocate array with n elements and initialize with elements from array e. More...
 
 ArgArray (const ArgArray< SEB > &a)
 Initialize from argument array a (copy elements) More...
 
 ArgArray (const std::vector< SEB > &a)
 Initialize from vector a. More...
 
 ArgArray (std::initializer_list< SEB > a)
 Initialize from initializer list a. More...
 
 ArgArray (InputIterator first, InputIterator last)
 Initialize from InputIterator first and last. More...
 
ArrayTraits< ArgArray< SEB > >::ArgsType slice (int start, int inc=1, int n=-1)
 Return slice $y$ of length n such that forall $0\leq i<n$, $y_i=x_{\text{start}+i\cdot\text{inc}}$. More...
 
ArrayTraits< ArgArray< SEB > >::ArgsType & operator<< (const SEB &x)
 Insert a new element x at the end of the array (increase size by 1) More...
 
ArrayTraits< ArgArray< SEB > >::ArgsType & operator<< (const ArgArray< SEB > &x)
 Append x to the end of the array. More...
 

Detailed Description

Passing search engine builder arguments.

Definition at line 1002 of file search.hh.

Constructor & Destructor Documentation

◆ SEBs() [1/6]

Gecode::SEBs::SEBs ( void  )
inline

Allocate empty array.

Definition at line 37 of file sebs.hpp.

◆ SEBs() [2/6]

Gecode::SEBs::SEBs ( int  n)
inlineexplicit

Allocate array with n elements.

Definition at line 41 of file sebs.hpp.

◆ SEBs() [3/6]

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

Allocate array and copy elements from x.

Definition at line 45 of file sebs.hpp.

◆ SEBs() [4/6]

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

Allocate array with and initialize with x.

Definition at line 49 of file sebs.hpp.

◆ SEBs() [5/6]

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.

◆ SEBs() [6/6]

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: