Public Member Functions | |
HotspotActionList (uint16 id, byte *data) | |
uint16 | getActionOffset (Action action) |
Public Member Functions inherited from Common::List< Common::SharedPtr< HotspotActionData > > | |
constexpr | List () |
List (const List< Common::SharedPtr< HotspotActionData > > &list) | |
iterator | insert (iterator pos, const Common::SharedPtr< HotspotActionData > &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< HotspotActionData > &val) |
void | push_front (const Common::SharedPtr< HotspotActionData > &element) |
void | push_back (const Common::SharedPtr< HotspotActionData > &element) |
void | pop_front () |
void | pop_back () |
Common::SharedPtr< HotspotActionData > & | front () |
const Common::SharedPtr< HotspotActionData > & | front () const |
Common::SharedPtr< HotspotActionData > & | back () |
const Common::SharedPtr< HotspotActionData > & | back () const |
List< Common::SharedPtr< HotspotActionData > > & | operator= (const List< Common::SharedPtr< HotspotActionData > > &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 |
Public Attributes | |
uint16 | recordId |
Additional Inherited Members | |
Public Types inherited from Common::List< Common::SharedPtr< HotspotActionData > > | |
typedef ListInternal::Iterator< Common::SharedPtr< HotspotActionData > > | iterator |
typedef ListInternal::ConstIterator< Common::SharedPtr< HotspotActionData > > | const_iterator |
typedef Common::SharedPtr< HotspotActionData > | value_type |
typedef uint | size_type |
Protected Types inherited from Common::List< Common::SharedPtr< HotspotActionData > > | |
typedef ListInternal::NodeBase | NodeBase |
typedef ListInternal::Node< Common::SharedPtr< HotspotActionData > > | Node |
Protected Member Functions inherited from Common::List< Common::SharedPtr< HotspotActionData > > | |
void | insert (NodeBase *pos, const Common::SharedPtr< HotspotActionData > &element) |
NodeBase | erase (NodeBase *pos) |
Protected Attributes inherited from Common::List< Common::SharedPtr< HotspotActionData > > | |
NodeBase | _anchor |