PinErrorBuf::PinErrorBuf | ( | ) |
PinErrorBuf::PinErrorBuf | ( | const PinErrorBuf & | ebuf, | |
PinBool | owns = PIN_BOOLEAN_TRUE | |||
) |
PinErrorBuf::PinErrorBuf | ( | const pin_errbuf_t & | ebuf, | |
PinBool | owns = PIN_BOOLEAN_TRUE | |||
) |
This makes a copy of the ebuf. Not the usual use-case.
PinErrorBuf::PinErrorBuf | ( | const pin_errbuf_t * | ebufp, | |
PinBool | owns = PIN_BOOLEAN_TRUE | |||
) |
This makes a copy of the ebuf. Not the usual use-case.
PinErrorBuf::~PinErrorBuf | ( | ) |
PinErrorBuf::PinErrorBuf | ( | ) |
PinErrorBuf::PinErrorBuf | ( | const PinErrorBuf & | , | |
PinBool | owns = PIN_BOOLEAN_TRUE | |||
) |
PinErrorBuf::PinErrorBuf | ( | const pin_errbuf_t & | , | |
PinBool | owns = PIN_BOOLEAN_TRUE | |||
) |
This makes a copy of the ebuf. Not the usual use-case.
PinErrorBuf::PinErrorBuf | ( | const pin_errbuf_t * | , | |
PinBool | owns = PIN_BOOLEAN_TRUE | |||
) |
This makes a copy of the ebuf. Not the usual use-case.
PinErrorBuf::~PinErrorBuf | ( | ) |
PinErrorBufObserver PinErrorBuf::createAsObserved | ( | pin_errbuf_t * | pval | ) | [static] |
PinErrorBufOwner PinErrorBuf::createAsOwned | ( | pin_errbuf_t * | pval | ) | [static] |
int32 PinErrorBuf::getLocation | ( | ) | const |
int32 PinErrorBuf::getErrClass | ( | ) | const |
int32 PinErrorBuf::getError | ( | ) | const |
int32 PinErrorBuf::getField | ( | ) | const |
int32 PinErrorBuf::getRecordID | ( | ) | const |
int32 PinErrorBuf::getReserved | ( | ) | const |
int32 PinErrorBuf::getLineNo | ( | ) | const |
const char * PinErrorBuf::getFilename | ( | ) | const |
pin_fld_num_t PinErrorBuf::getFacility | ( | ) | const |
int32 PinErrorBuf::getMessageID | ( | ) | const |
int32 PinErrorBuf::getTimeSec | ( | ) | const |
int32 PinErrorBuf::getTimeUSec | ( | ) | const |
int32 PinErrorBuf::getVersion | ( | ) | const |
pin_errbuf_t * PinErrorBuf::getNextBufPtr | ( | ) | const |
int32 PinErrorBuf::getReserved2 | ( | ) | const |
void PinErrorBuf::grab | ( | pin_errbuf_t * | pointee, | |
PinBool | owns | |||
) |
void PinErrorBuf::takeFrom | ( | PinErrorBuf & | other | ) |
void PinErrorBuf::copyFrom | ( | const PinErrorBuf & | other | ) |
pin_errbuf_t * PinErrorBuf::get | ( | ) | const |
pin_errbuf_t* PinErrorBuf::get | ( | ) | const |
pin_errbuf_t * PinErrorBuf::get | ( | ) |
PinErrorBuf & PinErrorBuf::operator= | ( | const PinErrorBuf & | ebuf | ) |
void PinErrorBuf::clear | ( | ) |
void PinErrorBuf::Clear | ( | ) |
pin_errbuf_t * PinErrorBuf::copy | ( | const pin_errbuf_t * | srcp, | |
pin_errbuf_t * | destp | |||
) | [static] |
static PinErrorBufObserver PinErrorBuf::createAsObserved | ( | pin_errbuf_t * | pval | ) | [static] |
static PinErrorBufOwner PinErrorBuf::createAsOwned | ( | pin_errbuf_t * | pval | ) | [static] |
int32 PinErrorBuf::getLocation | ( | ) | const |
int32 PinErrorBuf::getErrClass | ( | ) | const |
int32 PinErrorBuf::getError | ( | ) | const |
int32 PinErrorBuf::getField | ( | ) | const |
int32 PinErrorBuf::getRecordID | ( | ) | const |
int32 PinErrorBuf::getReserved | ( | ) | const |
int32 PinErrorBuf::getLineNo | ( | ) | const |
const char* PinErrorBuf::getFilename | ( | ) | const |
pin_fld_num_t PinErrorBuf::getFacility | ( | ) | const |
int32 PinErrorBuf::getMessageID | ( | ) | const |
int32 PinErrorBuf::getTimeSec | ( | ) | const |
int32 PinErrorBuf::getTimeUSec | ( | ) | const |
int32 PinErrorBuf::getVersion | ( | ) | const |
pin_errbuf_t* PinErrorBuf::getNextBufPtr | ( | ) | const |
int32 PinErrorBuf::getReserved2 | ( | ) | const |
void PinErrorBuf::grab | ( | pin_errbuf_t * | pointee, | |
PinBool | owns | |||
) |
void PinErrorBuf::takeFrom | ( | PinErrorBuf & | other | ) |
void PinErrorBuf::copyFrom | ( | const PinErrorBuf & | other | ) |
const pin_errbuf_t* PinErrorBuf::get | ( | ) | const |
pin_errbuf_t* PinErrorBuf::get | ( | ) | const |
pin_errbuf_t* PinErrorBuf::get | ( | ) |
PinErrorBuf& PinErrorBuf::operator= | ( | const PinErrorBuf & | ) |
void PinErrorBuf::clear | ( | ) |
void PinErrorBuf::Clear | ( | ) |
static pin_errbuf_t* PinErrorBuf::copy | ( | const pin_errbuf_t * | srcp, | |
pin_errbuf_t * | destp | |||
) | [static] |
PinBool PinErrorBuf::m_owns [private] |