QList< type > Class Template Reference

#include <qlist.h>

List of all members.

Public Member Functions

void append (type *p)
int at ()
typeat (int i)
void clear ()
int count ()
typefirst ()
typenext ()
 QList ()
void setAutoDelete (int d)

Private Attributes

int autoDelete
type ** data
int limit
int num
int ptr

Detailed Description

template<class type>
class QList< type >

Definition at line 1 of file qlist.h.


Constructor & Destructor Documentation

QList (  )  [inline]

Definition at line 7 of file qlist.h.


Member Function Documentation

void append ( type p  )  [inline]

Definition at line 18 of file qlist.h.

Referenced by Equation::Differentiate(), Parser::EndFunc(), and Equation::PowerSeries().

int at (  )  [inline]

Definition at line 39 of file qlist.h.

type* at ( int  i  )  [inline]
void clear (  )  [inline]

Definition at line 59 of file qlist.h.

Referenced by Equation::~Equation().

int count (  )  [inline]
type* first (  )  [inline]

Definition at line 44 of file qlist.h.

Referenced by Equation::Differentiate(), Parser::EndFunc(), and Equation::PowerSeries().

type* next (  )  [inline]

Definition at line 49 of file qlist.h.

Referenced by Equation::Differentiate(), Parser::EndFunc(), and Equation::PowerSeries().

void setAutoDelete ( int  d  )  [inline]

Definition at line 54 of file qlist.h.

Referenced by Equation::Equation().


Member Data Documentation

int autoDelete [private]
type** data [private]
int limit [private]

Definition at line 3 of file qlist.h.

Referenced by QList< variable >::append(), and QList< variable >::QList().

int num [private]
int ptr [private]

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

Generated by  doxygen 1.6.2