|
| virtual bool | CommonKind (bool bTopLevel, OUT CRhRdkContent::Kinds &kind) const |
| |
| virtual bool | ContentKindDescription (OUT ON_wString &sDescOut) const |
| |
| bool | ContentNameList (bool bAbbreviate, OUT ON_wString &sNames) const |
| |
| virtual int | CountVisible (void) const |
| |
| void | Dump (const CRhRdkContent::DumpContext &dc, unsigned int gds_flags) const |
| |
| virtual void * | EVF (const wchar_t *wszFunc, void *pvData) |
| |
| bool | Explode (void) |
| |
| bool | ExplodeFirst (void) |
| |
| virtual bool | MakeUndoString (const ON_wString &sIn, ON_wString &sOut) const |
| |
| bool | operator!= (const CRhRdkContentArray &a) |
| |
| bool | operator== (const CRhRdkContentArray &a) |
| |
| void | SetIsCombineable (bool) |
| |
| | ON_SimpleArray () ON_NOEXCEPT |
| | construction //////////////////////////////////////////////////////// More...
|
| |
| | ON_SimpleArray (const ON_SimpleArray< const CRhRdkContent * > &) |
| | Copy constructor. More...
|
| |
| | ON_SimpleArray (size_t) |
| | size_t parameter = initial capacity More...
|
| |
| virtual | ~ON_SimpleArray () |
| |
| void | Append (const const CRhRdkContent * &) |
| |
| void | Append (int, const const CRhRdkContent * *) |
| | Append copy of an array T[count]. More...
|
| |
| const CRhRdkContent * & | AppendNew () |
| | array operations //////////////////////////////////////////////////// More...
|
| |
| const CRhRdkContent * * | Array () |
| | The Array() function return the. More...
|
| |
| const const CRhRdkContent * * | Array () const |
| | m_a pointer value. More...
|
| |
| const CRhRdkContent * * | At (int) |
| | At(index) returns nullptr if index < 0 or index >= count. More...
|
| |
| const const CRhRdkContent * * | At (int) const |
| |
| const CRhRdkContent * * | At (ON__INT64) |
| |
| const const CRhRdkContent * * | At (ON__INT64) const |
| |
| const CRhRdkContent * * | At (ON__UINT64) |
| |
| const const CRhRdkContent * * | At (ON__UINT64) const |
| |
| const CRhRdkContent * * | At (unsigned int) |
| |
| const const CRhRdkContent * * | At (unsigned int) const |
| |
| int | BinarySearch (const const CRhRdkContent * *, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *)) const |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| int | BinarySearch (const const CRhRdkContent * *, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *), int) const |
| |
| const const CRhRdkContent * * | BinarySearchPtr (const const CRhRdkContent * *, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *)) const |
| |
| const const CRhRdkContent * * | BinarySearchPtr (const const CRhRdkContent * *, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *), int) const |
| |
| int | Capacity () const |
| | capacity of array More...
|
| |
| int | Count () const |
| | query /////////////////////////////////////////////////////////////// More...
|
| |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| void | Destroy () |
| | onfree any memory and set count and capacity to zero More...
|
| |
| void | EmergencyDestroy (void) |
| | emergency bailout /////////////////////////////////////////////////// More...
|
| |
| void | Empty () |
| | Sets count to 0, leaves capacity untouched. More...
|
| |
| const CRhRdkContent * * | First () |
| |
| const const CRhRdkContent * * | First () const |
| | returns nullptr if count = 0 More...
|
| |
| bool | HeapSort (int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *)) |
| |
| void | Insert (int, const const CRhRdkContent * &) |
| |
| int | InsertInSortedList (const const CRhRdkContent * &, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *)) |
| |
| int | InsertInSortedList (const const CRhRdkContent * &, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *), int) |
| |
| const CRhRdkContent * * | KeepArray () |
| |
| const CRhRdkContent * * | Last () |
| |
| const const CRhRdkContent * * | Last () const |
| | returns nullptr if count = 0 More...
|
| |
| void | MemSet (unsigned char) |
| |
| int | NewCapacity () const |
| |
| | operator const const CRhRdkContent * * () const |
| |
| | operator const CRhRdkContent ** () |
| | The cast operators return a pointer. More...
|
| |
| bool | operator!= (const ON_SimpleArray< const CRhRdkContent * > &other) const=delete |
| |
| ON_SimpleArray< const CRhRdkContent * > & | operator= (const ON_SimpleArray< const CRhRdkContent * > &) |
| |
| bool | operator== (const ON_SimpleArray< const CRhRdkContent * > &other) const=delete |
| |
| const CRhRdkContent * & | operator[] (int) |
| |
| const const CRhRdkContent * & | operator[] (int) const |
| |
| const CRhRdkContent * & | operator[] (ON__INT64) |
| |
| const const CRhRdkContent * & | operator[] (ON__INT64) const |
| |
| const CRhRdkContent * & | operator[] (ON__UINT64) |
| |
| const const CRhRdkContent * & | operator[] (ON__UINT64) const |
| |
| const CRhRdkContent * & | operator[] (unsigned int) |
| |
| const const CRhRdkContent * & | operator[] (unsigned int) const |
| |
| bool | Permute (const int *) |
| |
| void | Prepend (int, const const CRhRdkContent * *) |
| | Prepend copy of an array T[count]. More...
|
| |
| bool | QuickSort (int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *)) |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| bool | QuickSortAndRemoveDuplicates (int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *)) |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| virtual const CRhRdkContent * * | Realloc (const CRhRdkContent * *, int) |
| | low level memory management ////////////////////////////////////////// More...
|
| |
| void | Remove () |
| |
| virtual void | Remove (int) |
| |
| void | RemoveIf (bool(*predicate)(const const CRhRdkContent * &key)) |
| |
| void | RemoveValue (const const CRhRdkContent * &) |
| |
| const CRhRdkContent * * | Reserve (size_t) |
| | memory management //////////////////////////////////////////////////// More...
|
| |
| void | Reverse () |
| | reverse order More...
|
| |
| int | Search (const const CRhRdkContent * &) const |
| |
| int | Search (const const CRhRdkContent * *, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *)) const |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| void | SetArray (const CRhRdkContent * *) |
| |
| void | SetArray (const CRhRdkContent * *, int, int) |
| |
| const CRhRdkContent * * | SetCapacity (size_t) |
| |
| void | SetCount (int) |
| | low level memory management ////////////////////////////////////////// More...
|
| |
| void | SetRange (int from, int count, const CRhRdkContent *) |
| |
| void | Shrink () |
| | remove unused capacity More...
|
| |
| unsigned int | SizeOfArray () const |
| | amount of memory in the m_a[] array More...
|
| |
| unsigned int | SizeOfElement () const |
| | amount of memory in an m_a[] array element More...
|
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *)) const |
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const const CRhRdkContent * *, const const CRhRdkContent * *, void *), void *) const |
| |
| void | Swap (int, int) |
| | swap elements i and j More...
|
| |
| unsigned int | UnsignedCount () const |
| |
| void | Zero () |
| |
Encapsulates a collection of pointers to contents and provides some useful functions that can be performed on them.