CrystalSpace

Public API Reference

scfArrayWrap< IF, Backend > Class Template Reference
[Containers]

Implementation for iArrayReadOnly<>-, iArrayChangeElements<>- and iArrayChangeAll<>-derived interfaces, backed by a reference to another array. More...

#include <csutil/scfarray.h>

Inheritance diagram for scfArrayWrap< IF, Backend >:

List of all members.

Public Member Functions

iArrayChangeAll<> implementation



virtual bool Delete (ContainedType const &item)
virtual void DeleteAll ()
virtual bool DeleteIndex (size_t n)
virtual bool DeleteIndexFast (size_t n)
virtual void Empty ()
virtual ContainedType & GetExtend (size_t n)
virtual bool Insert (size_t n, ContainedType const &item)
virtual ContainedType Pop ()
virtual size_t Push (ContainedType const &what)
virtual size_t PushSmart (ContainedType const &what)
virtual void Put (size_t n, ContainedType const &what)
virtual void SetSize (size_t n)
virtual void SetSize (size_t n, ContainedType const &what)
virtual void Truncate (size_t n)
iArrayReadOnly<> implementation



virtual size_t Find (ContainedType const &which) const
virtual ContainedType const & Get (size_t n) const
virtual void GetAll (ContainedType *dest) const
virtual size_t GetIndex (const ContainedType *which) const
virtual size_t GetSize () const
virtual bool IsEmpty () const
virtual ContainedType const & Top () const
iArrayChangeElements<> implementation



virtual ContainedType & Get (size_t n)
virtual ContainedType & Top ()



 scfArrayWrap (Backend &storage, iBase *scfParent)
 Initialize with a reference to the given storage.
 scfArrayWrap (Backend &storage)
 Initialize with a reference to the given storage.

Public Attributes

Backend & storage
 Reference to the array storage.

Detailed Description

template<typename IF, typename Backend>
class scfArrayWrap< IF, Backend >

Implementation for iArrayReadOnly<>-, iArrayChangeElements<>- and iArrayChangeAll<>-derived interfaces, backed by a reference to another array.

The IF template parameter denotes the array interface to be implemented, the Backend template parameter the array type used for storage.

Warning:
It must be ensured that the referenced array used for storage is alive as long as any instance of scfArrayWrap exists!

Definition at line 150 of file scfarray.h.


Constructor & Destructor Documentation

template<typename IF , typename Backend >
scfArrayWrap< IF, Backend >::scfArrayWrap ( Backend &  storage  )  [inline]

Initialize with a reference to the given storage.

Definition at line 162 of file scfarray.h.

template<typename IF , typename Backend >
scfArrayWrap< IF, Backend >::scfArrayWrap ( Backend &  storage,
iBase scfParent 
) [inline]

Initialize with a reference to the given storage.

Definition at line 164 of file scfarray.h.


Member Data Documentation

template<typename IF , typename Backend >
Backend& scfArrayWrap< IF, Backend >::storage

Reference to the array storage.

Definition at line 158 of file scfarray.h.


The documentation for this class was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1