#include <nsTArray.h>
True if (a < b); false otherwise.
Reimplemented in txOwningArray< E >, nsAutoTArray< E, N >, nsTPtrArray< E >, nsAutoTPtrArray< E, N >, txOwningArray< txPattern >, txOwningArray< txNodeTest >, txOwningArray< Expr >, nsAutoTArray< nsIAddrDBListener *, N >, nsAutoTArray< nsTreeRows::Link, 8 >, nsAutoTArray< nsCOMPtr< nsIMsgSendListener >, N >, nsAutoTArray< nsAbManager::abListener, N >, nsAutoTArray< nsDisplayListBuilder::PresShellState, 8 >, nsAutoTArray< nsTextFrame *, 50 >, nsAutoTArray< nsIDocumentObserver *, N >, nsAutoTArray< imgRequestProxy *, N >, nsAutoTArray< XPCJSContextInfo, 16 >, nsAutoTArray< nsDisplayItem *, 100 >, nsAutoTArray< nsCOMPtr< nsIMsgSearchNotify >, N >, nsAutoTArray< unsigned short, 100 >, nsAutoTArray< tagGOFFSET, 2 *AVERAGE_ITEM_LENGTH >, nsAutoTArray< unsigned long long, AVERAGE_ITEM_LENGTH+1 >, nsAutoTArray< nsPermissionEntry, 1 >, nsAutoTArray< CharacterPosition, 80 >, nsAutoTArray< BuildTextRunsScanner::MappedFlow, 10 >, nsAutoTArray< gfxTextRun::GlyphRun, 1 >, nsAutoTArray< nsCOMPtr< nsIMsgComposeStateListener >, N >, nsAutoTArray< octet, 256 >, nsAutoTArray< nsIFolderListener *, N >, nsAutoTArray< nsCOMPtr< nsIDBChangeListener >, N >, nsAutoTArray< tag_SCRIPT_VISATTR, unsigned(ESTIMATE_MAX_GLYPHS(AVERAGE_ITEM_LENGTH))>, nsAutoTArray< nsLineBreaker::TextItem, 2 >, nsAutoTArray< T, N >, nsAutoTArray< nsMsgMailSession::folderListener, N >, nsAutoTArray< nsGlyphTable *, 16 >, nsAutoTArray< unsigned long long, unsigned(ESTIMATE_MAX_GLYPHS(AVERAGE_ITEM_LENGTH))>, nsAutoTArray< nsIFrame *, 100 >, nsAutoTArray< nsAutoPtr< BuildTextRunsScanner::BreakSink >, 10 >, nsAutoTArray< octet, 8 >, nsAutoTArray< unsigned, 2 *AVERAGE_ITEM_LENGTH >, nsAutoTArray< nsCOMPtr< nsICSSLoaderObserver >, N >, nsAutoTArray< gfxGlyphExtents *, 1 >, nsAutoTArray< nsListenerStruct, N >, nsTPtrArray< txPattern >, nsTPtrArray< PtrInfo >, nsTPtrArray< txNodeTest >, nsTPtrArray< txStripSpaceTest >, nsTPtrArray< Expr >, nsTPtrArray< nsTableRowGroupFrame >, nsTPtrArray< nsAttrValue::EnumTable >, and nsAutoTPtrArray< nsTableRowGroupFrame, 8 >.
| typedef nsTArrayElementTraits<E> nsTArray< E >::elem_traits |
| elem_type& nsTArray< E >::ElementAt | ( | index_type | i | ) | [inline] |
| const elem_type& nsTArray< E >::ElementAt | ( | index_type | i | ) | const [inline] |
| elem_type& nsTArray< E >::SafeElementAt | ( | index_type | i, | |
| elem_type & | def | |||
| ) | [inline] |
| const elem_type& nsTArray< E >::SafeElementAt | ( | index_type | i, | |
| const elem_type & | def | |||
| ) | const [inline] |
| elem_type& nsTArray< E >::operator[] | ( | index_type | i | ) | [inline] |
| const elem_type& nsTArray< E >::operator[] | ( | index_type | i | ) | const [inline] |
| PRBool nsTArray< E >::Contains | ( | const Item & | item, | |
| const Comparator & | comp | |||
| ) | const [inline] |
| PRBool nsTArray< E >::Contains | ( | const Item & | item | ) | const [inline] |
| index_type nsTArray< E >::IndexOf | ( | const Item & | item, | |
| index_type | start, | |||
| const Comparator & | comp | |||
| ) | const [inline] |
| index_type nsTArray< E >::IndexOf | ( | const Item & | item, | |
| index_type | start = 0 | |||
| ) | const [inline] |
| index_type nsTArray< E >::LastIndexOf | ( | const Item & | item, | |
| index_type | start, | |||
| const Comparator & | comp | |||
| ) | const [inline] |
| index_type nsTArray< E >::LastIndexOf | ( | const Item & | item, | |
| index_type | start = NoIndex | |||
| ) | const [inline] |
| index_type nsTArray< E >::BinaryIndexOf | ( | const Item & | item, | |
| const Comparator & | comp | |||
| ) | const [inline] |
| index_type nsTArray< E >::BinaryIndexOf | ( | const Item & | item | ) | const [inline] |
| elem_type* nsTArray< E >::ReplaceElementsAt | ( | index_type | start, | |
| size_type | count, | |||
| const Item * | array, | |||
| size_type | arrayLen | |||
| ) | [inline] |
| elem_type* nsTArray< E >::ReplaceElementsAt | ( | index_type | start, | |
| size_type | count, | |||
| const nsTArray< Item > & | array | |||
| ) | [inline] |
| elem_type* nsTArray< E >::ReplaceElementsAt | ( | index_type | start, | |
| size_type | count, | |||
| const Item & | item | |||
| ) | [inline] |
| elem_type* nsTArray< E >::InsertElementsAt | ( | index_type | index, | |
| const Item * | array, | |||
| size_type | arrayLen | |||
| ) | [inline] |
| elem_type* nsTArray< E >::InsertElementsAt | ( | index_type | index, | |
| const nsTArray< Item > & | array | |||
| ) | [inline] |
| elem_type* nsTArray< E >::InsertElementAt | ( | index_type | index, | |
| const Item & | item | |||
| ) | [inline] |
| elem_type* nsTArray< E >::InsertElementAt | ( | index_type | index | ) | [inline] |
| elem_type* nsTArray< E >::AppendElements | ( | const Item * | array, | |
| size_type | arrayLen | |||
| ) | [inline] |
| elem_type* nsTArray< E >::AppendElements | ( | const nsTArray< Item > & | array | ) | [inline] |
| elem_type* nsTArray< E >::AppendElement | ( | const Item & | item | ) | [inline] |
| void nsTArray< E >::RemoveElementsAt | ( | index_type | start, | |
| size_type | count | |||
| ) | [inline] |
| void nsTArray< E >::RemoveElementAt | ( | index_type | index | ) | [inline] |
| void nsTArray< E >::Clear | ( | ) | [inline] |
| PRBool nsTArray< E >::RemoveElement | ( | const Item & | item, | |
| const Comparator & | comp | |||
| ) | [inline] |
| PRBool nsTArray< E >::RemoveElement | ( | const Item & | item | ) | [inline] |
| elem_type* nsTArray< E >::InsertElementsAt | ( | index_type | index, | |
| size_type | count | |||
| ) | [inline] |
| elem_type* nsTArray< E >::InsertElementsAt | ( | index_type | index, | |
| size_type | count, | |||
| const Item & | item | |||
| ) | [inline] |
| void nsTArray< E >::Compact | ( | ) | [inline] |
| void nsTArray< E >::Sort | ( | const Comparator & | comp | ) | [inline] |
| void nsTArray< E >::Sort | ( | ) | [inline] |
| void nsTArray< E >::DestructRange | ( | index_type | start, | |
| size_type | count | |||
| ) | [inline, protected] |
| void nsTArray< E >::AssignRange | ( | index_type | start, | |
| size_type | count, | |||
| const Item * | values | |||
| ) | [inline, protected] |
1.5.6