Wwise SDK 2022.1.9
_source_control_containers_8h_source
Version
menu_open
link
Wwise SDK 2022.1.9
|
SourceControlContainers.h
Go to the documentation of this file.
28 /// \brief Wwise source control containers interface that is used to pass data containers (list and map) in parameters.
50 /// - Arg_Type: Type used to reference objects stored in the list. Can be a reference. By default, this is a reference to the type.
56 /// \aknote The class implementing this interface is a wrapper around the MFC \b CList class. Documentation can be found on MSDN.
virtual void Reserve(size_t in_capacity)
Definition: SourceControlContainers.h:62
virtual void GetNextAssoc(AkPos &in_rNextPosition, Key &in_rKey, Value &in_rValue) const =0
virtual Type & GetPrev(AkPos &in_rPosition)=0
virtual AkPos GetStartPosition() const =0
virtual AkPos InsertAfter(AkPos in_position, Arg_Type in_newElement)=0
unsigned int GetCount() const
Definition: SourceControlContainers.h:130
virtual const Type & GetAt(unsigned int in_index) const =0
virtual void SetAt(AkPos in_pos, Arg_Type in_newElement)=0
virtual Type & GetNext(AkPos &in_rPosition)=0
virtual void RemoveTail()=0
virtual AkPos GetTailPosition() const =0
virtual void AddTail(Arg_Type in_newElement)=0
virtual const Type & GetAt(AkPos in_position) const =0
virtual AkPos InsertBefore(AkPos in_position, Arg_Type in_newElement)=0
virtual unsigned int GetSize() const =0
virtual const Type & GetNext(AkPos &in_rPosition) const =0
virtual Type & GetAt(AkPos in_position)=0
virtual const Type & GetHead() const =0
virtual void SetAt(Arg_Key in_key, Arg_Value in_newValue)=0
virtual Type & GetHead()=0
virtual Value & operator[](Arg_Key in_key)=0
Container position.
Definition: SourceControlContainers.h:43
virtual bool IsEmpty() const =0
virtual unsigned int GetSize() const =0
virtual void AddHead(Arg_Type in_newElement)=0
virtual void RemoveAt(AkPos in_position)=0
virtual Type & GetTail()=0
virtual Type & GetAt(unsigned int in_index)=0
virtual bool IsEmpty() const =0
virtual const Type & GetTail() const =0
virtual void RemoveHead()=0
virtual const Type & GetPrev(AkPos &in_rPosition) const =0
virtual void RemoveAll()=0
unsigned int GetCount() const
Definition: SourceControlContainers.h:64
virtual bool Lookup(Arg_Key in_key, Value &in_rValue) const =0
virtual bool RemoveKey(Arg_Key in_key)=0
virtual void RemoveAll()=0
virtual AkPos GetHeadPosition() const =0
Was this page helpful?
Need Support?
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageTell us about your project. We're here to help.
Register your project and we'll help you get started with no strings attached!
Get started with Wwise