|
virtual TYPE | get (int64_t index) const =0 |
|
virtual TYPE | getBegin () const |
|
virtual TYPE | getEnd () const |
|
virtual TYPE | operator[] (int64_t index) const |
|
virtual TYPE & | operator[] (int64_t index)=0 |
|
virtual void | set (int64_t index, const TYPE &e)=0 |
|
virtual uint32_t | indexOf (const TYPE &e) const =0 |
|
bool | contains (const TYPE &e) const override |
|
virtual uint32_t | size () const =0 |
|
bool | empty () const |
|
|
bool | indexOutOfBound (int64_t index) const |
|
int64_t | parseNegIndex (int64_t index) const |
|
◆ contains()
The documentation for this class was generated from the following file: