My Project
0.0.16
QUCS Mapping
|
#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 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 30 of file operatingpoint.h.
operatingpoint::operatingpoint | ( | ) |
Definition at line 36 of file operatingpoint.cpp.
operatingpoint::operatingpoint | ( | const char * | n | ) |
Definition at line 40 of file operatingpoint.cpp.
operatingpoint::operatingpoint | ( | const char * | n, |
nr_double_t | val | ||
) |
Definition at line 46 of file operatingpoint.cpp.
operatingpoint::operatingpoint | ( | const operatingpoint & | p | ) |
Definition at line 52 of file operatingpoint.cpp.
|
inline |
Definition at line 37 of file operatingpoint.h.