|
| void | getAll (TypeSet< Line2DInterSection::Point > &) const |
| |
| const Line2DInterSection * | getByGeomID (Pos::GeomID) const |
| |
| | ObjectSet () |
| |
| | ObjectSet (const ObjectSet &) |
| |
| | ObjectSet (Line2DInterSection *) |
| |
| | ObjectSet (Line2DInterSection *, Line2DInterSection *) |
| |
| | ObjectSet (Line2DInterSection *, Line2DInterSection *, Line2DInterSection *) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (Line2DInterSection *t) |
| |
| bool | addIfNew (Line2DInterSection *) |
| |
| void | allowNull (bool yn=true) |
| |
| virtual void | append (const ObjectSet &) |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| virtual ObjectSet * | clone () const |
| |
| virtual void | copy (const ObjectSet &) |
| |
| bool | empty () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| virtual void | erase () |
| |
| Line2DInterSection * | first () |
| |
| const Line2DInterSection * | first () const |
| |
| virtual Line2DInterSection * | get (const Line2DInterSection *) const |
| | check & unconst More...
|
| |
| virtual Line2DInterSection * | get (idx_type) |
| |
| virtual const Line2DInterSection * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const Line2DInterSection *) const |
| |
| virtual void | insertAfter (Line2DInterSection *newptr, idx_type) |
| |
| virtual void | insertAt (Line2DInterSection *newptr, idx_type) |
| |
| virtual bool | isManaged () const |
| |
| virtual bool | isPresent (const Line2DInterSection *) const |
| |
| Line2DInterSection * | last () |
| |
| const Line2DInterSection * | last () const |
| |
| size_type | max_size () const |
| |
| virtual int64_t | nrItems () const |
| |
| bool | nullAllowed () const |
| |
| bool | operator!= (const ObjectSet &oth) const |
| |
| ObjectSet & | operator+= (Line2DInterSection *t) |
| |
| virtual ObjectSet & | operator-= (Line2DInterSection *) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const Line2DInterSection * | operator[] (const Line2DInterSection *t) const |
| |
| Line2DInterSection * | operator[] (idx_type i) |
| |
| const Line2DInterSection * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| virtual Line2DInterSection * | pop () |
| |
| void | push (Line2DInterSection *t) |
| |
| virtual void | removeRange (idx_type from, idx_type to) |
| |
| virtual Line2DInterSection * | removeSingle (idx_type, bool keep_order=true) |
| |
| virtual Line2DInterSection * | replace (idx_type, Line2DInterSection *) |
| |
| virtual void | reverse () |
| |
| void | setNullAllowed (bool yn=true) |
| |
| size_type | size () const |
| |
| void | swap (idx_type, idx_type) |
| |
| void | swap (ObjectSet &oth) |
| |
| virtual void | swapItems (int64_t i1, int64_t i2) |
| |
| void | useIndexes (const idx_type *) |
| |
| virtual bool | validIdx (int64_t) const |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |