#include <qlist.h>
Public Member Functions | |
| void | append (type *p) |
| int | at () |
| type * | at (int i) |
| void | clear () |
| int | count () |
| type * | first () |
| type * | next () |
| QList () | |
| void | setAutoDelete (int d) |
Private Attributes | |
| int | autoDelete |
| type ** | data |
| int | limit |
| int | num |
| int | ptr |
Definition at line 1 of file qlist.h.
| void append | ( | type * | p | ) | [inline] |
Definition at line 18 of file qlist.h.
Referenced by Equation::Differentiate(), Parser::EndFunc(), and Equation::PowerSeries().
| type* at | ( | int | i | ) | [inline] |
Definition at line 32 of file qlist.h.
Referenced by Equation::AddPowerSeriesTerm(), Parser::EndFunc(), Equation::Evaluate(), Equation::FindRoot(), entitybocon::getval(), entityload::getval(), Parser::NodeText(), Equation::NumInt(), Equation::PowerSeries(), pvalt::read(), Equation::RK4(), entityload::var2coord(), Equation::VarText(), and Equation::VarValue().
| void clear | ( | ) | [inline] |
Definition at line 59 of file qlist.h.
Referenced by Equation::~Equation().
| int count | ( | ) | [inline] |
Definition at line 69 of file qlist.h.
Referenced by entitybocon::checkvar2coord(), gfunct::copy(), Parser::EndFunc(), entitybocon::getval(), gfunct::getval(), gfunct::read(), and entitybocon::var2coord().
| 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().
int autoDelete [private] |
Definition at line 3 of file qlist.h.
Referenced by QList< variable >::clear(), QList< variable >::QList(), and QList< variable >::setAutoDelete().
Definition at line 4 of file qlist.h.
Referenced by QList< variable >::append(), QList< variable >::at(), QList< variable >::clear(), QList< variable >::first(), QList< variable >::next(), and QList< variable >::QList().
int limit [private] |
Definition at line 3 of file qlist.h.
Referenced by QList< variable >::append(), and QList< variable >::QList().
int num [private] |
Definition at line 3 of file qlist.h.
Referenced by QList< variable >::append(), QList< variable >::at(), QList< variable >::clear(), QList< variable >::count(), and QList< variable >::QList().
int ptr [private] |
Definition at line 3 of file qlist.h.
Referenced by QList< variable >::at(), QList< variable >::first(), QList< variable >::next(), and QList< variable >::QList().
1.6.2