|
| 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...
|
|
|
| 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...
|
|
ArrayTraits< PrimArgArray< SEB > >::ArgsType | operator+ (const PrimArgArray< SEB > &x, const PrimArgArray< SEB > &y) |
|
ArrayTraits< PrimArgArray< SEB > >::ArgsType | operator+ (const PrimArgArray< SEB > &x, const SEB &y) |
|
ArrayTraits< PrimArgArray< SEB > >::ArgsType | operator+ (const SEB &x, const PrimArgArray< SEB > &y) |
|
Passing search engine builder arguments.
Definition at line 704 of file search.hh.