My Project
0.0.16
QUCS Mapping
|
#include <nodelist.h>
Public Member Functions | |
nodelist () | |
nodelist (net *) | |
nodelist (const nodelist &) | |
~nodelist () | |
void | add (char *, int intern=0) |
void | append (char *, int intern=0) |
struct nodelist_t * | getRoot (void) |
int | length (void) |
int | contains (char *) |
int | getNodeNr (char *) |
char * | get (int) |
int | isInternal (int) |
void | addCircuitNode (struct nodelist_t *, node *) |
void | assignNodes (void) |
void | print (void) |
struct nodelist_t * | getNode (int) |
struct nodelist_t * | getLastNode (void) |
char * | getNodeString (int) |
void | sort (void) |
struct nodelist_t * | copy (struct nodelist_t *) |
void | add (struct nodelist_t *) |
void | append (struct nodelist_t *) |
void | release (struct nodelist_t *) |
void | remove (char *) |
void | remove (struct nodelist_t *, int keep=0) |
void | remove (circuit *) |
struct nodelist_t * | create (char *, int) |
void | insert (struct nodelist_t *) |
void | insert (circuit *) |
void | delCircuitNode (struct nodelist_t *, node *) |
void | sortedNodes (node **, node **) |
struct nodelist_t * | getNode (char *) |
Definition at line 41 of file nodelist.h.
nodelist::nodelist | ( | ) |
nodelist::nodelist | ( | net * | subnet | ) |
nodelist::nodelist | ( | const nodelist & | o | ) |
nodelist::~nodelist | ( | ) |
void nodelist::add | ( | char * | str, |
int | intern = 0 |
||
) |
Definition at line 124 of file nodelist.cpp.
void nodelist::add | ( | struct nodelist_t * | n | ) |
Definition at line 138 of file nodelist.cpp.
void nodelist::addCircuitNode | ( | struct nodelist_t * | nl, |
node * | n | ||
) |
Definition at line 293 of file nodelist.cpp.
void nodelist::append | ( | char * | str, |
int | intern = 0 |
||
) |
Definition at line 145 of file nodelist.cpp.
void nodelist::append | ( | struct nodelist_t * | n | ) |
Definition at line 150 of file nodelist.cpp.
void nodelist::assignNodes | ( | void | ) |
int nodelist::contains | ( | char * | str | ) |
|
read |
Definition at line 109 of file nodelist.cpp.
|
read |
void nodelist::delCircuitNode | ( | struct nodelist_t * | nl, |
node * | n | ||
) |
char * nodelist::get | ( | int | nr | ) |
Definition at line 218 of file nodelist.cpp.
|
read |
|
read |
|
read |
Definition at line 237 of file nodelist.cpp.
int nodelist::getNodeNr | ( | char * | str | ) |
Definition at line 208 of file nodelist.cpp.
char * nodelist::getNodeString | ( | int | nr | ) |
|
inlineread |
void nodelist::insert | ( | struct nodelist_t * | n | ) |
Definition at line 356 of file nodelist.cpp.
void nodelist::insert | ( | circuit * | c | ) |
int nodelist::isInternal | ( | int | nr | ) |
Definition at line 225 of file nodelist.cpp.
int nodelist::length | ( | void | ) |
void nodelist::print | ( | void | ) |
void nodelist::release | ( | struct nodelist_t * | n | ) |
void nodelist::remove | ( | char * | name | ) |
Definition at line 160 of file nodelist.cpp.
void nodelist::remove | ( | struct nodelist_t * | del, |
int | keep = 0 |
||
) |
void nodelist::remove | ( | circuit * | c | ) |
void nodelist::sort | ( | void | ) |
Definition at line 449 of file nodelist.cpp.