25 #ifndef __NODELIST_H__ 
   26 #define __NODELIST_H__ 
   50   void add (
char *, 
int intern = 0);
 
   51   void append (
char *, 
int intern = 0);
 
   61   struct nodelist_t * 
getNode (
int);
 
   65   struct nodelist_t * 
copy (
struct nodelist_t *);
 
   66   void add (
struct nodelist_t *);
 
   67   void append (
struct nodelist_t *);
 
   68   void release (
struct nodelist_t *);
 
   70   void remove (
struct nodelist_t *, 
int keep = 0);
 
   72   struct nodelist_t * 
create (
char *, 
int);
 
   73   void insert (
struct nodelist_t *);
 
   77   struct nodelist_t * 
getNode (
char *);
 
void addCircuitNode(struct nodelist_t *, node *)
 
struct nodelist_t * getRoot(void)
 
void sortedNodes(node **, node **)
 
void release(struct nodelist_t *)
 
struct nodelist_t * getNode(int)
 
struct nodelist_t * getLastNode(void)
 
void delCircuitNode(struct nodelist_t *, node *)
 
base class for qucs circuit elements. 
 
struct nodelist_t * copy(struct nodelist_t *)
 
void append(char *, int intern=0)
 
void insert(struct nodelist_t *)
 
struct nodelist_t ** narray
 
struct nodelist_t * create(char *, int)
 
void add(char *, int intern=0)
 
char * getNodeString(int)