#include <DeprecatedArray.h>
Public Member Functions | |
| DeprecatedArray () | |
| DeprecatedArray (int i) | |
| bool | isEmpty () |
| T & | at (unsigned u) |
| const T & | at (unsigned u) const |
| T * | data () |
| const T * | data () const |
| unsigned | size () const |
| unsigned | count () const |
| bool | resize (unsigned size) |
| DeprecatedArray< T > & | duplicate (const DeprecatedArray< T > &a) |
| DeprecatedArray< T > & | duplicate (const T *data, int size) |
| void | detach () |
| bool | fill (const T &item, int size=-1) |
| DeprecatedArray< T > & | assign (const DeprecatedArray< T > &a) |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
| bool | operator== (const DeprecatedArray< T > &a) const |
| bool | operator!= (const DeprecatedArray< T > &a) const |
| operator const T * () const | |
| WebCore::DeprecatedArray< T >::DeprecatedArray | ( | ) | [inline] |
| WebCore::DeprecatedArray< T >::DeprecatedArray | ( | int | i | ) | [inline] |
| bool WebCore::DeprecatedArray< T >::isEmpty | ( | ) | [inline] |
| T& WebCore::DeprecatedArray< T >::at | ( | unsigned | u | ) | [inline] |
| const T& WebCore::DeprecatedArray< T >::at | ( | unsigned | u | ) | const [inline] |
| T* WebCore::DeprecatedArray< T >::data | ( | ) | [inline] |
| const T* WebCore::DeprecatedArray< T >::data | ( | ) | const [inline] |
| unsigned WebCore::DeprecatedArray< T >::size | ( | ) | const [inline] |
| unsigned WebCore::DeprecatedArray< T >::count | ( | ) | const [inline] |
| bool WebCore::DeprecatedArray< T >::resize | ( | unsigned | size | ) | [inline] |
| DeprecatedArray<T>& WebCore::DeprecatedArray< T >::duplicate | ( | const DeprecatedArray< T > & | a | ) | [inline] |
| DeprecatedArray<T>& WebCore::DeprecatedArray< T >::duplicate | ( | const T * | data, | |
| int | size | |||
| ) | [inline] |
| void WebCore::DeprecatedArray< T >::detach | ( | ) | [inline] |
| bool WebCore::DeprecatedArray< T >::fill | ( | const T & | item, | |
| int | size = -1 | |||
| ) | [inline] |
| DeprecatedArray<T>& WebCore::DeprecatedArray< T >::assign | ( | const DeprecatedArray< T > & | a | ) | [inline] |
| T& WebCore::DeprecatedArray< T >::operator[] | ( | int | i | ) | [inline] |
| const T& WebCore::DeprecatedArray< T >::operator[] | ( | int | i | ) | const [inline] |
| bool WebCore::DeprecatedArray< T >::operator== | ( | const DeprecatedArray< T > & | a | ) | const [inline] |
| bool WebCore::DeprecatedArray< T >::operator!= | ( | const DeprecatedArray< T > & | a | ) | const [inline] |
| WebCore::DeprecatedArray< T >::operator const T * | ( | ) | const [inline] |
Reimplemented in WebCore::DeprecatedCString.