Qucs-core
0.0.18
|
#include <operatingpoint.h>
Public Member Functions | |
operatingpoint () | |
operatingpoint (const char *) | |
operatingpoint (const char *, nr_double_t) | |
operatingpoint (const operatingpoint &) | |
~operatingpoint () | |
Public Member Functions inherited from qucs::pair | |
pair () | |
pair (const char *) | |
pair (const char *, nr_double_t) | |
pair (const pair &) | |
~pair () | |
void | setName (char *) |
char * | getName (void) |
nr_double_t | getValue (void) |
void | setValue (nr_double_t val) |
Definition at line 32 of file operatingpoint.h.
qucs::operatingpoint::operatingpoint | ( | ) |
Definition at line 38 of file operatingpoint.cpp.
qucs::operatingpoint::operatingpoint | ( | const char * | n | ) |
Definition at line 42 of file operatingpoint.cpp.
qucs::operatingpoint::operatingpoint | ( | const char * | n, |
nr_double_t | val | ||
) |
Definition at line 48 of file operatingpoint.cpp.
qucs::operatingpoint::operatingpoint | ( | const operatingpoint & | p | ) |
Definition at line 54 of file operatingpoint.cpp.
|
inline |
Definition at line 39 of file operatingpoint.h.