Public Member Functions | |
void | load (int sceneNum) |
int | indexOf (const Common::Point &pt) |
Public Member Functions inherited from Common::List< Region > | |
constexpr | List () |
List (const List< Region > &list) | |
iterator | insert (iterator pos, const Region &element) |
void | insert (iterator pos, iterator2 first, iterator2 last) |
iterator | erase (iterator pos) |
iterator | erase (iterator first, iterator last) |
iterator | reverse_erase (iterator pos) |
void | remove (const Region &val) |
void | push_front (const Region &element) |
void | push_back (const Region &element) |
void | pop_front () |
void | pop_back () |
Region & | front () |
const Region & | front () const |
Region & | back () |
const Region & | back () const |
List< Region > & | operator= (const List< Region > &list) |
size_type | size () const |
void | clear () |
bool | empty () const |
iterator | begin () |
const_iterator | begin () const |
iterator | reverse_begin () |
const_iterator | reverse_begin () const |
iterator | end () |
const_iterator | end () const |
Additional Inherited Members | |
Public Types inherited from Common::List< Region > | |
typedef ListInternal::Iterator< Region > | iterator |
typedef ListInternal::ConstIterator< Region > | const_iterator |
typedef Region | value_type |
typedef uint | size_type |
Protected Types inherited from Common::List< Region > | |
typedef ListInternal::NodeBase | NodeBase |
typedef ListInternal::Node< Region > | Node |
Protected Member Functions inherited from Common::List< Region > | |
void | insert (NodeBase *pos, const Region &element) |
NodeBase | erase (NodeBase *pos) |
Protected Attributes inherited from Common::List< Region > | |
NodeBase | _anchor |