Public Member Functions | |
RandomActionSet * | getRoom (uint16 roomNumber) |
void | saveToStream (Common::WriteStream *stream) const |
void | loadFromStream (Common::ReadStream *stream) |
![]() | |
constexpr | List () |
List (const List< Common::SharedPtr< RandomActionSet > > &list) | |
iterator | emplace (iterator pos, TArgs &&...args) |
iterator | insert (iterator pos, const Common::SharedPtr< RandomActionSet > &element) |
iterator | insert (iterator pos, Common::SharedPtr< RandomActionSet > &&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 Common::SharedPtr< RandomActionSet > &val) |
void | emplace_front (TArgs &&...args) |
void | push_front (const Common::SharedPtr< RandomActionSet > &element) |
void | push_front (Common::SharedPtr< RandomActionSet > &&element) |
void | emplace_back (TArgs &&...args) |
void | push_back (const Common::SharedPtr< RandomActionSet > &element) |
void | push_back (Common::SharedPtr< RandomActionSet > &&element) |
void | pop_front () |
void | pop_back () |
Common::SharedPtr< RandomActionSet > & | front () |
const Common::SharedPtr< RandomActionSet > & | front () const |
Common::SharedPtr< RandomActionSet > & | back () |
const Common::SharedPtr< RandomActionSet > & | back () const |
List< Common::SharedPtr< RandomActionSet > > & | operator= (const List< Common::SharedPtr< RandomActionSet > > &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 | |
![]() | |
typedef ListInternal::Iterator< Common::SharedPtr< RandomActionSet > > | iterator |
typedef ListInternal::ConstIterator< Common::SharedPtr< RandomActionSet > > | const_iterator |
typedef Common::SharedPtr< RandomActionSet > | value_type |
typedef uint | size_type |
![]() | |
typedef ListInternal::NodeBase | NodeBase |
typedef ListInternal::Node< Common::SharedPtr< RandomActionSet > > | Node |
![]() | |
void | emplace (NodeBase *pos, TArgs &&... args) |
void | insert (NodeBase *pos, const Common::SharedPtr< RandomActionSet > &element) |
void | insert (NodeBase *pos, Common::SharedPtr< RandomActionSet > &&element) |
NodeBase | erase (NodeBase *pos) |
![]() | |
NodeBase | _anchor |