|
|
| Hotspots (MADSEngine *vm) |
| |
| void | activate (int vocabId, bool active) |
| |
| void | activateAtPos (int vocabId, bool active, Common::Point pos) |
| |
| | Array (size_type count) |
| |
| | Array (size_type count, const Hotspot &value) |
| |
| | Array (const Array< Hotspot > &array) |
| |
| | Array (Array< Hotspot > &&old) |
| |
| | Array (std::initializer_list< Hotspot > list) |
| |
| | Array (const T2 *array, size_type n) |
| |
| void | emplace (const_iterator pos, TArgs &&... args) |
| |
| void | emplace_back (TArgs &&...args) |
| |
| void | push_back (const Hotspot &element) |
| |
| void | push_back (Hotspot &&element) |
| |
| void | push_back (const Array< Hotspot > &array) |
| |
| void | pop_back () |
| |
| const Hotspot * | data () const |
| |
| Hotspot * | data () |
| |
| Hotspot & | front () |
| |
| const Hotspot & | front () const |
| |
| Hotspot & | back () |
| |
| const Hotspot & | back () const |
| |
| void | insert_at (size_type idx, const Hotspot &element) |
| |
| void | insert_at (size_type idx, const Array< Hotspot > &array) |
| |
| void | insert (iterator pos, const Hotspot &element) |
| |
| Hotspot | remove_at (size_type idx) |
| |
| Hotspot & | operator[] (size_type idx) |
| |
| const Hotspot & | operator[] (size_type idx) const |
| |
| Array< Hotspot > & | operator= (const Array< Hotspot > &array) |
| |
| Array & | operator= (Array< Hotspot > &&old) |
| |
| size_type | size () const |
| |
| void | clear () |
| |
| iterator | erase (iterator pos) |
| |
| iterator | erase (iterator first, iterator last) |
| |
| bool | empty () const |
| |
| bool | operator== (const Array< Hotspot > &other) const |
| |
| bool | operator!= (const Array< Hotspot > &other) const |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| void | reserve (size_type newCapacity) |
| |
| void | resize (size_type newSize) |
| |
| void | resize (size_type newSize, const Hotspot value) |
| |
| void | assign (const_iterator first, const_iterator last) |
| |
|
void | swap (Array &arr) |
| |