ISLEman
Classes | Protected Member Functions | Friends | List of all members
QGArray Class Reference

The QGArray class is an internal class for implementing the QArray class. More...

#include <qgarray.h>

Inheritance diagram for QGArray:
QArray< type > QArray< bool > QArray< char >

Classes

struct  array_data
 

Protected Member Functions

 QGArray (int, int)
 
 QGArray (int size)
 
 QGArray (const QGArray &a)
 
QGArrayoperator= (const QGArray &a)
 
virtual void detach ()
 
char * data () const
 
uint nrefs () const
 
uint size () const
 
bool isEqual (const QGArray &a) const
 
bool resize (uint newsize)
 
bool fill (const char *d, int len, uint sz)
 
QGArrayassign (const QGArray &a)
 
QGArrayassign (const char *d, uint len)
 
QGArrayduplicate (const QGArray &a)
 
QGArrayduplicate (const char *d, uint len)
 
void store (const char *d, uint len)
 
array_datasharedBlock () const
 
void setSharedBlock (array_data *p)
 
QGArraysetRawData (const char *d, uint len)
 
void resetRawData (const char *d, uint len)
 
int find (const char *d, uint index, uint sz) const
 
int contains (const char *d, uint sz) const
 
void sort (uint sz)
 
int bsearch (const char *d, uint sz) const
 
char * at (uint index) const
 
bool setExpand (uint index, const char *d, uint sz)
 
virtual array_datanewData ()
 
virtual void deleteData (array_data *p)
 

Friends

class QBuffer
 

Detailed Description

The QGArray class is an internal class for implementing the QArray class.

QGArray is a strictly internal class that acts as base class for the QArray template array.

It contains an array of bytes and has no notion of an array element.


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