Public Member Functions | |
| u_int32 | errClass () const |
| u_int32 | location () const |
| u_int32 | errNum () const |
| u_int32 | field () const |
| u_int32 | recId () const |
| u_int32 | reserved () const |
| void | copyInto (pin_errbuf_t *ebufp) const |
| void | copyInto (PinErrorBuf *ebufp) const |
| PinEbufExc (const pin_errbuf_t *ebufp) | |
| PinEbufExc (const PinErrorBuf *ebufp) | |
| PinEbufExc (const pin_errbuf_t *ebufp, PinFlistOwner &flist) | |
| PinEbufExc (const PinErrorBuf *ebufp, PinFlistOwner &flist) | |
| PinEbufExc (const PinEbufExc &other) | |
| PinEbufExc (u_int32 a_errclass, u_int32 a_location, u_int32 a_pin_err, u_int32 a_field, u_int32 a_rec_id, u_int32 a_reserved, PinFlistOwner &a_flist) | |
| PinFlistBase & | getFlistRef () |
Protected Member Functions | |
| void | operator= (const PinEbufExc &other) |
Protected Attributes | |
| PinErrorBuf | m_ebuf |
| PinFlistOwner | m_flist |
Friends | |
| class PCMCPP_CLASS | PinLog |
| PinEbufExc::PinEbufExc | ( | const pin_errbuf_t * | ebufp | ) |
| PinEbufExc::PinEbufExc | ( | const PinErrorBuf * | ebufp | ) |
| PinEbufExc::PinEbufExc | ( | const pin_errbuf_t * | ebufp, | |
| PinFlistOwner & | flist | |||
| ) |
| PinEbufExc::PinEbufExc | ( | const PinErrorBuf * | ebufp, | |
| PinFlistOwner & | flist | |||
| ) |
| PinEbufExc::PinEbufExc | ( | const PinEbufExc & | other | ) |
| PinEbufExc::PinEbufExc | ( | u_int32 | a_errclass, | |
| u_int32 | a_location, | |||
| u_int32 | a_pin_err, | |||
| u_int32 | a_field, | |||
| u_int32 | a_rec_id, | |||
| u_int32 | a_reserved, | |||
| PinFlistOwner & | a_flist | |||
| ) |
| u_int32 PinEbufExc::errClass | ( | ) | const |
| u_int32 PinEbufExc::location | ( | ) | const |
| u_int32 PinEbufExc::errNum | ( | ) | const |
| u_int32 PinEbufExc::field | ( | ) | const |
| u_int32 PinEbufExc::recId | ( | ) | const |
| u_int32 PinEbufExc::reserved | ( | ) | const |
| void PinEbufExc::copyInto | ( | pin_errbuf_t * | ebufp | ) | const |
| void PinEbufExc::copyInto | ( | PinErrorBuf * | ebufp | ) | const |
| PinFlistBase& PinEbufExc::getFlistRef | ( | ) |
| void PinEbufExc::operator= | ( | const PinEbufExc & | other | ) | [protected] |
Reimplemented in PinDeterminateExc.
friend class PCMCPP_CLASS PinLog [friend] |
PinErrorBuf PinEbufExc::m_ebuf [protected] |
PinFlistOwner PinEbufExc::m_flist [protected] |