![]() |
Audacity 3.2.0
|
Extend wxArrayString with move operations and construction and insertion fromstd::initializer_list. More...
#include <wxArrayStringEx.h>
Public Member Functions | |
| wxArrayStringEx ()=default | |
| template<typename Iterator > | |
| wxArrayStringEx (Iterator start, Iterator finish) | |
| template<typename T > | |
| wxArrayStringEx (std::initializer_list< T > items) | |
| wxArrayStringEx (wxArrayString &&other) | |
| The move operations can take arguments of the base class wxArrayString. More... | |
| wxArrayStringEx & | operator= (wxArrayString &&other) |
| The move operations can take arguments of the base class wxArrayString. More... | |
| template<typename T > | |
| iterator | insert (const_iterator pos, std::initializer_list< T > items) |
Extend wxArrayString with move operations and construction and insertion fromstd::initializer_list.
Definition at line 17 of file wxArrayStringEx.h.
|
default |
|
inline |
Definition at line 24 of file wxArrayStringEx.h.
|
inline |
Definition at line 32 of file wxArrayStringEx.h.
References size.
|
inline |
The move operations can take arguments of the base class wxArrayString.
Definition at line 40 of file wxArrayStringEx.h.
References anonymous_namespace{NoteTrack.cpp}::swap().
|
inline |
Definition at line 58 of file wxArrayStringEx.h.
References details::begin().
Referenced by FileHistory::AddFileToHistory(), Importer::GetFileTypes(), and GUIPrefs::Populate().
|
inline |
The move operations can take arguments of the base class wxArrayString.
Definition at line 46 of file wxArrayStringEx.h.
References anonymous_namespace{NoteTrack.cpp}::swap().