|
|
| seq (const nInt &start, const nInt &end) |
| |
|
| seq (const nInt &start, const nInt &end, const nInt &step) |
| |
| nInt | operator[] (nidx n) override |
| |
|
const ntype & | getType () const override |
| |
|
scope & | subs () override |
| |
| ncnt | len () const override |
| |
|
nbool | in (nidx n) const override |
| |
| nInt | get (nidx n) override |
| |
| void | rel () override |
| |
|
nbool | in (const nInt &it) const |
| |
|
nbool | in (const nInt *it) const BY_SIDE_FUNC(in) |
| |
|
nbool | in (std::function< nbool(const nInt &)> l) const |
| |
|
nbool | in (std::function< nbool(const T1 &)> l) const |
| |
|
nbool | isEmpty () const |
| |
|
std::conditional_t< _IS_POINTER, T1 *, tmay< T1 > > | get (std::function< nbool(const T1 &)> l) |
| |
|
std::conditional_t< _IS_POINTER, nInt, tmay< nInt > > | get (std::function< nbool(const nInt &)> l) |
| |
|
std::conditional_t< _IS_POINTER, const T1 *, tmay< T1 > > get(std::function< nbool(const T1 &)> l) const std tnarr< nInt, strTactic > | getAll (std::function< nbool(const nInt &)> l) const |
| |
|
void | each (std::function< nbool(T1 &)> l) |
| |
|
void | each (std::function< nbool(nInt &)> l) |
| |
|
virtual iter | end () const |
| |
|
virtual iter | rend () const |
| |
|
virtual iter | last () const |
| |
|
iter | iterate (ncnt step) const |
| |
|
iter | iterate (const nInt &it) const |
| |
|
iter | riterate (ncnt step) const |
| |
|
iter | riterate (const nInt &it) const |
| |
|
virtual nbool | set (const iter &at, const nInt *new1) BY_SIDE_FUNC(new1 |
| |
|
virtual nbool | set (at, *new1) |
| |
|
nbool | add (const iter &at, const nInt *new1) BY_SIDE_FUNC(new1 |
| |
|
nbool | add (at, *new1) |
| |
|
nbool | add (std::initializer_list< const nInt * > elems) |
| |
|
nbool | add (const nInt &new1) |
| |
|
nbool | add (const nInt *it) BY_SIDE_FUNC(add) |
| |
|
void | add (const iter &from, const iter &to) |
| |
|
void | add (const iter &here, me &rhs) |
| |
|
void | add (const me &rhs) |
| |
|
void | add (const me *rhs) BY_SIDE_FUNC(rhs |
| |
|
ncnt | add (const typename tucontainable< E >::iter &from, const typename tucontainable< E >::iter &to) |
| |
|
ncnt | add (const tucontainable< E > &rhs) |
| |
|
ncnt | add (const tbicontainable< K, V > &rhs) |
| |
|
void add | void ()) |
| |
|
nbool | del () |
| | delete last element if exists.
|
| |
|
nbool | del (const nInt &it) |
| |
|
nbool | del (const nInt *it) BY_SIDE_FUNC(del) |
| |
|
nbool | del (const me &rhs) |
| |
|
nbool | del (const me *rhs) BY_SIDE_FUNC(rhs |
| |
Managed sequence container for integer ranges.
Immutable sequence representing integer ranges with bridged native implementation. Provides managed object interface to native sequence functionality.