#include <glinoplist.hpp>
Collaboration diagram for GLinOpList:
Public Member Functions | |
GLinOpList (GBOOL renumber_on_delete=FALSE) | |
GLinOpList (GINT nelems, GBOOL renumber_on_delete=FALSE) | |
GLinOpList (const GLinOpList &) | |
~GLinOpList () | |
void | add (LinOp *c, GBOOL delete_here=TRUE) |
LinOp * | del (GLinOpElem *c) |
LinOp * | del (LinOp *c) |
LinOp * | del (GINT id) |
void | start (GLinOpElem *p=NULL) |
GINT | size () |
LinOp * | member () |
LinOp * | member (GINT id) |
GLinOpElem * | next () |
GLinOpElem * | curr () |
GLinOpElem * | find (GINT id) |
GLinOpElem * | find (LinOp *member) |
LinOp *& | operator() (const GINT iElem) |
LinOp *& | operator[] (const GINT iElem) |
GBOOL | renumber () |
void | empty () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|