rwlogo
SourcePro C++ 12.5

SourcePro® C++ API Reference Guide

Product Documentation:

   SourcePro C++
Documentation Home

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Deprecated List
Member RW_FUNCTOR_MAP_CAPACITY
This value is used only in deprecated APIs.
Member rw_hashmap< K, V, Hash, EQ, A >::key_hash_type
Use hasher instead.
Member rw_hashmultimap< K, V, Hash, EQ, A >::key_hash_type
Use hasher instead.
Member rw_hashmultiset< T, Hash, EQ, A >::key_hash_type
Use hasher instead.
Member rw_hashset< T, Hash, EQ, A >::key_hash_type
Use hasher instead.
Class RWBufferedPageHeap
RWBufferedPageHeap is deprecated and is no longer supported. It may be removed from future releases.
Member RWCallbackScope
This enum is used only in deprecated APIs.
Class RWCertificateOrKeyTooLargeError
This exception type is no longer thrown by the Secure Sockets package. If the key data provided is too large, you should expect a RWUnableToReadPrivateKeyError exception.
Class RWCollectableDate
RWCollectableDate and RWDate are deprecated and no longer supported. They may be removed from future releases. Please use RWCollectableDateTime and RWDateTime.
Member RWCollectableDateTime::RWCollectableDateTime (const RWTime &t, unsigned ms=0)
This method is deprecated, and is no longer supported.
Member RWCollectableDateTime::RWCollectableDateTime (const RWDate &d, unsigned h=0, unsigned m=0, unsigned s=0, unsigned ms=0, const RWZone &zone=RWZone::local())
This method is deprecated, and is no longer supported.
Class RWCollectableTime
RWCollectableTime and RWTime are deprecated and are no longer supported. They may be removed from future releases. Please use RWCollectableDateTime and RWDateTime.
Class RWCRegexp
RWCRegexp is deprecated. Instead, use RWTRegex.
Member RWCRExpr
Use RWTRegex<T> instead
Member RWCString::first (char c) const
Use RWCString::firstOf(char, size_t) const instead.
Member RWCString::first (char c, size_t) const
Use RWCString::firstOf(char, size_t) const instead.
Member RWCString::first (const char *str) const
Use RWCString::firstOf(const char*, size_t) const instead.
Member RWCString::first (const char *str, size_t len) const
Use RWCString::firstOf(const char*, size_t, size_t) const instead.
Member RWCString::index (const RWCRegexp &re, size_t start=0) const
Use RWTRegex::index instead.
Member RWCString::index (const RWCRegexp &re, size_t *ext, size_t start=0) const
Use RWTRegex::index instead.
Member RWCString::index (const RWCRExpr &re, size_t start=0) const
Use RWTRegex::index instead.
Member RWCString::index (const RWCRExpr &re, size_t *ext, size_t start=0) const
Use RWTRegex::index instead.
Member RWCString::index (const char *re, size_t *ext, size_t start=0) const
Use RWTRegex::index instead.
Member RWCString::last (char c) const
Use RWCString::lastOf(char, size_t) const instead.
Member RWCString::last (char c, size_t) const
Use RWCString::lastOf(char, size_t) const instead.
Member RWCString::last (const char *str) const
Use RWCString::lastOf(const char*, size_t) const instead.
Member RWCString::last (const char *str, size_t len) const
Use RWCString::lastOf(const char*, size_t, size_t) const instead.
Member RWCString::match (const RWCRExpr &) const
Use RWTRegex::search instead.
Member RWCString::match (const RWCRExpr &re, size_t start)
Use RWTRegex::search instead.
Member RWCString::match (const RWCRExpr &re, size_t start) const
Use RWTRegex::search instead.
Member RWCString::match (const RWCRExpr &re)
Use RWTRegex::search instead.
Member RWCString::operator() (const RWCRegexp &re, size_t start)
Use RWTRegex::search instead.
Member RWCString::operator() (const RWCRegexp &re, size_t start) const
Use RWTRegex::search instead.
Member RWCString::operator() (const RWCRegexp &re)
Use RWTRegex::search instead.
Member RWCString::operator() (const RWCRegexp &re) const
Use RWTRegex::search instead.
Member RWCString::replace (const RWCRExpr &re, const RWCString &str, scopeType scope=one)
Use RWTRegex::replace instead.
Member RWCString::replace (const RWCRExpr &re, const char *str, scopeType scope=one)
Use RWTRegex::replace instead.
Member RWCString::scopeType
All member functions that relied on RWCString::scopeType are deprecated.
Class RWDate
RWDate is deprecated and is no longer supported. Be aware that it may be removed in a future release. Please use RWDateTime instead. RWDateTime combines the functionality of RWDate and RWTime, but with a much greater range and millisecond accuracy.
Member RWDateTime::RWDateTime (const RWTime &t, unsigned msec=0)
This constructor uses the deprecated class RWTime.
Member RWDateTime::RWDateTime (const RWDate &d, unsigned hours=0, unsigned minutes=0, unsigned seconds=0, unsigned msec=0, const RWZone &zone=RWZone::local())
This constructor uses the deprecated class RWDate.
Class RWDBBinaryVector
Classes RWDBBinaryVector and RWDBBinaryVectorElement are deprecated. Please use classes RWDBBlob and RWDBTBuffer<RWDBBlob>.
Class RWDBBinaryVectorElement
Please use classes RWDBBlob and RWDBTBuffer<RWDBBlob>.
Member RWDBBoundExpr::RWDBBoundExpr (RWDBDateTime *valuePtr, RWDBNullIndicator *nullIndicator=NULL, size_t entries=1)
Use RWDBBoundExpr(RWDateTime* valuePtr, RWDBNullIndicator*, size_t)
Member RWDBBulkInserter::operator<< (const RWDBDateVector &dateVector)
Please pass in RWDBTBuffer<RWDateTime> instead.
Member RWDBBulkReader::operator<< (RWDBDateVector &dateVector)
Please pass in RWDBTBuffer<RWDateTime> instead.
Member RWDBColumn::assign (const RWDate &value) const
RWDate is deprecated. Instead, use assign() that takes an RWDateTime.
Member RWDBColumn::assign (const RWTime &value) const
RWTime is deprecated. Instead, use assign() that takes an RWDateTime.
Member RWDBColumn::assign (const RWDBDateTime &value) const
RWDBDateTime is deprecated. Instead, use assign() that takes an RWDateTime.
Member RWDBCursor::operator<< (RWDBValueManip)
Please use the function setNull(size_t colPosition) instead.
Member RWDBDatabase::dateVector (size_t n) const
Use classes RWDateTime and RWDBTBuffer<RWDateTime> directly.
Class RWDBDateTime
Class RWDBDateTime is deprecated. Please use RWDateTime. For more information, see Section "RWDBDateTime" in the Chapter "The Data Model" in the DB Interface Module User's Guide and the entry for RWDateTime in the Essential Tools Module Reference Guide.
Class RWDBDateVector
Classes RWDBVendorDate and RWDBDateVector are deprecated. Please use classes RWDateTime and RWDBTBuffer<RWDateTime>.
Class RWDBDecimalVector
Classes RWDBDecimalVector and RWDBDecimalVectorElement are deprecated. Please use classes RWDecimalPortable and RWDBTBuffer<RWDecimalPortable>.
Class RWDBDecimalVectorElement
Classes RWDBDecimalVectorElement and RWDBDecimalVector are deprecated. Please use classes RWDecimalPortable and RWDBTBuffer<RWDecimalPortable>.
Member RWDBDuration::operator- (const RWDBDateTime &a, const RWDBDateTime &b)
Use RWDBDuration((RWDateTime - RWDateTime)/1000.0);
Member RWDBExpr::RWDBExpr (const RWDBDateTime &value)
Use RWDBExpr(const RWDateTime&)
Member RWDBInserter::operator<< (const RWDBDateTime &value)
Use operator<<(const RWDateTime&)
Member RWDBMySqlLibEnvironmentHandle::maxBlobSize () const
This function exists only for backward compatibility.
Member RWDBMySqlLibEnvironmentHandle::maxBlobSize (size_t rVal)
This function exists only for backward compatibility.
Member RWDBMySqlLibEnvironmentHandle::maxStringSize () const
This function exists only for backward compatibility.
Member RWDBMySqlLibEnvironmentHandle::maxStringSize (size_t rVal)
This function exists only for backward compatibility.
Member RWDBOCIEnvironmentHandle::ociLocatorForDefaultBlob (bool)
This can now be achieved by setting the native types in the table's RWDBSchema. This method exists for backward compatibility only.
Member RWDBOCIEnvironmentHandle::ociLocatorForDefaultBlob ()
This can now be achieved by setting the native types in the table's RWDBSchema. This method exists for backward compatibility only.
Member RWDBOCIEnvironmentHandle::ociLocatorForDefaultString ()
This method exists for backward compatibility only.
Member RWDBOCIEnvironmentHandle::ociLocatorForDefaultString (bool)
This can now be achieved by setting the native types in the table's RWDBSchema. This method exists for backward compatibility only.
Member RWDBOCISystemHandle::maximumBlobSize () const
Member RWDBOCISystemHandle::maximumBlobSize (size_t size)
Member RWDBOSql::rowCount () const
Please use the method rowsAffected().
Member RWDBReader::operator>> (RWDBDateTime &value)
Use operator>>(RWDateTime&)
Member RWDBResult::rowCount () const
Please use the method rowsAffected().
Member RWDBSelector::on (const RWDBCriterion &criterion)
Please use the similar on() method in RWDBJoinExpr to attach a join condition to a specific join.
Member RWDBSelector::on (const RWDBColumn &column)
Please use the similar on() method in RWDBJoinExpr to attach a join condition to a specific join.
Member RWDBStoredProc::operator<< (const RWDBDateTime &value)
Use operator<<(const RWDateTime&)
Member RWDBStoredProc::operator<< (RWDBDateTime *valPtr)
Use operator<<(RWDateTime*)
Class RWDBStringVector
Classes RWDBStringVector and RWDBStringVectorElement are deprecated. Please use classes RWCString and RWDBTBuffer<RWCString>.
Class RWDBStringVectorElement
Please use classes RWCString and RWDBTBuffer<RWCString>.
Member RWDBValue::asDate () const
This method uses the deprecated RWDate. Instead, use asDateTime().
Member RWDBValue::operator= (const RWDBDateTime &value)
Use operator=(const RWDateTime&)
Member RWDBValue::RWDBValue (const RWDBDateTime &value)
Use RWDBValue(const RWDateTime&)
Class RWDBVector< T >
Please use RWDBTBuffer<T>.
Class RWDBVendorDate
Classes RWDBVendorDate and RWDBDateVector are deprecated. Please use classes RWDateTime and RWDBTBuffer<RWDateTime>.
Member RWDirEntry::DIRECTORY
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWDirEntry::FILE
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWDirEntry::LINK
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWDirEntry::UNKNOWN
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Class RWDiskPageHeap
RWDiskPageHeap is deprecated and is no longer supported. It may be removed from future releases.
Member RWFile::Read (char *string)
Because of the risk of buffer overflow, we strongly recommend against using this function. Use Read(char*, size_t) or Read(char*, size_t, int) instead.
Member RWFtpAgent::ACTIVE
Use cmode_active instead. You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWFtpAgent::ASCII
Use tmode_ascii instead. You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWFtpAgent::BINARY
Use tmode_binary instead. You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWFtpAgent::LAST_XFER_MODE
Use tmode_latest instead. You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWFtpAgent::PASSIVE
Use cmode_passive instead. You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Class RWFunctor0
Use RWTFunctor<void()> instead.
Class RWFunctor0Imp
Use RWTFunctor<void()> instead.
Class RWFunctorList0
Use RWTValSlist<RWTFunctor<void()>> instead.
Member RWHttpAgent::executeOptions (const RWCString &server, int port=80, const RWHttpRequestBody &body=RWHttpRequestStringBody()) const
use the executeServerOptions() method instead. You can refuse to support this function by defining the macro RW_DISABLE_DEPRECATED.
Member RWHttpAgent::executeTrace (const RWCString &server, int port=80) const
use the executeServerTrace() method instead. You can refuse to support this function by defining the macro RW_DISABLE_DEPRECATED.
Member RWHttpContentLengthHeader::value (void) const
Returns the internal value as an RWCString. Use getValue() instead. The RWCString should contain 7-bit US-ASCII data.
Class RWNetNoSuchBlockingHookError
This exception is only thrown by a deprecated RWWinSockInfo constructor.
Member RWNumReplyLine::codeAsString (void) const
You can refuse support for this function by defining the macro RW_DISABLE_DEPRECATED.
Member RWSafeCounter
RWSafeCounter is deprecated and is no longer supported. It may be removed from future releases. Please use RWAtomicCounter.
Member RWSockAddrFactory::theGlobalRWSockAddrFactory ()
Use the global object rwSockAddrFactory.
Member RWSocket::doRaise (int err, const char *funcName)
You can refuse support for this function by defining the macro RW_DISABLE_DEPRECATED.
Member RWSocket::raise (const char *funcName) const
Use raise(const char*, int) in conjunction with lastError(). You can refuse support for this function by defining the macro RW_DISABLE_DEPRECATED.
Member RWSocket::raiseUnlessWouldBlock (const char *funcName) const
Use raiseUnlessWouldBlock(const char*, int) in conjunction with lastError(). You can refuse support for this function by defining the macro RW_DISABLE_DEPRECATED.
Member RWStreamCoupler::ASCII
You can refuse support for this value by defining RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWStreamCoupler::BINARY
You can refuse support for this value by defining RW_AVOID_PREPROCESSOR_PROBLEMS.
Class RWTCounter< Mutex >
RWTCounter is deprecated and is no longer supported. It may be removed from future releases. Please use RWAtomicCounter.
Class RWTFunctor1< S1 >
Use RWTFunctor<void(S1)> instead.
Class RWTFunctor1Imp< S1 >
Use RWTFunctor<void(S1)> instead.
Class RWTFunctor2< S1, S2 >
Use RWTFunctor<void(S1, S2)> instead.
Class RWTFunctor2Imp< S1, S2 >
Use RWTFunctor<void(S1, S2)> instead.
Class RWTFunctorList1< A1 >
Use RWTValSlist<RWTFunctor<void(S1)>> instead.
Class RWTFunctorList2< A1, A2 >
Use RWTValSlist<RWTFunctor<void(S1, S2)>> instead.
Class RWTFunctorMap1< Key >
Use RWTValHashMap<Key, RWTFunctor<void()>> instead.
Class RWTFunctorMap2< Key, S1 >
Use RWTValHashMap<Key, RWTFunctor<void(S1)>> instead.
Class RWTFunctorMapR1< SR, Key >
Use RWTValHashMap<Key, RWTFunctor<SR()>> instead.
Class RWTFunctorMapR2< SR, Key, S1 >
Use RWTValHashMap<Key, RWTFunctor<SR(S1)>> instead.
Class RWTFunctorR0< SR >
Use RWTFunctor<SR()> instead.
Class RWTFunctorR0Imp< SR >
Use RWTFunctor<SR()> instead.
Class RWTFunctorR1< SR, S1 >
Use RWTFunctor<SR(S1)> instead.
Class RWTFunctorR1Imp< SR, S1 >
Use RWTFunctor<SR(S1)> instead.
Class RWTFunctorR2< SR, S1, S2 >
Use RWTFunctor<SR(S1, S2)> instead.
Class RWTFunctorR2Imp< SR, S1, S2 >
Use RWTFunctor<SR(S1, S2)> instead.
Class RWTime
RWTime is deprecated and no longer supported. Be aware that it may be removed in a future release. Please use RWDateTime instead. RWDateTime combines the functionality of RWDate and RWTime, but with a much greater range and millisecond accuracy.
Member RWTimer::SYSTEM
System time: enforce deprecation by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member RWTimer::USER
User time: enforce deprecation by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS.
Member rwtMakeFunctor0 (void(*caller)(void), DR(*callee)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use rwBind(function, a1, a2, a3) instead.
Member rwtMakeFunctor0 (void(*caller)(void), Callee &callee, DR(Callee::*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use rwBind(function, callee, a1, a2, a3) instead.
Member rwtMakeFunctor0 (void(*caller)(void), DR(*callee)(void))
Use rwBind(function) instead.
Member rwtMakeFunctor0 (void(*caller)(void), DR(*callee)(A1), AA1 a1)
Use rwBind(function, a1) instead.
Member rwtMakeFunctor0 (void(*caller)(void), DR(*callee)(A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, a1, a2) instead.
Member rwtMakeFunctor0 (void(*caller)(void), Callee &callee, DR(Callee::*function)(void))
Use rwBind(function, callee) instead.
Member rwtMakeFunctor0 (void(*caller)(void), Callee &callee, DR(Callee::*function)(A1), AA1 a1)
Use rwBind(function, callee, a1) instead.
Member rwtMakeFunctor0 (void(*caller)(void), Callee &callee, DR(Callee::*function)(A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, callee, a1, a2) instead.
Member rwtMakeFunctor0G (DR, function)
Use rwBind(function) instead.
Member rwtMakeFunctor0GA1 (DR, function, A1, a1)
Use rwBind(function, a1) instead.
Member rwtMakeFunctor0GA2 (DR, function, A1, a1, A2, a2)
Use rwBind(function, a1, a2) instead.
Member rwtMakeFunctor0GA3 (DR, function, A1, a1, A2, a2, A3, a3)
Use rwBind(function, a1, a2, a3) instead.
Member rwtMakeFunctor0M (Callee, callee, DR, function)
Use rwBind(function, callee) instead.
Member rwtMakeFunctor0MA1 (Callee, callee, DR, function, A1, a1)
Use rwBind(function, callee, a1) instead.
Member rwtMakeFunctor0MA2 (Callee, callee, DR, function, A1, a1, A2, a2)
Use rwBind(function, callee, a1, a2) instead.
Member rwtMakeFunctor0MA3 (Callee, callee, DR, function, A1, a1, A2, a2, A3, a3)
Use rwBind(function, callee, a1, a2, a3) instead.
Member rwtMakeFunctor1 (void(*caller)(S1), DR(*callee)(D1))
Use rwBind(function, rw1) instead.
Member rwtMakeFunctor1 (void(*caller)(S1), DR(*callee)(D1, A1), AA1 a1)
Use rwBind(function, rw1, a1) instead.
Member rwtMakeFunctor1 (void(*caller)(S1), DR(*callee)(D1, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, rw1, a1, a2) instead.
Member rwtMakeFunctor1 (void(*caller)(S1), Callee &callee, DR(Callee::*function)(D1, A1), AA1 a1)
Use rwBind(function, callee, rw1, a1) instead.
Member rwtMakeFunctor1 (void(*caller)(S1), Callee &callee, DR(Callee::*function)(D1, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, callee, rw1, a1, a2) instead.
Member rwtMakeFunctor1 (void(*caller)(S1), Callee &callee, DR(Callee::*function)(D1))
Use rwBind(function, callee, rw1) instead.
Member rwtMakeFunctor1G (S1, DR, function, D1)
Use rwBind(function, rw1) instead.
Member rwtMakeFunctor1GA1 (S1, DR, function, D1, A1, a1)
Use rwBind(function, rw1, a1) instead.
Member rwtMakeFunctor1GA2 (S1, DR, function, D1, A1, a1, A2, a2)
Use rwBind(function, rw1, a1, a2) instead.
Member rwtMakeFunctor1M (S1, Callee, callee, DR, function, D1)
Use rwBind(function, callee, rw1) instead.
Member rwtMakeFunctor1MA1 (S1, Callee, callee, DR, function, D1, A1, a1)
Use rwBind(function, callee, rw1, a1) instead.
Member rwtMakeFunctor1MA2 (S1, Callee, callee, DR, function, D1, A1, a1, A2, a2)
Use rwBind(function, callee, rw1, a1, a2) instead.
Member rwtMakeFunctor2 (void(*caller)(S1, S2), DR(*callee)(D1, D2))
Use rwBind(function, rw1, rw2) instead.
Member rwtMakeFunctor2 (void(*caller)(S1, S2), DR(*callee)(D1, D2, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, rw1, rw2, a1, a2) instead.
Member rwtMakeFunctor2 (void(*caller)(S1, S2), Callee &callee, DR(Callee::*function)(D1, D2, A1), AA1 a1)
Use rwBind(function, callee, rw1, rw2, a1) instead.
Member rwtMakeFunctor2 (void(*caller)(S1, S2), Callee &callee, DR(Callee::*function)(D1, D2, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, callee, rw1, rw2, a1, a2) instead.
Member rwtMakeFunctor2 (void(*caller)(S1, S2), Callee &callee, DR(Callee::*function)(D1, D2))
Use rwBind(function, callee, rw1, rw2) instead.
Member rwtMakeFunctor2 (void(*caller)(S1, S2), DR(*callee)(D1, D2, A1), AA1 a1)
Use rwBind(function, rw1, rw2, a1) instead.
Member rwtMakeFunctor2G (S1, S2, DR, function, D1, D2)
Use rwBind(function, rw1, rw2) instead.
Member rwtMakeFunctor2GA1 (S1, S2, DR, function, D1, D2, A1, a1)
Use rwBind(function, rw1, rw2, a1) instead.
Member rwtMakeFunctor2GA2 (S1, S2, DR, function, D1, D2, A1, a1, A2, a2)
Use rwBind(function, rw1, rw2, a1, a2) instead.
Member rwtMakeFunctor2M (S1, S2, Callee, callee, DR, function, D1, D2)
Use rwBind(function, callee, rw1, rw2) instead.
Member rwtMakeFunctor2MA1 (S1, S2, Callee, callee, DR, function, D1, D2, A1, a1)
Use rwBind(function, callee, rw1, rw2, a1) instead.
Member rwtMakeFunctor2MA2 (S1, S2, Callee, callee, DR, function, D1, D2, A1, a1, A2, a2)
Use rwBind(function, callee, rw1, rw2, a1, a2) instead.
Member rwtMakeFunctorR0 (SR(*caller)(void), DR(*callee)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use rwBind(function, a1, a2, a3) instead.
Member rwtMakeFunctorR0 (SR(*caller)(void), Callee &callee, DR(Callee::*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use rwBind(function, callee, a1, a2, a3) instead.
Member rwtMakeFunctorR0 (SR(*caller)(void), DR(*callee)(void))
Use rwBind(function) instead.
Member rwtMakeFunctorR0 (SR(*caller)(void), DR(*callee)(A1), AA1 a1)
Use rwBind(function, a1) instead.
Member rwtMakeFunctorR0 (SR(*caller)(void), DR(*callee)(A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, a1, a2) instead.
Member rwtMakeFunctorR0 (SR(*caller)(void), Callee &callee, DR(Callee::*function)(void))
Use rwBind(function, callee) instead.
Member rwtMakeFunctorR0 (SR(*caller)(void), Callee &callee, DR(Callee::*function)(A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, callee, a1, a2) instead.
Member rwtMakeFunctorR0 (SR(*caller)(void), Callee &callee, DR(Callee::*function)(A1), AA1 a1)
Use rwBind(function, callee, a1) instead.
Member rwtMakeFunctorR0G (SR, DR, function)
Use rwBind(function) instead.
Member rwtMakeFunctorR0GA1 (SR, DR, function, A1, a1)
Use rwBind(function, a1) instead.
Member rwtMakeFunctorR0GA2 (SR, DR, function, A1, a1, A2, a2)
Use rwBind(function, a1, a2) instead.
Member rwtMakeFunctorR0GA3 (SR, DR, function, A1, a1, A2, a2, A3, a3)
Use rwBind(function, a1, a2, a3) instead.
Member rwtMakeFunctorR0M (SR, Callee, callee, DR, function)
Use rwBind(function, callee) instead.
Member rwtMakeFunctorR0MA1 (SR, Callee, callee, DR, function, A1, a1)
Use rwBind(function, callee, a1) instead.
Member rwtMakeFunctorR0MA2 (SR, Callee, callee, DR, function, A1, a1, A2, a2)
Use rwBind(function, callee, a1, a2) instead.
Member rwtMakeFunctorR0MA3 (SR, Callee, callee, DR, function, A1, a1, A2, a2, A3, a3)
Use rwBind(function, callee, a1, a2, a3) instead.
Member rwtMakeFunctorR1 (SR(*caller)(S1), DR(*callee)(D1))
Use rwBind(function, rw1) instead.
Member rwtMakeFunctorR1 (SR(*caller)(S1), DR(*callee)(D1, A1), AA1 a1)
Use rwBind(function, rw1, a1) instead.
Member rwtMakeFunctorR1 (SR(*caller)(S1), DR(*callee)(D1, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, rw1, a1, a2) instead.
Member rwtMakeFunctorR1 (SR(*caller)(S1), Callee &callee, DR(Callee::*function)(D1, A1), AA1 a1)
Use rwBind(function, callee, rw1, a1) instead.
Member rwtMakeFunctorR1 (SR(*caller)(S1), Callee &callee, DR(Callee::*function)(D1, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, callee, rw1, a1, a2) instead.
Member rwtMakeFunctorR1 (SR(*caller)(S1), Callee &callee, DR(Callee::*function)(D1))
Use rwBind(function, callee, rw1) instead.
Member rwtMakeFunctorR1G (SR, S1, DR, function, D1)
Use rwBind(function, rw1) instead.
Member rwtMakeFunctorR1GA1 (SR, S1, DR, function, D1, A1, a1)
Use rwBind(function, rw1, a1) instead.
Member rwtMakeFunctorR1GA2 (SR, S1, DR, function, D1, A1, a1, A2, a2)
Use rwBind(function, rw1, a1, a2) instead.
Member rwtMakeFunctorR1M (SR, S1, Callee, callee, DR, function, D1)
Use rwBind(function, callee, rw1) instead.
Member rwtMakeFunctorR1MA1 (SR, S1, Callee, callee, DR, function, D1, A1, a1)
Use rwBind(function, callee, rw1, a1) instead.
Member rwtMakeFunctorR1MA2 (SR, S1, Callee, callee, DR, function, D1, A1, a1, A2, a2)
Use rwBind(function, callee, rw1, a1, a2) instead.
Member rwtMakeFunctorR2 (SR(*caller)(S1, S2), Callee &callee, DR(Callee::*function)(D1, D2, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, callee, rw1, rw2, a1, a2) instead.
Member rwtMakeFunctorR2 (SR(*caller)(S1, S2), Callee &callee, DR(Callee::*function)(D1, D2))
Use rwBind(function, callee, rw1, rw2) instead.
Member rwtMakeFunctorR2 (SR(*caller)(S1, S2), DR(*callee)(D1, D2, A1), AA1 a1)
Use rwBind(function, rw1, rw2, a1) instead.
Member rwtMakeFunctorR2 (SR(*caller)(S1, S2), DR(*callee)(D1, D2))
Use rwBind(function, rw1, rw2) instead.
Member rwtMakeFunctorR2 (SR(*caller)(S1, S2), DR(*callee)(D1, D2, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, rw1, rw2, a1, a2) instead.
Member rwtMakeFunctorR2 (SR(*caller)(S1, S2), Callee &callee, DR(Callee::*function)(D1, D2, A1), AA1 a1)
Use rwBind(function, callee, rw1, rw2, a1) instead.
Member rwtMakeFunctorR2G (SR, S1, S2, DR, function, D1, D2)
Use rwBind(function, rw1, rw2) instead.
Member rwtMakeFunctorR2GA1 (SR, S1, S2, DR, function, D1, D2, A1, a1)
Use rwBind(function, rw1, rw2, a1) instead.
Member rwtMakeFunctorR2GA2 (SR, S1, S2, DR, function, D1, D2, A1, a1, A2, a2)
Use rwBind(function, rw1, rw2, a1, a2) instead.
Member rwtMakeFunctorR2M (SR, S1, S2, Callee, callee, DR, function, D1, D2)
Use rwBind(function, callee, rw1, rw2) instead.
Member rwtMakeFunctorR2MA1 (SR, S1, S2, Callee, callee, DR, function, D1, D2, A1, a1)
Use rwBind(function, callee, rw1, rw2, a1) instead.
Member rwtMakeFunctorR2MA2 (SR, S1, S2, Callee, callee, DR, function, D1, D2, A1, a1, A2, a2)
Use rwBind(function, callee, rw1, rw2, a1, a2) instead.
Member rwtMakeIOUCallback
Use rwBind(function, rw1) instead.
Member rwtMakeIOUCallback
Use rwBind(function, callee, rw1) instead.
Member rwtMakeIOUCallback
Use rwBind(function, rw1, a1) instead.
Member rwtMakeIOUCallback
Use rwBind(function, callee, rw1, a1) instead.
Member rwtMakeIOUCallback
Use rwBind(function, rw1, a1, a2) instead.
Member rwtMakeIOUCallback
Use rwBind(function, callee, rw1, a1, a2) instead.
Member rwtMakeIOUCallbackG
Use rwBind(function, rw1) instead.
Member rwtMakeIOUCallbackGA1
Use rwBind(function, rw1, a1) instead.
Member rwtMakeIOUCallbackGA2
Use rwBind(function, rw1, a1, a2) instead.
Member rwtMakeIOUCallbackM
Use rwBind(function, callee, rw1) instead.
Member rwtMakeIOUCallbackMA1
Use rwBind(function, callee, rw1, a1) instead.
Member rwtMakeIOUCallbackMA2
Use rwBind(function, callee, rw1, a1, a2) instead.
Member rwtMakeRef (T &t)
Use rwRef() instead.
Member rwtMakeRunnableCallback (void(*function)(const RWRunnable &, RWExecutionState, A1), AA1 a1)
Use rwBind(function, rw1, rw2, a1) instead.
Member rwtMakeRunnableCallback (Callee &callee, void(Callee::*function)(const RWRunnable &, RWExecutionState))
Use rwBind(function, callee, rw1, rw2) instead.
Member rwtMakeRunnableCallback (Callee &callee, void(Callee::*function)(const RWRunnable &, RWExecutionState, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, callee, rw1, rw2, a1, a2) instead.
Member rwtMakeRunnableCallback (Callee &callee, void(Callee::*function)(const RWRunnable &, RWExecutionState, A1), AA1 a1)
Use rwBind(function, callee, rw1, rw2, a1) instead.
Member rwtMakeRunnableCallback (void(*function)(const RWRunnable &, RWExecutionState, A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, rw1, rw2, a1, a2) instead.
Member rwtMakeRunnableCallback (void(*function)(const RWRunnable &, RWExecutionState))
Use rwBind(function, rw1, rw2) instead.
Member rwtMakeRunnableCallbackG (function)
Use rwBind(function, rw1, rw2) instead.
Member rwtMakeRunnableCallbackGA1 (function, A1, a1)
Use rwBind(function, rw1, rw2, a1) instead.
Member rwtMakeRunnableCallbackGA2 (function, A1, a1, A2, a2)
Use rwBind(function, rw1, rw2, a1, a2) instead.
Member rwtMakeRunnableCallbackM (Callee, callee, function)
Use rwBind(function, callee, rw1, rw2) instead.
Member rwtMakeRunnableCallbackMA1 (Callee, callee, function, A1, a1)
Use rwBind(function, callee, rw1, rw2, a1) instead.
Member rwtMakeRunnableCallbackMA2 (Callee, callee, function, A1, a1, A2, a2)
Use rwBind(function, callee, rw1, rw2, a1, a2) instead.
Member rwtMakeRunnableFunction (R(*function)(A1), AA1 a1)
Use RWRunnableFunction::make(rwBind(function, a1)) instead.
Member rwtMakeRunnableFunction (R(*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use RWRunnableFunction::make(rwBind(function, a1, a2, a3)) instead.
Member rwtMakeRunnableFunction (Callee &callee, R(Callee::*function)(A1), AA1 a1)
Use RWRunnableFunction::make(rwBind(function, callee, a1)) instead.
Member rwtMakeRunnableFunction (Callee &callee, R(Callee::*function)(void))
Use RWRunnableFunction::make(rwBind(function, callee)) instead.
Member rwtMakeRunnableFunction (R(*function)(A1, A2), AA1 a1, AA2 a2)
Use RWRunnableFunction::make(rwBind(function, a1, a2)) instead.
Member rwtMakeRunnableFunction (R(*function)(void))
Use RWRunnableFunction::make(function) instead.
Member rwtMakeRunnableFunction (Callee &callee, R(Callee::*function)(A1, A2), AA1 a1, AA2 a2)
Use RWRunnableFunction::make(rwBind(function, callee, a1, a2)) instead.
Member rwtMakeRunnableFunction (Callee &callee, R(Callee::*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use RWRunnableFunction::make(rwBind(function, callee, a1, a2, a3)) instead.
Member rwtMakeRunnableFunctionG (R, function)
Use RWRunnableFunction::make(function) instead.
Member rwtMakeRunnableFunctionGA1 (R, function, A1, a1)
Use RWRunnableFunction::make(rwBind(function, a1)) instead.
Member rwtMakeRunnableFunctionGA2 (R, function, A1, a1, A2, a2)
Use RWRunnableFunction::make(rwBind(function, a1, a2)) instead.
Member rwtMakeRunnableFunctionGA3 (R, function, A1, a1, A2, a2, A3, a3)
Use RWRunnableFunction::make(rwBind(function, a1, a2, a3)) instead.
Member rwtMakeRunnableFunctionM (Callee, callee, R, function)
Use RWRunnableFunction::make(rwBind(function, callee)) instead.
Member rwtMakeRunnableFunctionMA1 (Callee, callee, R, function, A1, a1)
Use RWRunnableFunction::make(rwBind(function, callee, a1)) instead.
Member rwtMakeRunnableFunctionMA2 (Callee, callee, R, function, A1, a1, A2, a2)
Use RWRunnableFunction::make(rwBind(function, callee, a1, a2)) instead.
Member rwtMakeRunnableFunctionMA3 (Callee, callee, R, function, A1, a1, A2, a2, A3, a3)
Use RWRunnableFunction::make(rwBind(function, callee, a1, a2, a3)) instead.
Member rwtMakeRunnableGuard (DR(*function)(void))
Use rwBind(function) instead.
Member rwtMakeRunnableGuard (DR(*function)(A1), AA1 a1)
Use rwBind(function, a1) instead.
Member rwtMakeRunnableGuard (DR(*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use rwBind(function, a1, a2, a3) instead.
Member rwtMakeRunnableGuard (Callee &callee, DR(Callee::*function)(void))
Use rwBind(function, callee) instead.
Member rwtMakeRunnableGuard (Callee &callee, DR(Callee::*function)(A1), AA1 a1)
Use rwBind(function, callee, a1) instead.
Member rwtMakeRunnableGuard (Callee &callee, DR(Callee::*function)(A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, callee, a1, a2) instead.
Member rwtMakeRunnableGuard (Callee &callee, DR(Callee::*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use rwBind(function, callee, a1, a2, a3) instead.
Member rwtMakeRunnableGuard (DR(*function)(A1, A2), AA1 a1, AA2 a2)
Use rwBind(function, a1, a2) instead.
Member rwtMakeRunnableGuardG (DR, function)
Use rwBind(function) instead.
Member rwtMakeRunnableGuardGA1 (DR, function, A1, a1)
Use rwBind(function, a1) instead.
Member rwtMakeRunnableGuardGA2 (DR, function, A1, a1, A2, a2)
Use rwBind(function, a1, a2) instead.
Member rwtMakeRunnableGuardGA3 (DR, function, A1, a1, A2, a2, A3, a3)
Use rwBind(function, a1, a2, a3) instead.
Member rwtMakeRunnableGuardM (Callee, callee, DR, function)
Use rwBind(function, callee) instead.
Member rwtMakeRunnableGuardMA1 (Callee, callee, DR, function, A1, a1)
Use rwBind(function, callee, a1) instead.
Member rwtMakeRunnableGuardMA2 (Callee, callee, DR, function, A1, a1, A2, a2)
Use rwBind(function, callee, a1, a2) instead.
Member rwtMakeRunnableGuardMA3 (Callee, callee, DR, function, A1, a1, A2, a2, A3, a3)
Use rwBind(function, callee, a1, a2, a3) instead.
Member rwtMakeRunnableIOUFunction (R(*function)(void))
Use RWTRunnableIOUFunction<R>::make(function) instead.
Member rwtMakeRunnableIOUFunction (R(*function)(A1), AA1 a1)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, a1)) instead.
Member rwtMakeRunnableIOUFunction (R(*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, a1, a2, a3)) instead.
Member rwtMakeRunnableIOUFunction (Callee &callee, R(Callee::*function)(void))
Use RWTRunnableIOUFunction<R>::make(rwBind(function, callee)) instead.
Member rwtMakeRunnableIOUFunction (Callee &callee, R(Callee::*function)(A1), AA1 a1)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, callee, a1)) instead.
Member rwtMakeRunnableIOUFunction (Callee &callee, R(Callee::*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, callee, a1, a2, a3)) instead.
Member rwtMakeRunnableIOUFunction (R(*function)(A1, A2), AA1 a1, AA2 a2)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, a1, a2)) instead.
Member rwtMakeRunnableIOUFunction (Callee &callee, R(Callee::*function)(A1, A2), AA1 a1, AA2 a2)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, callee, a1, a2)) instead.
Member rwtMakeRunnableIOUFunctionG (R, function)
Use RWTRunnableIOUFunction<R>::make(function) instead.
Member rwtMakeRunnableIOUFunctionGA1 (R, function, A1, a1)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, a1)) instead.
Member rwtMakeRunnableIOUFunctionGA2 (R, function, A1, a1, A2, a2)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, a1, a2)) instead.
Member rwtMakeRunnableIOUFunctionGA3 (R, function, A1, a1, A2, a2, A3, a3)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, a1, a2, a3)) instead.
Member rwtMakeRunnableIOUFunctionM (Callee, callee, R, function)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, callee)) instead.
Member rwtMakeRunnableIOUFunctionMA1 (Callee, callee, R, function, A1, a1)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, callee, a1)) instead.
Member rwtMakeRunnableIOUFunctionMA2 (Callee, callee, R, function, A1, a1, A2, a2)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, callee, a1, a2)) instead.
Member rwtMakeRunnableIOUFunctionMA3 (Callee, callee, R, function, A1, a1, A2, a2, A3, a3)
Use RWTRunnableIOUFunction<R>::make(rwBind(function, callee, a1, a2, a3)) instead.
Member rwtMakeThreadFunction (R(*function)(void))
Use RWThreadFunction::make(function) instead.
Member rwtMakeThreadFunction (R(*function)(A1), AA1 a1)
Use RWThreadFunction::make(function, a1) instead.
Member rwtMakeThreadFunction (R(*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use RWThreadFunction::make(function, a1, a2, a3) instead.
Member rwtMakeThreadFunction (Callee &callee, R(Callee::*function)(void))
Use RWThreadFunction::make(function, callee) instead.
Member rwtMakeThreadFunction (Callee &callee, R(Callee::*function)(A1), AA1 a1)
Use RWThreadFunction::make(function, callee, a1) instead.
Member rwtMakeThreadFunction (Callee &callee, R(Callee::*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use RWThreadFunction::make(function, callee, a1, a2, a3) instead.
Member rwtMakeThreadFunction (Callee &callee, R(Callee::*function)(A1, A2), AA1 a1, AA2 a2)
Use RWThreadFunction::make(function, callee, a1, a2) instead.
Member rwtMakeThreadFunction (R(*function)(A1, A2), AA1 a1, AA2 a2)
Use RWThreadFunction::make(function, a1, a2) instead.
Member rwtMakeThreadFunctionG (R, function)
Use RWThreadFunction::make(function) instead.
Member rwtMakeThreadFunctionGA1 (R, function, A1, a1)
Use RWThreadFunction::make(function, a1) instead.
Member rwtMakeThreadFunctionGA2 (R, function, A1, a1, A2, a2)
Use RWThreadFunction::make(function, a1, a2) instead.
Member rwtMakeThreadFunctionGA3 (R, function, A1, a1, A2, a2, A3, a3)
Use RWThreadFunction::make(function, a1, a2, a3) instead.
Member rwtMakeThreadFunctionM (Callee, callee, R, function)
Use RWThreadFunction::make(function, callee) instead.
Member rwtMakeThreadFunctionMA1 (Callee, callee, R, function, A1, a1)
Use RWThreadFunction::make(function, callee, a1) instead.
Member rwtMakeThreadFunctionMA2 (Callee, callee, R, function, A1, a1, A2, a2)
Use RWThreadFunction::make(function, callee, a1, a2) instead.
Member rwtMakeThreadFunctionMA3 (Callee, callee, R, function, A1, a1, A2, a2, A3, a3)
Use RWThreadFunction::make(function, callee, a1, a2, a3) instead.
Member rwtMakeThreadIOU (const Redeemable *r)
Use RWTThreadEscrowImp<Redeemable>::make() instead.
Member rwtMakeThreadIOUFunction (Callee &callee, R(Callee::*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use RWTThreadIOUFunction<R>::make(function, callee, a1, a2, a3) instead.
Member rwtMakeThreadIOUFunction (R(*function)(void))
Use RWTThreadIOUFunction<R>::make(function) instead.
Member rwtMakeThreadIOUFunction (R(*function)(A1, A2), AA1 a1, AA2 a2)
Use RWTThreadIOUFunction<R>::make(function, a1, a2) instead.
Member rwtMakeThreadIOUFunction (R(*function)(A1, A2, A3), AA1 a1, AA2 a2, AA3 a3)
Use RWTThreadIOUFunction<R>::make(function, a1, a2, a3) instead.
Member rwtMakeThreadIOUFunction (Callee &callee, R(Callee::*function)(void))
Use RWTThreadIOUFunction<R>::make(function, callee) instead.
Member rwtMakeThreadIOUFunction (Callee &callee, R(Callee::*function)(A1, A2), AA1 a1, AA2 a2)
Use RWTThreadIOUFunction<R>::make(function, callee, a1, a2) instead.
Member rwtMakeThreadIOUFunction (Callee &callee, R(Callee::*function)(A1), AA1 a1)
Use RWTThreadIOUFunction<R>::make(function, callee, a1) instead.
Member rwtMakeThreadIOUFunction (R(*function)(A1), AA1 a1)
Use RWTThreadIOUFunction<R>::make(function, a1) instead.
Member rwtMakeThreadIOUFunctionG (R, function)
Use RWTThreadIOUFunction<R>::make(function) instead.
Member rwtMakeThreadIOUFunctionGA1 (R, function, A1, a1)
Use RWTThreadIOUFunction<R>::make(function, a1) instead.
Member rwtMakeThreadIOUFunctionGA2 (R, function, A1, a1, A2, a2)
Use RWTThreadIOUFunction<R>::make(function, a1, a2) instead.
Member rwtMakeThreadIOUFunctionGA3 (R, function, A1, a1, A2, a2, A3, a3)
Use RWTThreadIOUFunction<R>::make(function, a1, a2, a3) instead.
Member rwtMakeThreadIOUFunctionM (Callee, callee, R, function)
Use RWTThreadIOUFunction<R>::make(function, callee) instead.
Member rwtMakeThreadIOUFunctionMA1 (Callee, callee, R, function, A1, a1)
Use RWTThreadIOUFunction<R>::make(function, callee, a1) instead.
Member rwtMakeThreadIOUFunctionMA2 (Callee, callee, R, function, A1, a1, A2, a2)
Use RWTThreadIOUFunction<R>::make(function, callee, a1, a2) instead.
Member rwtMakeThreadIOUFunctionMA3 (Callee, callee, R, function, A1, a1, A2, a2, A3, a3)
Use RWTThreadIOUFunction<R>::make(function, callee, a1, a2, a3) instead.
Member RWTPtrDlist< T, A >::const_value
Use const T* instead. A type representing the container's const data type.
Class RWTPtrDlistConstIterator< T, A >
Use RWTPtrDlist::const_iterator to iterate over the elements in this collection.
Class RWTPtrDlistIterator< T, A >
Use RWTPtrDlist::iterator to iterate over the elements in this collection.
Member RWTPtrHashMap< K, T, H, EQ, A >::applyToKeyAndValue (void(*fn)(const K *, const T *, void *), void *d) const
This method is deprecated, and is no longer supported. Be aware that it may be removed in a future release. Use the method apply() instead, which behaves exactly the same as this method.
Member RWTPtrHashMap< K, T, H, EQ, A >::const_reference_data
Use const T* const& instead.
Member RWTPtrHashMap< K, T, H, EQ, A >::const_reference_key
Use const K* const& instead.
Member RWTPtrHashMap< K, T, H, EQ, A >::container_eq
Use key_equal instead.
Member RWTPtrHashMap< K, T, H, EQ, A >::container_hash
Use hasher instead.
Member RWTPtrHashMap< K, T, H, EQ, A >::insertKeyAndValue (key_type key, mapped_type a)
This method is deprecated, and is no longer supported. Be aware that it may be removed in a future release. Instead, use the insert() member, which behaves exactly the same as this method.
Member RWTPtrHashMap< K, T, H, EQ, A >::reference_data
Use mapped_type& instead.
Member RWTPtrHashMap< K, T, H, EQ, A >::reference_key
Use key_type& instead.
Member RWTPtrHashMap< K, T, H, EQ, A >::value_type_data
Use mapped_type instead.
Member RWTPtrHashMap< K, T, H, EQ, A >::value_type_key
Use key_type instead.
Class RWTPtrHashMapConstIterator< K, T, H, EQ, A >
Use RWTPtrHashMap::const_iterator to iterate over the elements in this collection.
Class RWTPtrHashMapIterator< K, T, H, EQ, A >
Use RWTPtrHashMap::iterator to iterate over the elements in this collection.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::applyToKeyAndValue (void(*fn)(const K *, const T *, void *), void *d) const
This method is deprecated, and is no longer supported. Be aware that it may be removed in a future release. Use the method apply() instead, which behaves exactly the same as this method.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::const_reference_data
Use const T* const& instead.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::const_reference_key
Use const K* const& instead.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::container_eq
Use key_equal instead.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::container_hash
Use hasher instead.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::insertKeyAndValue (key_type key, mapped_type a)
This method is deprecated, and is no longer supported. Be aware that it may be removed in a future release. Instead, use insert(), which behaves exactly the same as this method.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::reference_data
Use mapped_type& instead.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::reference_key
Use key_type& instead.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::value_type_data
Use mapped_type instead.
Member RWTPtrHashMultiMap< K, T, H, EQ, A >::value_type_key
Use key_type instead.
Class RWTPtrHashMultiMapConstIterator< K, T, H, EQ, A >
Use RWTPtrHashMultiMap::const_iterator to iterate over the elements in this collection.
Class RWTPtrHashMultiMapIterator< K, T, H, EQ, A >
Use RWTPtrHashMultiMap::iterator to iterate over the elements in this collection.
Member RWTPtrHashMultiSet< T, H, EQ, A >::container_eq
Use key_equal instead.
Member RWTPtrHashMultiSet< T, H, EQ, A >::container_hash
Use hasher instead.
Class RWTPtrHashMultiSetConstIterator< T, H, EQ, A >
Use RWTPtrHashMultiSet::const_iterator to iterate over the elements in this collection.
Class RWTPtrHashMultiSetIterator< T, H, EQ, A >
Use RWTPtrHashMultiSet::iterator to iterate over the elements in this collection.
Member RWTPtrHashSet< T, H, EQ, A >::container_eq
Use key_equal instead.
Member RWTPtrHashSet< T, H, EQ, A >::container_hash
Use hasher instead.
Class RWTPtrHashSetConstIterator< T, H, EQ, A >
Use RWTPtrHashSet::const_iterator to iterate over the elements in this collection.
Class RWTPtrHashSetIterator< T, H, EQ, A >
Use RWTPtrHashSet::iterator to iterate over the elements in this collection.
Member RWTPtrMap< K, T, C, A >::applyToKeyAndValue (void(*fn)(const K *, const T *, void *), void *d) const
This method is deprecated, and is no longer supported. Be aware that it may be removed in a future release. Instead, use the apply() member, which behaves exactly the same as this method.
Member RWTPtrMap< K, T, C, A >::const_reference_data
Use const T* const& instead.
Member RWTPtrMap< K, T, C, A >::const_reference_key
Use const K* const& instead.
Member RWTPtrMap< K, T, C, A >::container_comp
Use key_compare instead.
Member RWTPtrMap< K, T, C, A >::insertKeyAndValue (key_type key, mapped_type a)
This method is deprecated, and is no longer supported. Be aware that it may be removed in a future release. Instead, use the insert() member, which behaves exactly the same as this method.
Member RWTPtrMap< K, T, C, A >::reference_data
Use mapped_type& instead.
Member RWTPtrMap< K, T, C, A >::reference_key
Use key_type& instead.
Member RWTPtrMap< K, T, C, A >::value_type_data
Use mapped_type instead.
Member RWTPtrMap< K, T, C, A >::value_type_key
Use key_type instead.
Class RWTPtrMapConstIterator< K, T, C, A >
Use RWTPtrMap::const_iterator to iterate over the elements in this collection.
Class RWTPtrMapIterator< K, T, C, A >
Use RWTPtrMap::iterator to iterate over the elements in this collection.
Member RWTPtrMultiMap< K, T, C, A >::applyToKeyAndValue (void(*fn)(const K *, const T *, void *), void *d) const
This method is deprecated, and is no longer supported. Be aware that it may be removed in a future release. Instead, use the apply() member, which behaves exactly the same as this method.
Member RWTPtrMultiMap< K, T, C, A >::const_reference_data
Use const T* const& instead.
Member RWTPtrMultiMap< K, T, C, A >::const_reference_key
Use const K* const& instead.
Member RWTPtrMultiMap< K, T, C, A >::container_comp
Use key_compare instead.
Member RWTPtrMultiMap< K, T, C, A >::insertKeyAndValue (key_type key, mapped_type a)
This method is deprecated, and is no longer supported. Be aware that it may be removed in a future release. Instead, use the insert() member, which behaves exactly the same as this method.
Member RWTPtrMultiMap< K, T, C, A >::reference_data
Use mapped_type& instead.
Member RWTPtrMultiMap< K, T, C, A >::reference_key
Use key_type& instead.
Member RWTPtrMultiMap< K, T, C, A >::value_type_data
Use mapped_type instead.
Member RWTPtrMultiMap< K, T, C, A >::value_type_key
Use key_type instead.
Class RWTPtrMultiMapConstIterator< K, T, C, A >
Use RWTPtrMultiMap::const_iterator to iterate over the elements in this collection.
Class RWTPtrMultiMapIterator< K, T, C, A >
Use RWTPtrMultiMap::iterator to iterate over the elements in this collection.
Member RWTPtrMultiSet< T, C, A >::container_comp
Use key_compare instead.
Class RWTPtrMultiSetConstIterator< T, C, A >
Use RWTPtrMultiSet::const_iterator to iterate over the elements in this collection.
Class RWTPtrMultiSetIterator< T, C, A >
Use RWTPtrMultiSet::iterator to iterate over the elements in this collection.
Member RWTPtrSet< T, C, A >::container_comp
Use key_compare instead.
Class RWTPtrSetConstIterator< T, C, A >
Use RWTPtrSet::const_iterator to iterate over the elements in this collection.
Class RWTPtrSetIterator< T, C, A >
Use RWTPtrSet::iterator to iterate over the elements in this collection.
Class RWTPtrSlistConstIterator< T, A >
Use RWTPtrSlist::const_iterator to iterate over the elements in this collection.
Class RWTPtrSlistIterator< T, A >
Use RWTPtrSlist::iterator to iterate over the elements in this collection.
Member RWTPtrSortedDlist< T, C, A >::container_comp
Use key_compare instead.
Class RWTPtrSortedDlistConstIterator< T, C, A >
Use RWTPtrSortedDlist::const_iterator to iterate over the elements in this collection.
Class RWTPtrSortedDlistIterator< T, C, A >
Use RWTPtrSortedDlist::iterator to iterate over the elements in this collection.
Member RWTPtrSortedVector< T, C, A >::container_comp
Use key_compare instead.
Member RWTPtrSortedVector< T, C, A >::RWTPtrSortedVector (size_type n)
This function is provided for backward compatibility.
Member RWTraceManager::getTraceLevel () const
Please use getLevel().
Member RWTraceManager::setTraceLevel (RWTraceEventSeverity level)
Please use setLevel().
Class RWTRegularExpression< charT >
Use RWTRegex<T> instead
Member RWTSocketAttribute< Socket >::ANY
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Member RWTSocketAttribute< Socket >::CANACCEPT
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Member RWTSocketAttribute< Socket >::CANREAD
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Member RWTSocketAttribute< Socket >::CANWRITE
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Member RWTSocketAttribute< Socket >::EXCEPTION
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Member RWTSocketAttribute< Socket >::ISCONNECTED
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Member RWTSocketAttribute< Socket >::ISEXCEPTION
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Member RWTSocketAttribute< Socket >::NIL
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Member RWTSocketAttribute< Socket >::RWEXCEPTION
You can refuse support for this value by defining the macro RW_AVOID_PREPROCESSOR_PROBLEMS
Class RWTValDlistConstIterator< T, A >
Use RWTValDlist::const_iterator to iterate over the elements in this collection.
Class RWTValDlistIterator< T, A >
Use RWTValDlist::iterator to iterate over the elements in this collection.
Class RWTValHashMapConstIterator< K, T, H, EQ, A >
Use RWTValHashMap::const_iterator to iterate over the elements in this collection.
Class RWTValHashMapIterator< K, T, H, EQ, A >
Use RWTValHashMap::iterator to iterate over the elements in this collection.
Class RWTValHashMultiMapConstIterator< K, T, H, EQ, A >
Use RWTValHashMultiMap::const_iterator to iterate over the elements in this collection.
Class RWTValHashMultiMapIterator< K, T, H, EQ, A >
Use RWTValHashMultiMap::iterator to iterate over the elements in this collection.
Class RWTValHashMultiSetConstIterator< T, H, EQ, A >
Use RWTValHashMultiSet::const_iterator to iterate over the elements in this collection.
Class RWTValHashMultiSetIterator< T, H, EQ, A >
Use RWTValHashMultiSet::iterator to iterate over the elements in this collection.
Class RWTValHashSetConstIterator< T, H, EQ, A >
Use RWTValHashSet::const_iterator to iterate over the elements in this collection.
Class RWTValHashSetIterator< T, H, EQ, A >
Use RWTValHashSet::iterator to iterate over the elements in this collection.
Member RWTValMap< K, T, C, A >::applyToKeyAndValue (void(*fn)(const key_type &, const mapped_type &, void *), void *d) const
Use apply() instead.
Member RWTValMap< K, T, C, A >::applyToKeyAndValue (void(*fn)(const key_type &, mapped_type &, void *), void *d)
Use apply() instead.
Class RWTValMapConstIterator< K, T, C, A >
Use RWTValMap::const_iterator to iterate over the elements in this collection.
Class RWTValMapIterator< K, T, C, A >
Use RWTValMap::iterator to iterate over the elements in this collection.
Class RWTValMultiMapConstIterator< K, T, C, A >
Use RWTValMultiMap::const_iterator to iterate over the elements in this collection.
Class RWTValMultiMapIterator< K, T, C, A >
Use RWTValMultiMap::iterator to iterate over the elements in this collection.
Class RWTValMultiSetConstIterator< T, C, A >
Use RWTValMultiSet::const_iterator to iterate over the elements in this collection.
Class RWTValMultiSetIterator< T, C, A >
Use RWTValMultiSet::iterator to iterate over the elements in this collection.
Class RWTValSetConstIterator< T, C, A >
Use RWTValSet::const_iterator to iterate over the elements in this collection.
Class RWTValSetIterator< T, C, A >
Use RWTValSet::iterator to iterate over the elements in this collection.
Class RWTValSlistConstIterator< T, A >
Use RWTValSlist::const_iterator to iterate over the elements in this collection.
Class RWTValSlistIterator< T, A >
Use RWTValSlist::iterator to iterate over the elements in this collection.
Class RWTValSortedDlistConstIterator< T, C, A >
Use RWTValSortedDlist::const_iterator to iterate over the elements in this collection.
Class RWTValSortedDlistIterator< T, C, A >
Use RWTValSortedDlist::iterator to iterate over the elements in this collection.
Class RWTValVirtualArray< T >
This class is deprecated.
Member RWUnsafeCounter
RWUnsafeCounter is deprecated and is no longer supported. It may be removed from future releases. Please use RWAtomicCounter.
Class RWVirtualPageHeap
RWVirtualPageHeap is deprecated and is no longer supported. It may be removed from future releases.
Member RWWinSockInfo::RWWinSockInfo (FARPROC blockingHook)
You can refuse support for this function by defining the macro RW_DISABLE_DEPRECATED.
Member RWWString::first (wchar_t c, size_t) const
Use RWWString::first(wchar_t) instead.
Member RWWString::initialCapacity (size_t ic=15)
This method is deprecated and is provided only for API compatibility. It has no effect on an RWWString instance and may be removed from a future release.
Member RWWString::last (wchar_t c, size_t) const
Use RWWString::last(char) instead.
Member RWWString::maxWaste (size_t)
This method is deprecated and is provided only for API compatibility. It has no effect on an RWWString instance and may be removed from a future release.
Member RWWString::resizeIncrement (size_t ri=16)
This method is deprecated and is provided only for API compatibility. It has no effect on an RWWString instance and may be removed from a future release.
Member SET_BLOCKING
use rwSetBlocking(). You can refuse support for this macro by defining the macro RW_DISABLE_DEPRECATED.
Member SET_NON_BLOCKING
use rwSetNonBlocking(). You can refuse support for this macro by defining the macro RW_DISABLE_DEPRECATED.
Member strXForm
Use strXForm(const RWWString&) instead.
Member strXForm
Use strXForm(const RWCString&) instead.

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.