![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
| add(ObjectType const &item) | ObjectArray< ObjectType > | [inline] |
| add(ObjectArray< ObjectType > const &other) | ObjectArray< ObjectType > | [inline] |
| areAllEqual() const | ObjectArray< ObjectType > | [inline] |
| at(const int index) | ObjectArray< ObjectType > | [inline] |
| at(const int index) const | ObjectArray< ObjectType > | [inline] |
| at(ObjectArray< int > const &indices) const | ObjectArray< ObjectType > | [inline] |
| atUnchecked(ObjectArray< int > const &indices) const | ObjectArray< ObjectType > | [inline] |
| atUnchecked(const int index) | ObjectArray< ObjectType > | [inline] |
| atUnchecked(const int index) const | ObjectArray< ObjectType > | [inline] |
| choose() | ObjectArray< ObjectType > | [inline] |
| choose() const | ObjectArray< ObjectType > | [inline] |
| clear() | ObjectArray< ObjectType > | [inline] |
| collect(ObjectArray< CollectionType > const &collection) | ObjectArray< ObjectType > | [inline, static] |
| contains(ObjectType const &itemToSearchFor) const | ObjectArray< ObjectType > | [inline] |
| contains(ObjectArray< ObjectType > const &itemsToSearchFor) const | ObjectArray< ObjectType > | [inline] |
| copy() const | ObjectArray< ObjectType > | [inline] |
| deinterleave(const int numGroups) const | ObjectArray< ObjectType > | [inline] |
| emptyWithAllocatedSize(const int size) | ObjectArray< ObjectType > | [inline, static] |
| first() | ObjectArray< ObjectType > | [inline] |
| first() const | ObjectArray< ObjectType > | [inline] |
| from(const int startIndex) const | ObjectArray< ObjectType > | [inline] |
| fromWeak(Weak const &weak) | ObjectArray< ObjectType > | [inline, static] |
| getArray() | ObjectArray< ObjectType > | [inline] |
| getArray() const | ObjectArray< ObjectType > | [inline] |
| group(const int groupSize) const | ObjectArray< ObjectType > | [inline] |
| indexOf(ObjectType const &itemToSearchFor, const int startIndex=0) const | ObjectArray< ObjectType > | [inline] |
| indexOf(ObjectArray< ObjectType > const &itemsToSearchFor, const int startIndex=0) const | ObjectArray< ObjectType > | [inline] |
| indexOfAny(ObjectArray< ObjectType > const &itemsToSearchFor, const int startIndex=0) const | ObjectArray< ObjectType > | [inline] |
| isNullTerminated() const | ObjectArray< ObjectType > | [inline] |
| last() | ObjectArray< ObjectType > | [inline] |
| last() const | ObjectArray< ObjectType > | [inline] |
| length() const | ObjectArray< ObjectType > | [inline] |
| memorySize() const | ObjectArray< ObjectType > | [inline] |
| ObjectArray() | ObjectArray< ObjectType > | [inline] |
| ObjectArray(const int size, const bool needsNullTermination) | ObjectArray< ObjectType > | [inline] |
| ObjectArray(const int size, ObjectType *dataToUse, const bool needsNullTermination=false, const bool shouldTakeOwnership=false) | ObjectArray< ObjectType > | [inline] |
| ObjectArray(ObjectArray const ©) | ObjectArray< ObjectType > | [inline] |
| ObjectArray(ObjectArray< CopyType > const ©) | ObjectArray< ObjectType > | [inline] |
| ObjectArray(ObjectType const &single) | ObjectArray< ObjectType > | [inline] |
| ObjectArray(ObjectArray< ObjectType > const &array0, ObjectArray< ObjectType > const &array1) | ObjectArray< ObjectType > | [inline] |
| operator const ObjectType *() const | ObjectArray< ObjectType > | [inline] |
| operator ObjectType *() | ObjectArray< ObjectType > | [inline] |
| operator!=(ObjectArray< ObjectType > const &other) const | ObjectArray< ObjectType > | [inline] |
| operator!=(const ObjectType *otherArray) const | ObjectArray< ObjectType > | [inline] |
| operator=(ObjectArray const &other) | ObjectArray< ObjectType > | [inline] |
| operator==(ObjectArray< ObjectType > const &other) const | ObjectArray< ObjectType > | [inline] |
| operator==(const ObjectType *otherArray) const | ObjectArray< ObjectType > | [inline] |
| operator[](const int index) | ObjectArray< ObjectType > | [inline] |
| operator[](const int index) const | ObjectArray< ObjectType > | [inline] |
| put(const int index, ObjectType const &item) | ObjectArray< ObjectType > | [inline] |
| range(const int startIndex) const | ObjectArray< ObjectType > | [inline] |
| range(const int startIndex, const int endIndex) const | ObjectArray< ObjectType > | [inline] |
| referTo(const int size, ObjectType *dataToUse, const bool needsNullTermination=false) | ObjectArray< ObjectType > | [inline] |
| remove(const int index) | ObjectArray< ObjectType > | [inline] |
| removeItem(const ObjectType item) | ObjectArray< ObjectType > | [inline] |
| removeItems(ObjectArray< ObjectType > const &items) | ObjectArray< ObjectType > | [inline] |
| replace(ObjectArray< ObjectType > const &find, ObjectArray< ObjectType > const &substitute) const | ObjectArray< ObjectType > | [inline] |
| setNullTerminated(const bool state) | ObjectArray< ObjectType > | [inline] |
| setSize(const int newSize, const bool keepContents) | ObjectArray< ObjectType > | [inline] |
| size() const | ObjectArray< ObjectType > | [inline] |
| sizeAllocated() const | ObjectArray< ObjectType > | [inline] |
| split(ObjectArray< ObjectType > delimiters) const | ObjectArray< ObjectType > | [inline] |
| splitSequence(ObjectArray< ObjectType > delimitingSequence) const | ObjectArray< ObjectType > | [inline] |
| to(const int endIndex) const | ObjectArray< ObjectType > | [inline] |
| wchoose(ObjectArray< WeightType > const &weights) | ObjectArray< ObjectType > | [inline] |
| wchoose(ObjectArray< WeightType > const &weights) const | ObjectArray< ObjectType > | [inline] |
| withSize(const int size) | ObjectArray< ObjectType > | [inline, static] |
| wrapAt(const int index) | ObjectArray< ObjectType > | [inline] |
| wrapAt(const int index) const | ObjectArray< ObjectType > | [inline] |
1.7.4