|
| void | addRequirement (const AcUniqueString *) |
| |
| bool | supports (const AcGiKernelDescriptor &) const |
| |
| bool | supports (const AcUniqueString *) const |
| |
| const AcUniqueString * & | at (int index) |
| |
| const AcUniqueString * const & | at (int index) const |
| |
| const AcUniqueString * & | first (void) |
| |
| const AcUniqueString * const & | first (void) const |
| |
| const AcUniqueString * * | begin (void) |
| |
| const const AcUniqueString * * | begin (void) const |
| |
| const AcUniqueString * * | end (void) |
| |
| const const AcUniqueString * * | end (void) const |
| |
| const AcUniqueString * & | last (void) |
| |
| const AcUniqueString * const & | last (void) const |
| |
| const AcUniqueString * & | operator[] (int index) |
| |
| const AcUniqueString * const & | operator[] (int index) const |
| |
| const AcUniqueString * * | asArrayPtr (void) |
| |
| const AcUniqueString * const * | asArrayPtr (void) const |
| |
| | AcArray (AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > const &source) |
| |
| | AcArray () |
| |
| | AcArray (int physicalLength) |
| |
| | AcArray (int physicalLength, int growLength) |
| |
| | ~AcArray (void) |
| |
| bool | contains (const AcUniqueString * const &value, int start=0) const |
| |
| bool | find (const AcUniqueString * const &value, int &index, int start=0) const |
| |
| int | find (const AcUniqueString * const &value) const |
| |
| bool | isEmpty (void) const |
| |
| bool | operator== (AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > const &array) const |
| |
| bool | remove (const AcUniqueString * const &value, int start=0) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | append (AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > const &array) |
| |
| int | append (const AcUniqueString * const &value) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | insertAt (int index, const AcUniqueString * const &value) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | operator= (AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > const &array) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | removeAll (void) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | removeAt (int index) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | removeFirst (void) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | removeLast (void) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | removeSubArray (int start, int end) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | reverse (void) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | setAll (const AcUniqueString * const &value) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | setAt (int index, const AcUniqueString * const &value) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | setGrowLength (int growLength) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | setLogicalLength (int logicalLength) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | setPhysicalLength (int physicalLength) |
| |
| AcArray< const AcUniqueString *, class AcArrayMemCopyReallocator< const AcUniqueString * > > & | swap (int first, int second) |
| |
| int | findFrom (const AcUniqueString * const &value, int start) const |
| |
| int | growLength (void) const |
| |
| int | length (void) const |
| |
| int | logicalLength (void) const |
| |
| int | physicalLength (void) const |
| |
Definition at line 23 of file AcGiKernelDescriptor.h.