Generated on Tue Jan 28 2020 00:00:00 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...
 
template<class InputIterator >
 SEBs (InputIterator first, InputIterator last)
 Allocate array and copy elements from first to last. More...
 
 SEBs (const PrimArgArray< SEB > &a)
 Initialize from primitive argument array a (copy elements) More...
 
 SEBs (int n, SEB b0,...)
 Allocate array with n elements and initialize with b0, ... More...
 

Additional Inherited Members

- Public Member Functions inherited from Gecode::PrimArgArray< SEB >
 PrimArgArray (void)
 Allocate empty array. More...
 
 PrimArgArray (int n)
 Allocate array with n elements. More...
 
 PrimArgArray (int n, SEB e0,...)
 Allocate array with n elements and initialize with e0, ... More...
 
 PrimArgArray (int n, const SEB *e)
 Allocate array with n elements and initialize with elements from array e. More...
 
 PrimArgArray (const PrimArgArray< SEB > &a)
 Initialize from primitive argument array a (copy elements) More...
 
 PrimArgArray (const std::vector< SEB > &a)
 Initialize from vector a. More...
 
 PrimArgArray (InputIterator first, InputIterator last)
 Initialize from InputIterator first and last. More...
 
ArrayTraits< PrimArgArray< SEB > >::ArgsType slice (int start, int inc=1, int n=-1)
 
ArrayTraits< PrimArgArray< SEB > >::ArgsType & operator<< (const SEB &x)
 Insert a new element x at the end of the array (increase size by 1) More...
 
ArrayTraits< PrimArgArray< SEB > >::ArgsType & operator<< (const PrimArgArray< SEB > &x)
 Append x to the end of the array. More...
 

Detailed Description

Passing search engine builder arguments.

Definition at line 704 of file search.hh.

Constructor & Destructor Documentation

◆ SEBs() [1/6]

Gecode::SEBs::SEBs ( void  )
inline

Allocate empty array.

Definition at line 41 of file sebs.hpp.

◆ SEBs() [2/6]

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

Allocate array with n elements.

Definition at line 45 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 49 of file sebs.hpp.

◆ SEBs() [4/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() [5/6]

Gecode::SEBs::SEBs ( const PrimArgArray< SEB > &  a)
inline

Initialize from primitive argument array a (copy elements)

Definition at line 58 of file sebs.hpp.

◆ SEBs() [6/6]

Gecode::SEBs::SEBs ( int  n,
SEB  b0,
  ... 
)

Allocate array with n elements and initialize with b0, ...

Definition at line 42 of file sebs.cpp.


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