|
| | 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...
|
| |
|
| | 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 of length n such that forall , . 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...
|
| |
| ArrayTraits< ArgArray< SEB > >::ArgsType | operator+ (const ArgArray< SEB > &x, const ArgArray< SEB > &y) |
| |
| ArrayTraits< ArgArray< SEB > >::ArgsType | operator+ (const ArgArray< SEB > &x, const SEB &y) |
| |
| ArrayTraits< ArgArray< SEB > >::ArgsType | operator+ (const SEB &x, const ArgArray< SEB > &y) |
| |
| ArrayTraits< VarArgArray< Var > >::ArgsType | operator+ (const VarArgArray< Var > &x, const VarArgArray< Var > &y) |
| |
| ArrayTraits< VarArgArray< Var > >::ArgsType | operator+ (const VarArgArray< Var > &x, const Var &y) |
| |
| ArrayTraits< VarArgArray< Var > >::ArgsType | operator+ (const Var &x, const VarArgArray< Var > &y) |
| |
Passing search engine builder arguments.
Definition at line 1002 of file search.hh.