#include <sbCOMArray.h>
Definition at line 49 of file sbCOMArray.h.
sbCOMArray_base::sbCOMArray_base |
( |
| ) |
|
|
inlineprotected |
sbCOMArray_base::sbCOMArray_base |
( |
PRInt32 |
aCount | ) |
|
|
inlineprotected |
sbCOMArray_base::~sbCOMArray_base |
( |
| ) |
|
|
protected |
PRBool sbCOMArray_base::AppendObject |
( |
nsISupports * |
aObject | ) |
|
|
inlineprotected |
void sbCOMArray_base::Clear |
( |
void |
| ) |
|
|
protected |
PRInt32 sbCOMArray_base::Count |
( |
| ) |
const |
|
inline |
PRBool sbCOMArray_base::EnumerateBackwards |
( |
nsVoidArrayEnumFunc |
aFunc, |
|
|
void * |
aData |
|
) |
| |
|
inlineprotected |
PRBool sbCOMArray_base::EnumerateForwards |
( |
nsVoidArrayEnumFunc |
aFunc, |
|
|
void * |
aData |
|
) |
| |
|
inlineprotected |
PRInt32 sbCOMArray_base::IndexOf |
( |
nsISupports * |
aObject | ) |
const |
|
inlineprotected |
PRInt32 sbCOMArray_base::IndexOfObject |
( |
nsISupports * |
aObject | ) |
const |
|
protected |
PRBool sbCOMArray_base::InsertObjectAt |
( |
nsISupports * |
aObject, |
|
|
PRInt32 |
aIndex |
|
) |
| |
|
protected |
PRBool sbCOMArray_base::InsertObjectsAt |
( |
const sbCOMArray_base & |
aObjects, |
|
|
PRInt32 |
aIndex |
|
) |
| |
|
protected |
nsISupports* sbCOMArray_base::ObjectAt |
( |
PRInt32 |
aIndex | ) |
const |
|
inline |
nsISupports* sbCOMArray_base::operator[] |
( |
PRInt32 |
aIndex | ) |
const |
|
inline |
PRBool sbCOMArray_base::RemoveObject |
( |
nsISupports * |
aObject | ) |
|
|
protected |
PRBool sbCOMArray_base::RemoveObjectAt |
( |
PRInt32 |
aIndex | ) |
|
|
protected |
PRBool sbCOMArray_base::ReplaceObjectAt |
( |
nsISupports * |
aObject, |
|
|
PRInt32 |
aIndex |
|
) |
| |
|
protected |
nsISupports* sbCOMArray_base::SafeObjectAt |
( |
PRInt32 |
aIndex | ) |
const |
|
inline |
PRBool sbCOMArray_base::SetCapacity |
( |
PRUint32 |
aCapacity | ) |
|
|
inline |
void sbCOMArray_base::Sort |
( |
nsVoidArrayComparatorFunc |
aFunc, |
|
|
void * |
aData |
|
) |
| |
|
inlineprotected |
The documentation for this class was generated from the following files:
- /home/martin/dev/nightingale-hacking/components/moz/xpcom/src/sbCOMArray.h
- /home/martin/dev/nightingale-hacking/components/moz/xpcom/src/sbCOMArray.cpp