#include <N_DEV_Param.h>
Definition at line 68 of file N_DEV_Param.h.
Xyce::Device::Param::Param |
( |
| ) |
|
|
inline |
template<class T >
Xyce::Device::Param::Param |
( |
const std::string & |
tag, |
|
|
const T & |
value, |
|
|
bool |
is_given = false |
|
) |
| |
|
inline |
Xyce::Device::Param::Param |
( |
const Param & |
rhsParam | ) |
|
|
inline |
virtual Xyce::Device::Param::~Param |
( |
| ) |
|
|
inlinevirtual |
bool Xyce::Device::Param::default_val |
( |
| ) |
const |
|
inline |
bool Xyce::Device::Param::given |
( |
| ) |
const |
|
inline |
virtual Packable* Xyce::Device::Param::instance |
( |
| ) |
const |
|
inlinevirtual |
Param& Xyce::Device::Param::operator= |
( |
const Param & |
rhsParam | ) |
|
|
inline |
void Xyce::Device::Param::pack |
( |
char * |
buf, |
|
|
int |
bsize, |
|
|
int & |
pos, |
|
|
N_PDS_Comm * |
comm |
|
) |
| const |
|
virtual |
int Xyce::Device::Param::packedByteCount |
( |
| ) |
const |
|
virtual |
void Xyce::Device::Param::setDefault |
( |
bool |
is_default | ) |
|
|
inline |
void Xyce::Device::Param::setGiven |
( |
bool |
is_given | ) |
|
|
inline |
void Xyce::Device::Param::unpack |
( |
char * |
pB, |
|
|
int |
bsize, |
|
|
int & |
pos, |
|
|
N_PDS_Comm * |
comm |
|
) |
| |
|
virtual |
bool Xyce::Device::Param::isDefault_ |
|
private |
bool Xyce::Device::Param::isGiven_ |
|
private |
The documentation for this class was generated from the following files: