Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

WritingPofHandler Member List

This is the complete list of members for WritingPofHandler, including all inherited members.

_isEscaped(bool fAttemptCapture=true) const Object [inline]
beginArray(int32_t iPos, size32_t cElements) WritingPofHandler [virtual]
beginCollection(int32_t iPos, size32_t cElements) WritingPofHandler [virtual]
beginMap(int32_t iPos, size32_t cElements) WritingPofHandler [virtual]
beginSparseArray(int32_t iPos, size32_t cElements) WritingPofHandler [virtual]
beginUniformArray(int32_t iPos, size32_t cElements, int32_t nType) WritingPofHandler [virtual]
beginUniformCollection(int32_t iPos, size32_t cElements, int32_t nType) WritingPofHandler [virtual]
beginUniformKeysMap(int32_t iPos, size32_t cElements, int32_t nTypeKeys) WritingPofHandler [virtual]
beginUniformMap(int32_t iPos, size32_t cElements, int32_t nTypeKeys, int32_t nTypeValues) WritingPofHandler [virtual]
beginUniformSparseArray(int32_t iPos, size32_t cElements, int32_t nType) WritingPofHandler [virtual]
beginUserType(int32_t iPos, int nId, int32_t nUserTypeId, int32_t nVersionId) WritingPofHandler [virtual]
beginUserType(int32_t iPos, int32_t nUserTypeId, int32_t nVersionId) WritingPofHandler [virtual]
checkDate(int32_t nYear, int32_t nMonth, int32_t nDay) PofHelper [static]
checkDayTimeInterval(int32_t cDays, int32_t cHours, int32_t cMinutes, int32_t cSeconds, int32_t cNanos) PofHelper [static]
checkTime(int32_t nHour, int32_t nMinute, int32_t nSecond, int32_t nNano) PofHelper [static]
checkTimeInterval(int32_t cHours, int32_t cMinutes, int32_t cSeconds, int32_t cNanos) PofHelper [static]
checkTimeZone(int32_t nHourOffset, int32_t nMinuteOffset) PofHelper [static]
checkYearMonthInterval(int32_t cYears, int32_t cMonths) PofHelper [static]
clone() const Object [virtual]
clone(Object::View v) Object [static]
decodeTinyInt32(int32_t n) PofHelper [static]
encodePosition(int32_t iPos) WritingPofHandler [protected, virtual]
encodeTinyInt32(int32_t n) PofHelper [static]
endComplexValue() WritingPofHandler [virtual]
equals(Object::View v) const Object [virtual]
equals(Object::View v1, Object::View v2) Object [static]
formatDate(int32_t nYear, int32_t nMonth, int32_t nDay) PofHelper [static]
formatTime(int32_t nHour, int32_t nMinute, int32_t nSecond, int32_t nNano, bool fUTC) PofHelper [static]
formatTime(int32_t nHour, int32_t nMinute, int32_t nSecond, int32_t nNano, int32_t nHourOffset, int32_t nMinuteOffset) PofHelper [static]
getBufferOutput() WritingPofHandler [virtual]
getBufferOutput() const WritingPofHandler [virtual]
getClassTypeId(Object::View v, PofContext::View vCtx) PofHelper [static]
getComplex() WritingPofHandler [virtual]
getComplex() const WritingPofHandler [virtual]
getEmptyBinary() PofHelper [static]
getEmptyBooleanArray() PofHelper [static]
getEmptyChar16Array() PofHelper [static]
getEmptyCollection() PofHelper [static]
getEmptyFloat32Array() PofHelper [static]
getEmptyFloat64Array() PofHelper [static]
getEmptyInt16Array() PofHelper [static]
getEmptyInt32Array() PofHelper [static]
getEmptyInt64Array() PofHelper [static]
getEmptyObjectArray() PofHelper [static]
getEmptyOctetArray() PofHelper [static]
getPofTypeId(Class::View vClass, PofContext::View vCtx) PofHelper [static]
Handle typedef WritingPofHandler  
hashCode() const Object [virtual]
hashCode(Object::View v) Object [inline, static]
Holder typedef WritingPofHandler  
isCompressable() const WritingPofHandler [protected, virtual]
isImmutable() const Object [virtual]
isSkippable() const WritingPofHandler [protected, virtual]
isTypeIdEncoded(int32_t nTypeId) const WritingPofHandler [protected, virtual]
m_fHasIdentity WritingPofHandler [protected]
m_hComplex WritingPofHandler [protected]
m_hOut WritingPofHandler [protected]
notify() const Object  
notifyAll() const Object  
Object() Object [protected]
Object(const Object &that) Object [protected]
onBoolean(int32_t iPos, bool f) WritingPofHandler [virtual]
onChar(int32_t iPos, char16_t ch) WritingPofHandler [virtual]
onCharString(int32_t iPos, String::View vs) WritingPofHandler [virtual]
onConst() Object [protected, virtual]
onDate(int32_t iPos, int32_t nYear, int32_t nMonth, int32_t nDay) WritingPofHandler [virtual]
onDateTime(int32_t iPos, int32_t nYear, int32_t nMonth, int32_t nDay, int32_t nHour, int32_t nMinute, int32_t nSecond, int32_t nNano, bool fUTC) WritingPofHandler [virtual]
onDateTime(int32_t iPos, int32_t nYear, int32_t nMonth, int32_t nDay, int32_t nHour, int32_t nMinute, int32_t nSecond, int32_t nNano, int32_t nHourOffset, int32_t nMinuteOffset) WritingPofHandler [virtual]
onDayTimeInterval(int32_t iPos, int32_t cDays, int32_t cHours, int32_t cMinutes, int32_t cSeconds, int32_t cNanos) WritingPofHandler [virtual]
onEscape(bool fEscaped) const Object [protected, virtual]
onFloat32(int32_t iPos, float32_t fl) WritingPofHandler [virtual]
onFloat64(int32_t iPos, float64_t dfl) WritingPofHandler [virtual]
onIdentityReference(int32_t iPos, int32_t nId) WritingPofHandler [virtual]
onInit() Object [protected, virtual]
onInt16(int32_t iPos, int16_t n) WritingPofHandler [virtual]
onInt32(int32_t iPos, int32_t n) WritingPofHandler [virtual]
onInt64(int32_t iPos, int64_t n) WritingPofHandler [virtual]
onNullReference(int32_t iPos) WritingPofHandler [virtual]
onOctet(int32_t iPos, octet_t b) WritingPofHandler [virtual]
onOctetString(int32_t iPos, Binary::View vBin) WritingPofHandler [virtual]
onTime(int32_t iPos, int32_t nHour, int32_t nMinute, int32_t nSecond, int32_t nNano, bool fUTC) WritingPofHandler [virtual]
onTime(int32_t iPos, int32_t nHour, int32_t nMinute, int32_t nSecond, int32_t nNano, int32_t nHourOffset, int32_t nMinuteOffset) WritingPofHandler [virtual]
onTimeInterval(int32_t iPos, int32_t cHours, int32_t cMinutes, int32_t cSeconds, int32_t cNanos) WritingPofHandler [virtual]
onYearMonthInterval(int32_t iPos, int32_t cYears, int32_t cMonths) WritingPofHandler [virtual]
readAsChar16(ReadBuffer::BufferInput::Handle hIn, int32_t nType) PofHelper [static]
readAsFloat32(ReadBuffer::BufferInput::Handle hIn, int32_t nType) PofHelper [static]
readAsFloat64(ReadBuffer::BufferInput::Handle hIn, int32_t nType) PofHelper [static]
readAsInt32(ReadBuffer::BufferInput::Handle hIn, int32_t nType) PofHelper [static]
readAsInt64(ReadBuffer::BufferInput::Handle hIn, int32_t nType) PofHelper [static]
readRawDate(ReadBuffer::BufferInput::Handle hIn) PofHelper [static]
readRawTime(ReadBuffer::BufferInput::Handle hIn) PofHelper [static]
registerIdentity(int32_t nId) WritingPofHandler [virtual]
self() Object [inline, protected]
self() const Object [inline, protected]
sizeOf() const Object [virtual]
skipInts(ReadBuffer::BufferInput::Handle hIn, int32_t c) PofHelper [static]
skipUniformValue(ReadBuffer::BufferInput::Handle hIn, int32_t nType) PofHelper [static]
skipValue(ReadBuffer::BufferInput::Handle hIn) PofHelper [static]
toStream(std::ostream &out) const Object [virtual]
toStream(std::ostream &out, Object::View v) Object [static]
validateIncomingSize(int32_t cElements) PofHelper [inline, static]
validateOutgoingSize(size32_t cElements) PofHelper [inline, static]
View typedef WritingPofHandler  
wait() const Object  
wait(int64_t cMillis) const Object  
writeDate(WriteBuffer::BufferOutput::Handle hOut, int32_t nYear, int32_t nMonth, int32_t nDay) PofHelper [static]
writeTime(WriteBuffer::BufferOutput::Handle hOut, int32_t nHour, int32_t nMinute, int32_t nSecond, int32_t nNano, int32_t nTimeZoneType, int32_t nHourOffset, int32_t nMinuteOffset) PofHelper [static]
WritingPofHandler(WriteBuffer::BufferOutput::Handle hOut) WritingPofHandler [protected]
Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.