Public Member Functions | |
| NebularGlobals () | |
| virtual void | synchronize (Common::Serializer &s) |
Public Member Functions inherited from MADS::Globals | |
| void | reset () |
Public Member Functions inherited from MADS::SynchronizedList | |
| void | synchronize (Common::Serializer &s) |
Public Member Functions inherited from Common::Array< int > | |
| Array (size_type count) | |
| Array (size_type count, const int &value) | |
| Array (const Array< int > &array) | |
| Array (Array< int > &&old) | |
| Array (std::initializer_list< int > list) | |
| Array (const T2 *array, size_type n) | |
| void | emplace (const_iterator pos, TArgs &&... args) |
| void | emplace_back (TArgs &&...args) |
| void | push_back (const int &element) |
| void | push_back (int &&element) |
| void | push_back (const Array< int > &array) |
| void | pop_back () |
| const int * | data () const |
| int * | data () |
| int & | front () |
| const int & | front () const |
| int & | back () |
| const int & | back () const |
| void | insert_at (size_type idx, const int &element) |
| void | insert_at (size_type idx, const Array< int > &array) |
| void | insert (iterator pos, const int &element) |
| int | remove_at (size_type idx) |
| int & | operator[] (size_type idx) |
| const int & | operator[] (size_type idx) const |
| Array< int > & | operator= (const Array< int > &array) |
| Array & | operator= (Array< int > &&old) |
| size_type | size () const |
| void | clear () |
| iterator | erase (iterator pos) |
| iterator | erase (iterator first, iterator last) |
| bool | empty () const |
| bool | operator== (const Array< int > &other) const |
| bool | operator!= (const Array< int > &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 int value) |
| void | assign (const_iterator first, const_iterator last) |
| void | swap (Array &arr) |
Public Attributes | |
| SynchronizedList | _spriteIndexes |
| SynchronizedList | _sequenceIndexes |
| int | _timebombClock |
| int | _timebombTimer |
Additional Inherited Members | |
Public Types inherited from Common::Array< int > | |
| typedef int * | iterator |
| typedef const int * | const_iterator |
| typedef int | value_type |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
| typedef uint | size_type |
Protected Member Functions inherited from Common::Array< int > | |
| void | allocCapacity (size_type capacity) |
| void | freeStorage (int *storage, const size_type elements) |
| iterator | insert_aux (iterator pos, const_iterator first, const_iterator last) |
Static Protected Member Functions inherited from Common::Array< int > | |
| static size_type | roundUpCapacity (size_type capacity) |
Protected Attributes inherited from Common::Array< int > | |
| size_type | _capacity |
| size_type | _size |
| int * | _storage |
| MADS::Nebular::NebularGlobals::NebularGlobals | ( | ) |
Constructor
|
virtual |
Synchronize the globals data