pleyo.com

WebCore::DeprecatedArray< T > Class Template Reference

#include <DeprecatedArray.h>

List of all members.

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

template<class T>
class WebCore::DeprecatedArray< T >


Constructor & Destructor Documentation

template<class T>
WebCore::DeprecatedArray< T >::DeprecatedArray (  )  [inline]

template<class T>
WebCore::DeprecatedArray< T >::DeprecatedArray ( int  i  )  [inline]


Member Function Documentation

template<class T>
bool WebCore::DeprecatedArray< T >::isEmpty (  )  [inline]

template<class T>
T& WebCore::DeprecatedArray< T >::at ( unsigned  u  )  [inline]

template<class T>
const T& WebCore::DeprecatedArray< T >::at ( unsigned  u  )  const [inline]

template<class T>
T* WebCore::DeprecatedArray< T >::data (  )  [inline]

template<class T>
const T* WebCore::DeprecatedArray< T >::data (  )  const [inline]

template<class T>
unsigned WebCore::DeprecatedArray< T >::size (  )  const [inline]

template<class T>
unsigned WebCore::DeprecatedArray< T >::count (  )  const [inline]

template<class T>
bool WebCore::DeprecatedArray< T >::resize ( unsigned  size  )  [inline]

template<class T>
DeprecatedArray<T>& WebCore::DeprecatedArray< T >::duplicate ( const DeprecatedArray< T > &  a  )  [inline]

template<class T>
DeprecatedArray<T>& WebCore::DeprecatedArray< T >::duplicate ( const T *  data,
int  size 
) [inline]

template<class T>
void WebCore::DeprecatedArray< T >::detach (  )  [inline]

template<class T>
bool WebCore::DeprecatedArray< T >::fill ( const T &  item,
int  size = -1 
) [inline]

template<class T>
DeprecatedArray<T>& WebCore::DeprecatedArray< T >::assign ( const DeprecatedArray< T > &  a  )  [inline]

template<class T>
T& WebCore::DeprecatedArray< T >::operator[] ( int  i  )  [inline]

template<class T>
const T& WebCore::DeprecatedArray< T >::operator[] ( int  i  )  const [inline]

template<class T>
bool WebCore::DeprecatedArray< T >::operator== ( const DeprecatedArray< T > &  a  )  const [inline]

template<class T>
bool WebCore::DeprecatedArray< T >::operator!= ( const DeprecatedArray< T > &  a  )  const [inline]

template<class T>
WebCore::DeprecatedArray< T >::operator const T * (  )  const [inline]

Reimplemented in WebCore::DeprecatedCString.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 20:04:20 2007 for Origyn Web Browser by Doxygen 1.5.3

pleyo.com
pleyo.com