CDateTimeInfo | |
CDComplexFFT2DServer | Performs two-dimensional (2-D) double precision complex fast Fourier transforms (FFTs) of an RWGenMat<DComplex> matrix |
►CDComplexFFTServer | Performs double precision complex fast Fourier transforms (FFTs) of an RWMathVec<DComplex> vector |
►CDoubleFFTServer | Performs double precision complex fast Fourier transforms (FFTs) of a real vector |
CDoubleCosineServer | Performs double precision fast sine or cosine transforms of a real vector |
CLeastSqFit | Constructs a linear least squares fit to a straight line from input data |
Crw_forward_list< T, A > | Maintains a collection of some type T implemented as a singly-linked, forward-iteration-only list |
Crw_forward_list< T *, A > | |
Crw_hashmap< K, V, Hash, EQ, A > | Maintains a collection of mappings between two types K and V , implemented as a hash table of std::pair<const K,V> instances |
Crw_hashmap< K *, T *, hasher, key_equal, A > | |
Crw_hashmap< K, T, H, EQ, A > | |
Crw_hashmap< Key, List, RWTHasher< Key >, std::equal_to< Key >, std::allocator< Key > > | |
Crw_hashmap< Key, RWFunctor0, RWTHasher< Key >, std::equal_to< Key >, std::allocator< Key > > | |
Crw_hashmap< Key, RWTFunctor1< S1 >, RWTHasher< Key >, std::equal_to< Key >, std::allocator< Key > > | |
Crw_hashmap< Key, RWTFunctorR0< SR >, RWTHasher< Key >, std::equal_to< Key >, std::allocator< Key > > | |
Crw_hashmap< Key, RWTFunctorR1< SR, S1 >, RWTHasher< Key >, std::equal_to< Key >, std::allocator< Key > > | |
Crw_hashmap< RWCString *, RWCString *, hasher, key_equal, std::allocator< RWCString * > > | |
Crw_hashmap< RWCString, List, RWTHasher< RWCString >, std::equal_to< RWCString >, std::allocator< RWCString > > | |
Crw_hashmap< RWCString, RWCurrency, RWTHash< RWCString >, std::equal_to< RWCString >, std::allocator< RWCString > > | |
Crw_hashmap< RWCString, RWDBStoredProcEntry, RWTHash< RWCString >, std::equal_to< RWCString >, std::allocator< RWCString > > | |
Crw_hashmap< RWCString, RWDBTableEntry, RWTHash< RWCString >, std::equal_to< RWCString >, std::allocator< RWCString > > | |
Crw_hashmap< RWCString, RWExchangeRate, RWTHash< RWCString >, std::equal_to< RWCString >, std::allocator< RWCString > > | |
Crw_hashmap< RWCString, RWStreamType, RWTHash< RWCString >, std::equal_to< RWCString >, std::allocator< RWCString > > | |
Crw_hashmap< RWCString, RWTFunctor< RWHttpClient()>, RWTHash< RWCString >, std::equal_to< RWCString >, std::allocator< RWCString > > | |
Crw_hashmap< RWCString, RWTFunctor< RWMimeHeader()>, RWTHash< RWCString >, std::equal_to< RWCString >, std::allocator< RWCString > > | |
Crw_hashmap< RWThreadId, RWThreadImp *, RWTHash< RWThreadId >, std::equal_to< RWThreadId >, std::allocator< RWThreadId > > | |
Crw_hashmultimap< K, V, Hash, EQ, A > | Maintains a collection of mappings between two types K and V , implemented as a hash table of std::pair<const K,V> instances where multiple instances of the same K are allowed |
Crw_hashmultimap< K *, T *, hasher, key_equal, A > | |
Crw_hashmultimap< K, T, H, EQ, A > | |
Crw_hashmultiset< T, Hash, EQ, A > | Maintains a collection of some type T , in which there may be many equivalent instances of T |
Crw_hashmultiset< T *, hasher, key_equal, A > | |
Crw_hashmultiset< T, H, EQ, A > | |
Crw_hashset< T, Hash, EQ, A > | Maintains a collection of some type T , in which there cannot be more than one occurrence of some given instance of T |
Crw_hashset< T *, hasher, key_equal, A > | |
Crw_hashset< T, H, EQ, A > | |
Crw_linear_algebra_traits< TypeT > | A collection of traits typedefs |
Crw_linear_algebra_traits< DComplex > | A collection of traits typedefs specialized on DComplex |
Crw_linear_algebra_traits< double > | A collection of traits typedefs specialized on double |
Crw_linear_algebra_traits< float > | A collection of traits typedefs specialized on float |
Crw_numeric_traits< T > | Helper class containing typedefs associated with numeric types, useful when creating a new numeric type |
Crw_numeric_traits< TypeT > | |
Crw_orderedhashmap< K, V, Hash, EQ, A > | Maintains a collection of mappings between two types K and V , implemented as a hash table of std::pair<const K,V> instances, in which key insertion order is preserved |
Crw_orderedhashmap< K *, T *, hasher, key_equal, A > | |
Crw_orderedhashmap< K, T, H, EQ, A > | |
Crw_orderedhashmultimap< K, V, Hash, EQ, A > | Maintains a collection of mappings between two types K and V , implemented as a hash table of std::pair<const K,V> instances where multiple instances of the same K are allowed and key insertion order are preserved |
Crw_orderedhashmultimap< K *, T *, hasher, key_equal, A > | |
Crw_orderedhashmultimap< K, T, H, EQ, A > | |
Crw_orderedhashmultiset< T, Hash, EQ, A > | Maintains a collection of some type T , in which there may be many equivalent instances of T and key insertion order are preserved |
Crw_orderedhashmultiset< T *, hasher, key_equal, A > | |
Crw_orderedhashmultiset< T, H, EQ, A > | |
Crw_orderedhashset< T, Hash, EQ, A > | Maintains a collection of some type T , in which there cannot be more than one occurrence of some given instance of T and key insertion order are preserved |
Crw_orderedhashset< T *, hasher, key_equal, A > | |
Crw_orderedhashset< T, H, EQ, A > | |
Crw_slist< T, A > | Maintains a collection of some type T implemented as a singly-linked list |
Crw_slist< Callback, std::allocator< Callback > > | |
Crw_slist< Decorator, std::allocator< Decorator > > | |
Crw_slist< GuardAndPriorityDecorator, std::allocator< GuardAndPriorityDecorator > > | |
Crw_slist< GuardDecorator, std::allocator< GuardDecorator > > | |
Crw_slist< Item *, std::allocator< Item * > > | |
Crw_slist< MaskedSemaphore *, std::allocator< MaskedSemaphore * > > | |
Crw_slist< ParameterPair, std::allocator< ParameterPair > > | |
Crw_slist< PriorityDecorator, std::allocator< PriorityDecorator > > | |
Crw_slist< RWCallbackElem0, std::allocator< RWCallbackElem0 > > | |
Crw_slist< RWCString, std::allocator< RWCString > > | |
Crw_slist< RWDBStatus, std::allocator< RWDBStatus > > | |
Crw_slist< RWExchangeGroup< T >, std::allocator< RWExchangeGroup< T > > > | |
Crw_slist< RWGuardedRunnable, std::allocator< RWGuardedRunnable > > | |
Crw_slist< RWHttpRange, std::allocator< RWHttpRange > > | |
Crw_slist< RWHttpRequest, std::allocator< RWHttpRequest > > | |
Crw_slist< RWMimeHeader, std::allocator< RWMimeHeader > > | |
Crw_slist< RWMimePart, std::allocator< RWMimePart > > | |
Crw_slist< RWNameValuePair, std::allocator< RWNameValuePair > > | |
Crw_slist< RWNumReplyLine *, std::allocator< RWNumReplyLine * > > | |
Crw_slist< RWProductInfo *, std::allocator< RWProductInfo * > > | |
Crw_slist< RWRunnableExecutionStatePair, std::allocator< RWRunnableExecutionStatePair > > | |
Crw_slist< RWRunnableServer, std::allocator< RWRunnableServer > > | |
Crw_slist< RWTCallbackElem1< S1 >, std::allocator< RWTCallbackElem1< S1 > > > | |
Crw_slist< RWTCallbackElem2< S1, S2 >, std::allocator< RWTCallbackElem2< S1, S2 > > > | |
Crw_slist< RWTFunctor< void()>, std::allocator< RWTFunctor< void()> > > | |
Crw_slist< RWTGuardAndPriorityDecorator< RWRunnable >, std::allocator< RWTGuardAndPriorityDecorator< RWRunnable > > > | |
Crw_slist< RWTGuardAndPriorityDecorator< Type >, std::allocator< RWTGuardAndPriorityDecorator< Type > > > | |
Crw_slist< RWTGuardDecorator< Type >, std::allocator< RWTGuardDecorator< Type > > > | |
Crw_slist< RWThread, std::allocator< RWThread > > | |
Crw_slist< RWThreadId, std::allocator< RWThreadId > > | |
Crw_slist< RWTIOUResult< Redeemable >, std::allocator< RWTIOUResult< Redeemable > > > | |
Crw_slist< RWTIOUResultCallback, std::allocator< RWTIOUResultCallback > > | |
Crw_slist< RWTMaskedCallbackElem2< S1, S2 >, std::allocator< RWTMaskedCallbackElem2< S1, S2 > > > | |
Crw_slist< RWTPriorityDecorator< Type >, std::allocator< RWTPriorityDecorator< Type > > > | |
Crw_slist< RWTraceEvent, std::allocator< RWTraceEvent > > | |
Crw_slist< RWTreeNode *, std::allocator< RWTreeNode * > > | |
Crw_slist< std::pair< Callback, CallbackChange >, std::allocator< std::pair< Callback, CallbackChange > > > | |
Crw_slist< T *, A > | |
Crw_slist< Type *, std::allocator< Type * > > | |
Crw_slist< Type, std::allocator< Type > > | |
CRWAny | Encapsulates an object of an arbitrary type |
CRWAtomicCounter | Maintains a reference count safely in a multithreaded environment |
CRWAtomicFlag | Atomically sets and clears a bit flag |
CRWAuditStreamBuffer | Constructs a stream and audits the bytes that pass through it |
CRWBalanceDecomp< TypeT > | Encapsulates the decomposition implicit in the permutation and balance transformations on a nonsymmetric matrix before computing its eigenvalues |
CRWBalanceTransform< TypeT > | Encapsulates the permutation and balance transformations on a nonsymmetric matrix before computing its eigenvalues |
CRWBandFact< TypeT > | Encapsulates the factorization of banded matrices used to solve a system of equations |
CRWBandMat< TypeT > | Encapsulates a banded matrix |
CRWBarrier | Synchronizes a number of concurrent threads at a specific point in their processing |
►CRWBasicUString | Represents and manages an array of UTF-16 values |
CRWUString | Stores and manipulates Unicode character sequences encoded as UTF-16 code units |
►CRWBasicUString::Deallocator | Base class for subclasses that release client-allocated storage |
CRWBasicUString::StaticDeallocator | Forwards deallocation requests to a static callback method |
►CRWBasicUString::Pad | Inserts the contents of a Unicode string into an output stream, padding it with a designated fill character |
CRWUString::Pad | Iostream manipulator that supports the insertion of the contents of an RWUString into an output stream, with padding to fill the full field width of the stream |
CRWBench | Abstract base class to facilitate automatic benchmarking of some piece of code |
CRWBitRef | Represents an l-value to the RWBitVec and RWTBitVec classes |
CRWBitVec | Represents a bit vector whose length can be changed at runtime |
CRWBTreeOnDisk | Represents an ordered collection of associations of keys and values, with keys ordered based on an external function and with duplicate keys not allowed |
CRWCacheManager | Caches fixed-length blocks to and from an associated RWFile |
CRWCConstSubString | Allows some subsection of an RWCString to be addressed by defining a starting position and an extent |
CRWChainedMemoryStreambuf | Implementation of the std::streambuf interface as a linked list of buffers |
CRWCJRef< TypeT > | Used by the RWHermMat classes to reference data that may need to be conjugated |
CRWClockTimer | Measures elapsed wall clock time |
►CRWCODecomp< TypeT, QRCalc > | Encapsulates a complete orthogonal decomposition |
CRWLeastSqQR< TypeT, QRCalc > | Represents a factorization of a system of equations with no exact solution such that the complete orthogonal factorization method of least squares can be used |
►CRWCollectable | Contains virtual functions for identifying, hashing, comparing, storing and retrieving collectable objects |
CRWCollectableAssociation | Associates a key with a value in the Essential Tools Module "dictionary" collection classes |
CRWCollectableDate | Inherits from classes RWDate and RWCollectable |
CRWCollectableDateTime | Provides a polymorphically persistable RWDateTime |
CRWCollectableInt | Provides a polymorphically persistable RWInteger |
CRWCollectableString | Provides a polymorphically persistable RWCString |
CRWCollectableTime | Deprecated. Inherits classes RWTime and RWCollectable |
CRWCollectableWString | Provides a polymorphically persistable RWWString |
►CRWCollection | Contains virtual functions for inserting and retrieving pointers to RWCollectable objects into the collection classes |
CRWBag | Corresponds to the Smalltalk class Bag, representing a group of unordered elements not accessible by an external key |
CRWBinaryTree | Represents a group of ordered elements, as sorted by a comparison method, and allowing duplicates |
►CRWBTree | Represents a group of ordered elements not accessible by an external key, and for which duplicates are not allowed |
CRWBTreeDictionary | Represents a dictionary for the storage and retrieval of key-value pairs, and implemented as a B-tree |
►CRWHashTable | A simple hash table for objects inheriting from RWCollectable. Uses chaining (as implemented by class RWSlistCollectables) to resolve hash collisions |
►CRWSet | A group of unordered elements, not accessible by an external key, where duplicates are not allowed |
CRWFactory | Creates an instance of an RWCollectable object, given a class ID |
►CRWHashDictionary | Represents a group of unordered values, accessible by external keys |
CRWIdentityDictionary | A hash table for key-value pairs. Items are found by requiring them to be identical |
CRWIdentitySet | Finds items that have the same address as the key |
►CRWSequenceable | Abstract base class for collections that can be accessed by an index |
CRWDlistCollectables | Represents a group of ordered items, not accessible by an external key |
►CRWOrdered | Represents a group of ordered items, accessible by an index number, but not accessible by an external key |
CRWDBForeignKeyList | Holds an ordered collection of RWDBForeignKey instances |
CRWSortedVector | Represents a group of ordered items |
►CRWSlistCollectables | Represents a group of ordered elements without keyed access, where duplicates are allowed |
CRWSlistCollectablesQueue | A restricted interface to class RWSlistCollectables in order to implement a first in first out (FIFO) queue |
CRWSlistCollectablesStack | A restricted interface to class RWSlistCollectables to implement a last in first out (LIFO) stack |
CRWDBAssignment | Represents the result of applying the RWDBColumn::assign() method to an RWDBExpr |
CRWDBBlob | Stores Binary Large Objects (Blobs) and includes relevant accessors |
CRWDBCheckConstraint | Represents check constraints, used when creating a database table or fetching a database table schema |
CRWDBCollectableExpr | Adds RWCollectable semantics to RWDBExpr |
CRWDBForeignKey | Represents foreign keys in a database, used when creating a database table or fetching a database table schema |
CRWDBRow | An ordered collection of RWDBValue instances |
CRWDBUniqueConstraint | Represents unique constraints, used when creating a database table or fetching a database table schema |
CRWDBValue | Provides storage for C++ primitive types and structured types used by the DB Interface Module, and adds NULL/NOT NULL semantics |
CRWModelClient | Implements the "View" leg of a Model-View-Controller architecture |
CRWCompressedIOStream< Compressor > | Compresses and serializes data to or deserializes and decompresses data from an associated std::streambuf |
CRWCompressedStreamBuffer< Compressor > | Derived stream buffer that reads and writes compressed data to an associated std::streambuf |
►CRWConstIterator | Contains virtual functions for positioning and resetting the const iterator |
CRWBagConstIterator | Iterator for class RWBag, which allows sequential access to all the elements of RWBag but allows no changes |
CRWBinaryTreeConstIterator | Iterator for class RWBinaryTree that allows no changes to the values in the binary tree |
CRWDlistCollectablesConstIterator | Traverses the linked-list from the first (head) to the last (tail) item |
►CRWHashTableConstIterator | Allows sequential access to all the elements of RWHashTable and, as a const iterator, it does not change anything in the underlying data structure |
►CRWSetConstIterator | Const iterator for class RWSet, to allow sequential access to all elements of RWSet |
CRWHashDictionaryConstIterator | Allows sequential access to all the elements of RWHashDictionary and, as a const iterator, does not change anything in the underlying data structure |
CRWOrderedConstIterator | Traverses the collection from the first to the last item |
CRWSlistCollectablesConstIterator | Const iterator for class RWSlistCollectables that traverses the linked-list from the first to last item |
CRWConvertGenMat< From, To > | Converts between RWGenMat types with different datatypes |
CRWConvertMathArray< From, To > | Converts between RWMathArray types with different datatypes |
CRWConvertMathVec< From, To > | Converts between RWMathVec types with different datatypes |
CRWCopyOnWriteCConstSubString | Alternate implementation of RWCConstSubString when RW_COPY_ON_WRITE_STRING is defined |
CRWCopyOnWriteCString | Alternate implementation of RWCString when RW_COPY_ON_WRITE_STRING is defined |
CRWCopyOnWriteCSubString | Alternate implementation of RWCSubString when RW_COPY_ON_WRITE_STRING is defined |
CRWCopyOnWriteWConstSubString | Alternate implementation of RWWConstSubString when RW_COPY_ON_WRITE_STRING is defined |
CRWCopyOnWriteWString | Alternate implementation of RWWString when RW_COPY_ON_WRITE_STRING is defined |
CRWCopyOnWriteWSubString | Alternate implementation of RWWSubString when RW_COPY_ON_WRITE_STRING is defined |
CRWCRegexp | Deprecated. Represents a regular expression |
►CRWCString | Offers powerful and convenient facilities for manipulating strings |
CRWCollectableString | Provides a polymorphically persistable RWCString |
CRWDBMBString | Represents a multibyte character string, ensuring that these get handled correctly by databases that differentiate between multibyte and single byte character strings |
CRWStringID | An identifier for RWCollectable instances |
CRWCSubString | Allows some subsection of an RWCString to be addressed by defining a starting position and an extent |
CRWCTokenizer | Breaks a string into separate tokens, delimited by an arbitrary whitespace. Can be used as an alternative to the C++ Standard Library function std::strtok() |
CRWCurrency | A repository for currency information |
CRWCurrencyBook | Stores RWCurrency objects in which each is identified by a unique mnemonic |
►CRWDataView | Base class for all classes that provide a view into a contiguous block of memory |
►CRWVecView | A base class for mathematical vector classes |
CRWMathVec< T > | A templatized vector class |
CRWMathVec< bool > | |
CRWMathVec< DComplex > | |
CRWMathVec< double > | |
►CRWMathVec< int > | |
CHistogram | Constructs and maintains a histogram of input data |
CRWMultiIndex | An n-dimensional index class for traversing arrays of arbitrary dimension |
CRWMathVec< norm_type > | |
CRWMathVec< ret_type > | |
CRWMathVec< rt > | |
CRWMathVec< RWPivotType > | |
CRWMathVec< S > | |
CRWMathVec< size_t > | |
CRWMathVec< To > | |
CRWMathVec< typename rw_numeric_traits< TypeT >::norm_type > | |
CRWMathVec< TypeT > | |
►CRWDate | Represents a date stored as a Julian day number |
CRWCollectableDate | Inherits from classes RWDate and RWCollectable |
►CRWDateTime | Represents a date and time stored in milliseconds |
CRWCollectableDateTime | Provides a polymorphically persistable RWDateTime |
CRWDaylightBoundary | Struct used by RWDaylightRule to define the beginning and ending of daylight saving time |
CRWDaylightRule | Struct that defines daylight saving time rules |
►CRWDBAbstractBuffer | Encapsulates a buffer of data, including its indicator array |
►CRWDBTBuffer< T > | Template class that encapsulates a fixed-sized array of elements of type T |
CRWDBBinaryVector | Deprecated. Transfers binary arrays between the application and the database |
CRWDBDecimalVector | Deprecated. Transfers decimal arrays of width width between the application and the database. width between the application and the database |
CRWDBStringVector | Deprecated. Transfers character arrays of width width between the application and the database |
CRWDBVector< T > | Deprecated. Used as a buffer when transferring data between the application and the database |
CRWDBTBuffer< char > | |
CRWDBTBuffer< unsigned char > | |
CRWDBBinaryVectorElement | Deprecated. Encapsulates arrays of unsigned characters stored in RWDBBinaryVector instances |
CRWDBBulkInserter | Used to insert an RWDBTBuffer array into a database table. (To insert scalar values, use RWDBInserter.) |
CRWDBBulkReader | Reads result sets, represented as arrays of RWDBTBuffer or RWDBDateVector, that are associated with an RWDBTable or RWDBSelector. (For reading scalar values, use RWDBReader.) |
►CRWDBCacheManager | Base class for user-defined metadata cache managers |
CRWDBInMemoryCacheManager | In memory metadata cache manager |
CRWDBCheckConstraintList | Holds an ordered collection of RWDBCheckConstraint instances |
CRWDBColumn | Represents a column within a table or schema, or a particular parameter of a stored procedure |
CRWDBConditionalTransactionGuard | |
CRWDBConnCallback | Handle class for connection callbacks that encapsulate a reference-counted pointer to the RWDBConnCallbackImp body class |
CRWDBConnCallbackImp | Abstract base class from which all custom connection callbacks must derive |
CRWDBConnection | Represents an explicit database connection object that can be used in place of the implicit database connection provided by RWDBDatabase |
►CRWDBCritFormDefinition | Base class for a family of classes used to define functional notation for RWDBCriterion |
CRWDBCritFuncDef0 | Specialization of the base class RWDBCritFormDefinition used for defining SQL functions taking no parameters |
CRWDBCritFuncDef1 | Specialization of the base class RWDBCritFormDefinition used for defining SQL functions taking 1 parameter |
CRWDBCritFuncDef2 | Specialization of the base class RWDBCritFormDefinition used for defining SQL functions taking 2 parameters |
CRWDBCritFuncDef3 | Specialization of the base class RWDBCritFormDefinition used for defining SQL functions taking 3 parameters |
CRWDBCritFuncDef4 | Specialization of the base class RWDBCritFormDefinition used for defining SQL functions taking 4 parameters |
CRWDBCursor | Encapsulates a database cursor |
CRWDBDatabase | Manages connections with database servers |
CRWDBDatabaseCallback | Handle class for database callbacks, encapsulating a reference-counted pointer to the RWDBDatabaseCallbackImp body class |
CRWDBDatabaseCallbackImp | Abstract base class from which all custom database callbacks derive |
►CRWDBDataCallback | Base class for user-defined callbacks |
CRWDBBinaryCallback | Base class for user-defined callback methods that fetch and send binary data |
CRWDBCharCallback | Base class for user-defined callback methods that fetch and send character data |
CRWDBUChar16Callback | Base class for user-defined callbacks that fetch and send UTF-16 character data |
CRWDBDateTime | Deprecated. Represents a date and time stored as the number of milliseconds |
CRWDBDateVector | Deprecated. Used as a buffer when transferring date values between the application and the database |
CRWDBDecimalVectorElement | Deprecated. Encapsulates arrays of decimals stored in RWDBDecimalVector objects |
CRWDBDeleter | Encapsulates an SQL DELETE statement |
CRWDBDuration | Represents a time span in number of seconds |
►CRWDBEnvironmentHandle | Abstract base class from which all vendor-specific environment handles must derive. Environment handles are methods that can set or retrieve certain configuration parameters |
CRWDBDB2CLILibEnvironmentHandle | Provides methods for setting and retrieving certain connect time and configuration parameters |
CRWDBMsSqlLibEnvironmentHandle | Provides methods for setting and retrieving certain connect time and configuration parameters with Microsoft SQL Server |
CRWDBMySqlLibEnvironmentHandle | Provides methods for setting and retrieving certain connect time and configuration parameters with MySQL |
CRWDBOCIEnvironmentHandle | Provides methods for setting and retrieving certain connect time and configuration parameters with Oracle OCI |
CRWDBODBCLibEnvironmentHandle | Provides methods for setting and retrieving certain connect time and configuration parameters with ODBC |
CRWDBPGSEnvironmentHandle | Provides methods for setting and retrieving certain connect time and configuration parameters with PostgreSQL |
CRWDBSybCtLibEnvironmentHandle | Provides methods for setting and retrieving certain connect time and configuration parameters with the Sybase Open Client Client-Library |
►CRWDBExpr | A C++ representation of expressions used in constructing SQL statements |
CRWDBAssignment | Represents the result of applying the RWDBColumn::assign() method to an RWDBExpr |
CRWDBBoundExpr | Acts as a placeholder in a dynamic SQL statement, providing a type-safe interface for binding a local variable to a dynamic SQL statement |
CRWDBCollectableExpr | Adds RWCollectable semantics to RWDBExpr |
CRWDBCriterion | Represents the result of applying logical operators to RWDBExpr. It encapsulates search conditions that are used in SQL WHERE clauses and CHECK constraints |
CRWDBJoinExpr | Used to build outer join constructs |
CRWDBSearchedCaseExpr | Used to build searched CASE expressions |
CRWDBSimpleCaseExpr | Used to build simple CASE expressions |
►CRWDBExprFormDefinition | Base class for a family of classes that defines functional notation for RWDBExpr |
CRWDBExprFuncDef0 | Specialization of the base class RWDBExprFormDefinition used to define SQL functions that take no parameters |
CRWDBExprFuncDef1 | Specialization of the base class RWDBExprFormDefinition used to define SQL functions that take 1 parameter |
CRWDBExprFuncDef2 | Specialization of the base class RWDBExprFormDefinition used to define SQL functions that take 2 parameters |
CRWDBExprFuncDef3 | Specialization of the base class RWDBExprFormDefinition used to define SQL functions that take 3 parameters |
CRWDBExprFuncDef4 | Specialization of the base class RWDBExprFormDefinition used to define SQL functions that take 4 parameters |
CRWDBIdentityConstraint | Represents an identity constraint of a column within a table or schema |
CRWDBInserter | Encapsulates an SQL INSERT statement |
CRWDBManager | A monostate class that manages RWDBDatabase instances, thus mediating access to database servers |
CRWDBMultiRow | Provides a mechanism by which a collection of bindable objects can be used with the RWDBValue and RWDBRow interface |
CRWDBNativeType1 | Represents an Oracle PL/SQL cursor type |
CRWDBNullIndicator | Provides a way to determine whether some given data is NULL |
CRWDBOSql | Encapsulates a database-specific SQL statement with all its input and output bindings |
CRWDBPhraseBook | A lookup table containing keywords and phrases used by specific databases |
CRWDBPrimaryKey | Represents a primary key, used when creating a database table or fetching a database table primary key |
CRWDBQEConnectionInfo | |
CRWDBReader | Provides row-by-row access to tabular data |
CRWDBResult | Represents a sequence of zero or more RWDBTable instances |
CRWDBSchema | An ordered collection of RWDBColumn instances, encapsulating the database notion of a schema |
►CRWDBSelectorBase | Base class for selector classes RWDBSelector and RWDBCompoundSelector |
CRWDBCompoundSelector | Represents the result of the set operators Union , Intersection , or Difference applied to RWDBSelector |
CRWDBSelector | Encapsulates the SQL SELECT statement |
CRWDBStatus | Encapsulates the error state of an object or operation |
CRWDBStoredProc | Encapsulates a database stored procedure, providing a uniform API to the common operations related to them |
CRWDBStoredProcEntry | Class to hold RWDBStoredProc metadata for cache managers |
CRWDBStringVectorElement | Deprecated. Encapsulates arrays of characters stored in RWDBStringVector objects |
►CRWDBSystemHandle | Base class for database-specific classes that provide direct access to the database API |
CRWDBDB2CLILibSystemHandle | Encapsulates a single SQLHDBC used by the RWDBConnection |
CRWDBMsSqlLibSystemHandle | Provides a mechanism for making direct calls to the Microsoft SQL Server API, and some methods for setting access module-specific properties |
CRWDBMySqlLibSystemHandle | Provides a mechanism for making direct calls to the MySQL API |
CRWDBOCISystemHandle | Provides a mechanism for making direct calls to the Oracle OCI API, and some methods for setting access module-specific properties |
CRWDBODBCLibSystemHandle | Provides a mechanism for making direct calls to the ODBC API |
CRWDBPGSSystemHandle | Provides a mechanism for making direct calls to the PostgreSQL API, and some methods for setting access module-specific properties |
CRWDBSybCtLibSystemHandle | Provides a mechanism for making direct calls to the Sybase Open Client Client-Library API and some methods for setting access module-specific properties |
►CRWDBTable | Base class for a family of classes that represent the abstract notion of a database table in a number of different ways |
CRWDBMemTable | Represents a table of data that resides in program memory |
►CRWDBTMemTableBase | Abstract base class for the derived class RWDBTPtrMemTable |
CRWDBTPtrMemTable< T, C > | Represents a parameterized memory table |
CRWDBTableEntry | Class to hold RWDBTable metadata for cache managers |
CRWDBTracer | Provides a runtime trace facility for DB Interface Module applications |
CRWDBUniqueConstraintList | Holds an ordered collection of RWDBUniqueConstraint instances |
CRWDBUpdater | Encapsulates the SQL UPDATE statement |
CRWDBVendorDate | Deprecated. Encapsulates vendor-specific date structures |
►CRWDecimalBase | Base class for the family of Rogue Wave decimal classes |
►CRWDecimal< M > | Exactly represents a decimal fraction |
CRWFixedDecimal< M > | Exact representation of a decimal fraction with a fixed number of digits after the decimal point, with automatic rounding to ensure correct number of decimal places |
CRWDecimalPortable | Represents an arbitrary precision decimal fraction, providing maximum portability |
►CRWDecimalFormatScope | Encapsulates decimal format specifiers |
CRWDecimalFormat | Encapsulates formatting information for converting a decimal number to a string |
CRWDirectoryIterator< const char * > | Provides a specialization of the class template for const char* , with no iteration of subdirectories |
CRWDirectoryIterator< RWCString > | Provides a specialization of the class template for RWCString, with recursive iteration of subdirectories |
CRWDirEntry | A convenience class that encapsulates parsing and component storage of directory entries typical of those returned from the FTP LIST command |
CRWEigDecomp< TypeT > | Encapsulates the eigenvalues and eigenvectors of a nonsymmetric matrix |
►CRWEigServer< TypeT > | Abstract base class for the nonsymmetric eigenvalue servers |
CRWHessEigServer< TypeT > | Encapsulates Hessenberg decomposition eigenvalue servers used to construct eigenvalue decomposition objects of type RWEigDecomp from Hessenberg decompositions |
CRWSchurEigServer< TypeT > | Encapsulates Schur decomposition eigenvalue servers used to construct eigenvalue decomposition objects of type RWEigDecomp from Schur decompositions |
CRWExchange< T > | Handle class for the abstract body class RWExchangeImpl from which all concrete currency converters derive |
CRWExchangeFactory< T > | Factory class that creates currency exchange objects |
CRWExchangeGroup< T > | The handle for the implementation class RWExchangeGroupImpl, the abstract base class for all currency exchange group implementations. A currency exchange group is a collection of currencies that use the same currency-conversion rules |
►CRWExchangeGroupImpl< T > | Abstract base class from which all exchange group implementation classes must derive. Implements the handle-body pattern in which RWExchangeGroup is the handle |
CRWDivisionGroup< T > | A collection of currency objects that convert a source currency to a target currency by dividing the amount of the source currency by a conversion factor |
CRWEuroGroup< T > | A collection of all currencies replaced by the Euro, in which each object implements the RWTriangularExchange conversion type |
CRWMultiplicationGroup< T > | Represents a collection of currencies that have a common distinguishing characteristic for converting money from one currency to money of another currency |
►CRWExchangeImpl< T > | The abstract base class from which all currency implementation classes must derive |
►CRWBilateralExchange< T > | Implements a standard form of currency conversion |
CRWDivisionExchange< T > | Concrete currency exchange implementation class that converts a source currency to a target currency by dividing the amount of the source currency by the associated conversion factor |
CRWMultiplicationExchange< T > | Converts a source currency to a target currency by multiplying the amount of the source currency by the associated conversion factor |
CRWTriangularExchange< T > | Converts between local currencies that are part of the European Monetary Union (EMU) |
CRWExchangeRate | Encapsulates a source currency, a target currency, and a conversion factor, which is, by convention, a multiplicative conversion factor |
CRWExchangeRateTable | Stores exchange rates as unique pairs of source and target currencies |
►CRWFile | Represents an abstraction of a filesystem regular file |
CRWFileManager | Allocates and deallocates storage in a disk file, much like a "freestore" manager |
CRWFileStat | Provides file statistical information in a portable manner |
CRWFromUTF8Converter | Converts char , RWCString or std::string UTF-8 values to UTF-16 |
CRWFtpAgent | Provides basic FTP file and directory access, handling more FTP protocol details than RWFtpClient, but without as much flexibility |
CRWFtpClient | Provides low-level access to the FTP client-side protocol |
CRWFtpsClient | Provides low-level access to the FTPS (FTP with SSL) client-side protocol |
►CRWFunctor0 | Deprecated. Represents the group of functors that are invoked without any arguments and whose invocation returns no value |
CRWFunctorList0 | Deprecated. A sequence of functors whose invocation takes no arguments |
CRWFunctor0Imp | Deprecated. Abstract base class for functor body classes that are invoked with no caller arguments and return no value |
CRWGenFact< T > | A templatized LU factorization class that holds the LU factorization of a general square matrix of type T |
CRWGenMat< T > | A templatized general matrix class |
CRWGenMat< double > | |
CRWGenMat< To > | |
CRWGenMat< TypeT > | |
►CRWGenMatIteratorBase< T > | The base class for RWGenMat iterators |
CRWGenMatConstIterator< T > | The random access iterator for the RWGenMat collection class |
CRWGenMatIterator< T > | The random access iterator for the RWGenMat collection class |
CRWGPValueFunctor | Calculates the G statistic for a logistic model in comparison to the intercept-only model |
►CRWHandleBase | Base class for all handle classes. Increments a reference count for each class instance that is bound to an instance of the RWBodyBase class |
CRWAsymmetricKey | Encapsulates the underlying cryptographic library's representation of the asymmetric key |
CRWByteInputStream | Handle class for all binary input stream implementation classes |
►CRWByteOutputStream | Handle class for all binary output stream implementation classes |
CRWByteArrayOutputStream | Handle class for binary output streams, allowing retrieval of inserted data as a byte array |
CRWCancellation | Represents an exception that is thrown to cancel a thread |
CRWCharInputStream | Handle class for all narrow character input stream implementation classes |
►CRWCharOutputStream | Handle class for all narrow character output stream implementation classes |
CRWCharArrayOutputStream | Handle class for narrow character output streams that allow retrieval of their inserted data as a narrow character array |
►CRWDataInputStream | Handle class for all the data input stream implementation classes |
CRWObjectInputStream | Handle class for object input stream implementation classes |
►CRWDataOutputStream | Handle class for all the data output stream implementation classes |
CRWObjectOutputStream | Handle class for all the object output stream implementation classes |
►CRWHttpClient | Provides a low-level interface for communicating with an HTTP server |
CRWHttpSocketClient | Handle class for parent RWHttpClient, providing implementation-specific details for HTTP clients |
CRWHttpsSecureSocketClient | Handle class for parent RWHttpClient, providing implementation-specific details for HTTPS clients |
CRWMimeContentDisposition | Represents the value of a Content-Disposition header of a MIME part |
►CRWMimeContentType | Represents the value of a MIME Content-Type header |
►CRWMimeMultipartType | Represents a Content-Type value with the media type multipart |
CRWMimeMultipartRelatedType | Represents a Content-Type value with the media type multipart and the subtype related |
CRWMimeTextType | Represents a Content-Type value with the media type text |
►CRWMimeHeader | Base class for classes that represent message headers as defined in the Internet Message format specification (RFC 2822) |
CRWMimeContentDescriptionHeader | Represents the Content-Description header of a MIME part |
CRWMimeContentDispositionHeader | Represents the Content-Disposition header of a MIME part |
CRWMimeContentIdHeader | Represents the Content-ID header of a MIME part |
CRWMimeContentLocationHeader | Represents the Content-Location header of a MIME part |
CRWMimeContentTransferEncodingHeader | Represents the Content-Transfer-Encoding header of a MIME part |
CRWMimeContentTypeHeader | Represents the Content-Type header of a MIME part |
CRWMimeGenericHeader | Represents Internet Message Format headers other than the headers defined by MIME |
CRWMimeVersionHeader | Represents the MIME-Version header of a MIME message |
►CRWMimePart | Represents a MIME part, with methods for manipulating the header list and setting the body of the part |
CRWMimeMultipart | Represents a MIME part with the media type multipart |
►CRWRunnableHandle | Base class from which all runnable object handles derive |
►CRWRunnable | Handle class for a runnable object, i.e. one that controls an application's threads of execution |
CRWRunnableFunction | Handle class for functor-based, runnable objects |
►CRWThread | Handle class for a threaded runnable object |
►CRWRunnableServer | Represents a runnable server for executing runnable objects |
CRWServerPool | Manages a pool of RWRunnableServer instances used to start runnable objects submitted for execution by other threads |
CRWThreadFunction | Handle class for functor-based threaded runnable objects |
CRWTThreadIOUFunction< Return > | Handle class for functor-based threaded runnable objects |
CRWTRunnableIOUFunction< Return > | Handle class for functor-based runnable objects |
►CRWRunnableSelf | Handle class for a runnable object |
CRWThreadSelf | Handle class for a threaded runnable object |
CRWRunnableTrap | Waits for a number of runnables or threads to reach a certain execution state |
CRWSecureSocketContext | Represents an SSL/TLS context and is an adapter for the underlying cryptographic library's representation of a secure socket context |
CRWSecureSocketSession | Represents a secure socket session and is used the client side of the SSL/TLS protocol for session reuse |
CRWSymbol | Encapsulates a string name in a reference-counted handle-body pattern |
►CRWTEscrowHandle< Redeemable > | Base class for RWTIOUResult and RWTIOUEscrow. Not intended for direct use |
CRWTIOUEscrow< Redeemable > | A writable IOU handle |
CRWTIOUResult< Redeemable > | A readable IOU handle |
►CRWTEscrowHandle< Return > | |
CRWTIOUEscrow< Return > | |
CRWThreadAttribute | Encapsulates a set of attributes that define or control thread scheduling and stack allocation |
CRWThreadManager | Attempts orderly thread shutdown at process exit |
CRWThreadPool | Manages a pool of RWThread instances used to execute work encapsulated as RWTFunctor<void()> functors |
CRWTIOUTrap< Redeemable > | Waits for the next IOU in a group of IOUs to become redeemable |
CRWUCharInputStream | Handle class for all the UTF-16 character input stream implementation classes |
►CRWUCharOutputStream | Handle class for the Unicode character output stream implementation classes |
CRWUCharArrayOutputStream | Handle class for Unicode character output streams that support an extended interface |
CRWWCharInputStream | Handle class for all the wide character input stream implementation classes |
►CRWWCharOutputStream | Handle class for all the wide character output stream implementation classes |
CRWWCharArrayOutputStream | Handle class for wide character output streams that support an extended interface, allowing retrieval of inserted data as a wide character array |
CRWX509Certificate | Adapter class for the cryptographic library's representation of an X.509 certificate |
CRWHermBandMat< TypeT > | Encapsulates a Hermitian banded matrix. A Hermitian banded matrix is Hermitian, and nonzero only near the diagonal |
CRWHermEigDecomp< TypeT > | Encapsulates the eigenvalues and eigenvectors of a Hermitian matrix |
►CRWHermEigServer< TypeT > | Abstract base class for the Hermitian eigenvalue server |
CRWHermPDQREigServer< TypeT > | The server for the positive definite QR method of computing eigenvalues |
CRWHermQREigServer< TypeT > | The default server for the QR method of computing eigenvalues |
CRWHermRangeEigServer< TypeT > | The Hermitian eigenvalue server class, allowing the computation of only the eigenvalues in a given range and (optionally) their corresponding eigenvectors |
CRWHermRFQREigServer< TypeT > | The server for the root-free QR method of computing eigenvalues |
CRWHermSomeEigServer< TypeT > | The Hermitian eigenvalue server class, allowing the computation of a subset of the eigenvalues and (optionally) their corresponding eigenvectors |
CRWHermFact< TypeT > | Encapsulates factorizations of Hermitian matrices |
CRWHermMat< TypeT > | Encapsulates a Hermitian matrix |
CRWHessenbergDecomp< TypeT > | Encapsulates a Hessenberg decomposition as well as an optional balance transformation |
CRWHttpAgent | Provides a high-level interface for issuing common HTTP requests |
CRWHttpClientManager | Provides a high-level interface for issuing HTTP requests using a cache of connected RWHttpClient instances |
CRWHttpDate | Helper class to convert an RWDateTime instance to a date from a string and vice versa, conforming to the HTTP/1.1 specification |
CRWHttpEntityTag | Describes an HTTP entity tag |
►CRWHttpHeaderBase | Abstract base class from which all HTTP header classes derive |
►CRWHttpAuthorizationHeaderBase | Helper class that defines the header label and type for derived HTTP Authorization headers |
CRWHttpBasicAuthorizationHeader | Helper class that defines an Authorization header for Basic Access Authentication |
CRWHttpContentLengthHeader | Helper class that defines an HTTP Content-Length entity header |
CRWHttpContentTypeHeader | Helper class that defines an HTTP Content-Type header |
►CRWHttpDateHeader | Helper class that defines an HTTP Date header |
CRWHttpIfDateRangeHeader | Helper class that defines an HTTP If-Range header with HTTP-date |
CRWHttpIfModifiedSinceHeader | Helper class that defines an HTTP If-Modified-Since header |
►CRWHttpEntityTagHeaderBase | Helper class that defines the basic formatting and structure of headers that take an entity tag as an argument |
CRWHttpIfEntityTagRangeHeader | Helper class that defines the HTTP If-Range header with entity tag |
►CRWHttpGenericHeader | Helper class that defines a generic HTTP header |
CRWHttpFromHeader | Helper class that defines an HTTP From header |
CRWHttpUserAgentHeader | Defines an HTTP User-Agent request header |
CRWHttpHostHeader | Helper class that defines an HTTP Host header |
CRWHttpRangeHeader | Helper class that defines an HTTP Range header |
CRWHttpHeaderList | Stores and organizes a collection of RWHttpHeaderBase objects |
CRWHttpRange | Helper class that describes a Byte Range for requesting a portion of a document |
CRWHttpRequest | Encapsulates an entire HTTP request including the request line, header list, and request body |
►CRWHttpRequestBody | Encapsulates reading an HTTP message body |
CRWHttpRequestStreamBody | Encapsulates reading an HTTP message body from an std::istream |
CRWHttpRequestStringBody | Encapsulates reading an HTTP message body from an RWCString |
CRWHttpsSecurityManager | Sets various parameters for the HTTPS package |
CRWInet6Host | Encapsulates an Internet host IPv6 address and its names |
CRWInetHost | Encapsulates an Internet host IP address and its names |
CRWInetPort | Encapsulates an Internet port and its service names |
►CRWInteger | Useful as a base class for classes that use integers as keys in dictionaries, and so forth |
CRWCollectableInt | Provides a polymorphically persistable RWInteger |
CRWInterval< T > | A class template for describing an interval of values |
CRWIsvDlink | Base class for an item in intrusive doubly-linked lists |
CRWIsvSlink | Base class for an item in intrusive singly-linked lists |
►CRWIterator | Contains virtual functions for positioning and resetting the iterator |
CRWBagIterator | Iterator for class RWBag, which allows sequential access to all the elements of RWBag |
CRWBinaryTreeIterator | Iterator for class RWBinaryTree |
CRWDlistCollectablesIterator | Traverses the linked-list from the first (head) to the last (tail) item |
►CRWHashTableIterator | Allows sequential access to all the elements of RWHashTable |
►CRWSetIterator | Iterator for class RWSet, allowing sequential access to all the elements of RWSet |
CRWHashDictionaryIterator | Allows sequential access to all the elements of RWHashDictionary |
CRWOrderedIterator | Traverses the collection from the first to the last item |
CRWSlistCollectablesIterator | Iterator for class RWSlistCollectables. Traverses the linked-list from the first to last item |
CRWLeastSqCh< TypeT > | Represents a factorization of a system of equations with no exact solution such that the Cholesky method of least squares can be used |
CRWLinearRegressionANOVA | Provides information on the variance of residual errors for a linear regression model |
CRWLinearRegressionFTest | Tests that the estimated parameters in a linear regression model are equal to a hypothesized vector of values |
CRWLinearRegressionParam | Models an estimated linear regression parameter using a T distribution |
CRWLinRegressFStatistic | Function object that takes the data and parameters associated with a linear regression model and returns the F statistic for that model |
►CRWLocale | Defines an interface that formats the conversion of strings to and from dates and times |
CRWAnsiLocale | Implements the RWLocale interface, and encapsulates the C++ Standard Library locale |
CRWLocaleSnapshot | Creates an snapshot of a locale by querying the program's environment to determine the formatting conventions in effect at the moment of instantiation |
CRWLogisticFitAnalysis | Calculates a number of goodness of fit quantities for a given RWLogisticRegression instance |
CRWLogisticRegressionParam | Container class for logistic regression parameter estimates and their associated statistical quantities |
CRWLowerTriMat< TypeT > | Encapsulates lower triangular matrices, which are zero above the diagonal |
CRWMathArray< T > | A templatized arbitrary dimension array class |
CRWMathArray< To > | |
►CRWMathArrayIteratorBase< T > | A base class for RWMathArray iterators |
CRWMathArrayConstIterator< T > | The random access iterator for the RWMathArray collection class |
CRWMathArrayIterator< T > | The random access iterator for the RWMathArray collection class |
►CRWMathVecIteratorBase< T > | A base class for RWMathVec iterators |
CRWMathVecConstIterator< T > | The const random access iterator for the RWMathVec collection class |
CRWMathVecIterator< T > | The random access iterator for the RWMathVec collection class |
CRWMathVecPick< T > | Allows selected elements to be addressed in a vector, without creating a new view |
CRWMimeParameter | Represents a parameter within the content of a MIME header |
CRWMimeParameterList | Contains a bounds-checked vector of RWMimeParameter objects |
CRWMimeUtils | Provides utility functions commonly needed by MIME applications |
CRWModel | Implements the "Model" leg of a Model-View-Controller architecture |
CRWMoney< T > | Represents a specified amount of money in a specified currency |
CRWMoneyCalculator< T > | Performs algebraic operations when the money operands in an equation are not of the same currency |
CRWMultiPrecisionInt< S > | Provides a very large number of bits of precision for representing decimals |
CRWNetBuf | Network communication buffer class |
CRWNGRef< TypeT > | Handles the case of a reference to an element that may have to be negated |
CRWNumReplyLine | Encapsulates a single numerical protocol reply as defined by the FTP and SMTP protocols |
CRWPDBandFact< TypeT > | Encapsulates factorizations of positive definite symmetric matrices. See also RWPDFact, and RWPDTriDiagFact |
CRWPDFact< TypeT > | Encapsulates factorizations of positive definite symmetric matrices. See also RWPDBandFact and RWPDTriDiagFact |
CRWPDTriDiagFact< TypeT > | Encapsulates factorizations of positive definite symmetric matrices. See also RWPDFact and RWPDBandFact |
CRWPop3Agent | Enables basic POP3 mail access, with more details of the POP3 protocol than the RWPop3Client class, but less flexibility |
CRWPop3Client | Enables low-level access to the POP3 client-side protocol |
►CRWPortal | An access point to a reliable byte stream communication channel |
CRWBufferedRecvPortal | Provides buffering of recv() calls only, possibly improving performance by limiting calls to the underlying RWPortal |
CRWBufferedSendPortal | Provides buffering of send() calls only, possibly improving performance by limiting calls to the underlying RWPortal |
CRWSecureSocketPortal | An access point of a reliable byte stream communication channel that utilizes the SSL/TLS protocols for information security |
CRWSocketPortal | Socket implementation of a portal |
CRWTimedPortal | Provides timed send() and recv() calls |
CRWPortalImp | Abstract base class from which to create specialized portal types |
Crwqe_stringify_impl_takes_context< T, A1, A2 > | |
CRWQEAsyncQueryLock< T > | |
CRWQECancellation | |
CRWQEDisabledTest | |
CRWQEEqualTo< T > | |
CRWQEGreater< T > | |
CRWQEGreaterEqual< T > | |
CRWQELess< T > | |
CRWQELessEqual< T > | |
CRWQELocales | |
CRWQENotEqualTo< T > | |
CRWQEQueryLock | |
CRWQRCalc< TypeT > | Computes the QR decomposition of a matrix using the LAPACK functions xgeqpf (with pivoting) or xgeqrf (no pivoting) |
CRWQRCalcP3< TypeT > | Computes the QR decomposition of a matrix using the LAPACK function xgeqp3 |
CRWQRDecomp< TypeT, QRCalc > | Used to construct and work with QR decompositions |
CRWQRDecompServer< TypeT, QRCalc > | Used to construct instances of the QR decomposition class, RWQRDecomp |
►CRWRandGenBasicMLC | Abstract base class for classes that generate random numbers uniformly distributed over the interval [0,1] |
CRWRandGenMCG31M1 | Generates random numbers uniformly distributed over the interval [0, 1] |
CRWRandGenMCG59 | Generates random numbers uniformly distributed over the interval [0, 1] |
CRWRandGenerator | Generates random numbers uniformly distributed over the interval [0, 1] |
CRWRandGenMRG32K3A | Generates random numbers uniformly distributed over the interval [0, 1] |
CRWRandGenMTwist | Generates random numbers uniformly distributed over the interval [0, 1] |
CRWRandGenR250 | Generates random numbers uniformly distributed over the interval [0, 1] |
►CRWRandInterface | Abstract base class for RWTRand |
►CRWTRand< Generator > | Abstract base class from which the random number generator classes derive |
CRWTRandBinomial< Generator > | Used to generate random numbers from a binomial distribution |
CRWTRandExponential< Generator > | Used to generate random numbers from an exponential distribution |
CRWTRandGamma< Generator > | Used to generate random numbers from a gamma distribution |
CRWTRandNormal< Generator > | Used to generate random numbers from a normal distribution |
CRWTRandPoisson< Generator > | Used to generate random numbers from a Poisson distribution |
CRWTRandUniform< Generator > | Used to generate random numbers from a uniform distribution in an interval [a, b] |
CRWRegression< T, S > | Abstract base class that defines the interface for the regression classes |
►CRWRegression< double, bool > | |
CRWLogisticRegression | Performs basic logistic regression on a matrix of predictor variables and a vector of observations |
►CRWRegression< double, double > | |
CRWLinearRegression | Constructs a linear regression model from a matrix of predictor variable data and a vector of observation variable data |
CRWRegressionCalc< T, S > | Defines the interface for regression parameter calculation objects |
►CRWRegressionCalc< double, bool > | |
CRWLogisticIterLSQ | Calculates model parameter estimates from logistic regression data using the iterative least squares method |
CRWLogisticLevenbergMarquardt | Calculates model parameter estimates from logistic regression data using the Levenberg-Marquardt method |
►CRWRegressionCalc< double, double > | |
CRWLeastSqQRCalc | Calculates linear regression parameters using QR decomposition |
CRWLeastSqQRPvtCalc | Calculates linear regression parameters using QR decomposition with pivoting |
CRWLeastSqSVDCalc | Implements the calculation of linear regression parameters using singular value decomposition |
►CRWRegressionDataChange< T, S > | Base class for data change objects when adding predictor variables or observations to a parameter calculation |
CRWAddObservations< T, S > | Holds information about adding observations to a parameter calculation |
CRWAddPredictors< T, S > | Holds information about the addition of predictor variables to a parameter calculation |
CRWRemoveObservations< T, S > | Holds information about removing observations from a parameter calculation |
CRWRemovePredictors< T, S > | Holds information about the removal of predictor variables from a parameter calculation |
CRWRegressionModelSelector< T, S, F > | The base class for the model selection classes for linear or logistic regression |
►CRWRegressionModelSelector< double, bool, F > | |
CRWLogRegModelSelector< F > | For a logistic regression model, selects a subset of predictor variables that accounts for the variation in the regression model's observation variable |
►CRWRegressionModelSelector< double, double, F > | |
CRWLinRegModelSelector< F > | Encapsulates four different model selection algorithms for linear regression: forward, backward, stepwise, and exhaustive |
►CRWReply | Abstract base class for all protocol replies |
►CRWNumReply | Encapsulates a numerical protocol reply typical of many common Internet protocols |
►CRWFtpReply | The base class for all FTP protocol reply messages |
CRWFtpDataReply | Specialization class of RWFtpReply containing an RWSocketPortal for data that is to be read from or written to the underlying socket |
CRWFtpPwdReply | A specialization class of RWFtpReply that attempts to parse the FTP protocol reply for the current directory information |
►CRWFtpsReply | The base class for all FTPS protocol reply messages |
CRWFtpsDataReply | Specialization class of RWFtpsReply containing an RWPortal for data read from or written to the underlying socket |
CRWFtpsPwdReply | Specialization class of RWFtpsReply for parsing the FTP protocol reply for the current directory information |
CRWHttpReply | Encapsulates HTTP headers and a protocol reply |
►CRWSmtpReply | Base class for all SMTP protocol reply messages |
CRWSmtpDataReply | Encapsulates an RWSocketPortal that writes the body of a mail message |
►CRWPop3Reply | Encapsulates a general POP3 protocol reply and is the base class for specific POP3 replies |
CRWPop3ConnReply | Used to parse the POP3 protocol reply for the timestamp passed back by a server implementation supporting enhanced security features |
CRWPop3DataReply | Encapsulates an RWSocketPortal that receives the data portion of a message |
CRWPop3StatReply | Used to parse additional reply data returned in response to the POP3 STAT command |
CRWROCJRef< TypeT > | Handles a reference to a datum that may be read-only, or may need to be conjugated |
CRWRORef< TypeT > | Handles the case of potentially read-only access to data |
CRWSchurDecomp< TypeT > | Encapsulates a Schur decomposition as well as an optional balance transformation |
►CRWScopeGuardImp | Base class for derived RWScopeGuardImp classes |
CRWScopeGuard0GImp< Fun > | Derived RWScopeGuardImp for global or static member functions that take 0 parameters |
CRWScopeGuard0MImp< Obj, Fun > | Derived RWScopeGuardImp for member functions that take 0 parameters |
CRWScopeGuard1GImp< Fun, P1 > | Derived RWScopeGuardImp for global or static member functions that take 1 parameter |
CRWScopeGuard1MImp< Obj, Fun, P1 > | Derived RWScopeGuardImp for member functions that take 1 parameter |
CRWScopeGuard2GImp< Fun, P1, P2 > | Derived RWScopeGuardImp for global or static member functions that take 2 parameters |
CRWScopeGuard2MImp< Obj, Fun, P1, P2 > | Derived RWScopeGuardImp for member functions that take 2 parameters |
CRWScopeGuard3GImp< Fun, P1, P2, P3 > | Derived RWScopeGuardImp for global or static member functions that take 3 parameters |
CRWScopeGuard3MImp< Obj, Fun, P1, P2, P3 > | Derived RWScopeGuardImp for member functions that take 3 parameters |
CRWScopeGuard4GImp< Fun, P1, P2, P3, P4 > | Derived RWScopeGuardImp for global or static member functions that take 4 parameters |
CRWScopeGuard4MImp< Obj, Fun, P1, P2, P3, P4 > | Derived RWScopeGuardImp for member functions that take 4 parameters |
CRWScopeGuard5GImp< Fun, P1, P2, P3, P4, P5 > | Derived RWScopeGuardImp for global or static member functions that take 5 parameters |
CRWScopeGuard5MImp< Obj, Fun, P1, P2, P3, P4, P5 > | Derived RWScopeGuardImp for member functions that take 5 parameters |
CRWSecureSocket | Represents a TCP socket using the SSL/TLS protocols for secure communication |
CRWSecureSocketMethod | Deprecated. Encapsulates the various TLS/SSL protocol versions. An instance of this class is required to construct an RWSecureSocketContext object |
CRWSecureSocketPackageInit | Handles the initialization and cleanup of the underlying cryptographic library |
CRWSize_T | Encapsulates the simple type, size_t |
CRWSkewMat< TypeT > | Encapsulates skew symmetric matrices |
►CRWSlice | Represents an index that can be used for subscripting vectors, matrices, and arrays |
CRWRange | Represents an index that can be used for subscripting vectors, matrices, and arrays |
CRWToEnd | Represents an index that can be used for subscripting vectors, matrices, and arrays from a given element to the end |
CRWSmtpAgent | Sends data to a server via the SMTP protocol |
CRWSmtpClient | Enables low-level access to the SMTP client-side protocol |
CRWSnappyCompressor | Compressor adapter that compresses and decompresses data using the Google Snappy compression library |
►CRWSockAddrBase | Interface class that represents a socket address |
CRWInet6Addr | Encapsulates a complete IPv6 address |
CRWInetAddr | Encapsulates a complete Internet address that includes type information, a host, and a port |
CRWSockAddr | A proxy to a socket address |
►CRWSockAddrFactoryBase | Abstract class that builds socket addresses |
CRWInet6AddrFactory | Used by RWSockAddrFactory to create instances of RWInet6Addr |
CRWInetAddrFactory | Used by RWSockAddrFactory to create instances of RWInetAddr |
CRWSockAddrFactory | Builds addresses of any registered type. Not intended for explicit use |
►CRWSocket | Wrapper for the C concept of a socket |
CRWMulticastSocket | Extends RWSocket to provide support for multicast UDP sockets |
►CRWSocketPortalBase | Base class for all classes that wish to use the WhoShouldClose enumeration |
CRWSecureSocketListener | Creates a secure socket listener, which waits on a user-defined socket address for incoming connections |
CRWSecureSocketPortal | An access point of a reliable byte stream communication channel that utilizes the SSL/TLS protocols for information security |
CRWSocketListener | Waits on a specified socket address for incoming connections |
CRWSocketPortal | Socket implementation of a portal |
►CRWSockType | A type of socket communications channel |
CRWInet6Type | Constructs an RWSockType for an IPv6 address type |
CRWInetType | Constructs an RWSockType for an Internet address type |
CRWStandardCConstSubString | Alternate implementation of RWCConstSubString when RW_COPY_ON_WRITE_STRING is not defined |
CRWStandardCString | Alternate implementation of RWCString when RW_COPY_ON_WRITE_STRING is not defined |
CRWStandardCSubString | Alternate implementation of RWCSubString when RW_COPY_ON_WRITE_STRING is not defined |
CRWStandardWConstSubString | Alternate implementation of RWWConstSubString when RW_COPY_ON_WRITE_STRING is not defined |
CRWStandardWString | Alternate implementation of RWWString when RW_COPY_ON_WRITE_STRING is not defined |
CRWStandardWSubString | Alternate implementation of RWWSubString when RW_COPY_ON_WRITE_STRING is not defined |
CRWStreamCoupler | Provides an automated mechanism for connecting an input stream to an output stream |
CRWSVDCalc< TypeT > | Computes a singular value decomposition of a matrix based on the LAPACK routine xgesvd |
CRWSVDDivConqCalc< TypeT > | Computes a singular value decomposition of a matrix using divide-and-conquer |
►CRWSVDecomp< TypeT, SVDCalc > | Used to construct and work with singular value decompositions |
CRWLeastSqSV< TypeT, SVDCalc > | Represents a factorization of a system of equations with no exact solution such that the singular value method of least squares can be used |
CRWSVServer< TypeT, SVDCalc > | Used to construct instances of the singular value decomposition class, RWSVDecomp |
CRWSymBandMat< TypeT > | Encapsulates a symmetric band matrix |
CRWSymEigDecomp< TypeT > | Encapsulates the eigenvalues and eigenvectors of a symmetric matrix |
►CRWSymEigServer< TypeT > | Abstract base class for the symmetric eigenvalue server |
CRWSymPDQREigServer< TypeT > | Server for the positive definite QR method of computing eigenvalues |
CRWSymQREigServer< TypeT > | Default server for the QR method of computing eigenvalues |
CRWSymRangeEigServer< TypeT > | Server for symmetric eigenvalues that allows the computation of only the eigenvalues in a given range and (optionally) their corresponding eigenvectors |
CRWSymRFQREigServer< TypeT > | Server for the root-free QR method of computing eigenvalues |
CRWSymSomeEigServer< TypeT > | Server for symmetric eigenvalues that allows the computation of a subset of the eigenvalues and (optionally) their corresponding eigenvectors |
CRWSymFact< TypeT > | Encapsulates factorizations of symmetric matrices |
CRWSymMat< TypeT > | Represents a symmetric matrix |
►CRWSynchObject | Base class for synchronization classes |
CRWCondition | A condition variable used to delay and reawaken a thread based on program state |
CRWCriticalSection | Provides mutual exclusion for a critical section of code in which only one thread should execute at a time |
CRWFIFOMutexLock | Guarantees that blocking threads acquire the mutex in the same order that they called the acquire() member function |
CRWMutexLock | Implements a mutex, or mutual exclusion lock |
CRWNullMutexLock | Efficient stand-in for a mutual exclusion lock when synchronization is either unnecessary or not important |
CRWReadersWriterLock | A synchronization lock that allows concurrent access to multiple readers, but limits access to a single writer |
CRWSemaphore | A synchronization object that maintains a non-negative counter |
CRWTRecursiveLock< Mutex > | Supports recursive acquisition of a mutex |
CRWTAtomic< T > | Atomically manipulates an integral type |
CRWTAtomic< long > | |
CRWTAtomic< size_t > | |
CRWTAtomic< T * > | Atomically manipulates a pointer type |
CRWTAtomic< unsigned > | |
CRWTAtomic< unsigned char > | |
CRWTAtomic< unsigned long > | |
CRWTBitVec< N > | Parameterized bit vector of fixed length |
►CRWTFunctor1< S1 > | Deprecated. A functor that is invoked with one argument, and whose invocation returns no value |
CRWTFunctorList1< S1 > | Deprecated. A sequence of functors whose invocation takes one argument |
►CRWTFunctor1< Key > | |
CRWTFunctorMap1< Key > | Deprecated. A functor map that takes only one argument at invocation time and returns no value |
CRWTFunctor1Imp< S1 > | Deprecated. Abstract base class for the family of functor bodies that are invoked with one argument and return no value |
CRWTFunctor1Imp< Key > | |
►CRWTFunctor2< S1, S2 > | Deprecated. A functor that is invoked with two arguments, and whose invocation returns no value |
CRWTFunctorList2< S1, S2 > | Deprecated. A sequence of functors whose invocation takes two arguments |
►CRWTFunctor2< Key, S1 > | |
CRWTFunctorMap2< Key, S1 > | Deprecated. A functor map that takes two arguments at invocation time and returns no value |
CRWTFunctor2Imp< S1, S2 > | Deprecated. Abstract base class for the family of functor bodies that are invoked with two caller arguments and whose invocation returns no value |
CRWTFunctor2Imp< Key, S1 > | |
CRWTFunctor< R(As...)> | A generic function object |
CRWTFunctorR0< SR > | Deprecated. A functor that is invoked without any arguments and whose invocation returns a value |
CRWTFunctorR0Imp< SR > | Deprecated. Abstract base class for the family of functor bodies that take no caller arguments at invocation time and return a value |
CRWTFunctorR1< SR, S1 > | Deprecated. Represents the group of functors that are invoked with one argument, and whose invocation returns a value |
►CRWTFunctorR1< SR, Key > | |
CRWTFunctorMapR1< SR, Key > | Deprecated. A functor map that takes only one argument at invocation time, and returns a value |
CRWTFunctorR1Imp< SR, S1 > | Deprecated. Abstract base class for the family of functor bodies that are invoked with one caller argument and return a value |
CRWTFunctorR1Imp< SR, Key > | |
CRWTFunctorR2< SR, S1, S2 > | Deprecated. Represents the group of functors that are invoked with two arguments, and whose invocation returns a value |
►CRWTFunctorR2< SR, Key, S1 > | |
CRWTFunctorMapR2< SR, Key, S1 > | Deprecated. A functor map that takes two arguments at invocation time, and returns a value |
CRWTFunctorR2Imp< SR, S1, S2 > | Deprecated. Abstract base class for the family of functor bodies that are invoked with two arguments and return a value |
CRWTFunctorR2Imp< SR, Key, S1 > | |
►CRWTGuardBase< Resource > | Base class for guard classes |
►CRWTLockGuardBase< Resource > | Base class for guard classes that acquire their resource upon creation and release it upon destruction |
CRWTLockGuard< Resource > | A guard that acquires its resource upon creation and releases it upon destruction |
CRWTTryLockGuard< Resource > | Guard class that tries to acquire its resource upon creation and release it upon destruction |
CRWTUnlockGuard< Resource > | Guard class that releases its resource upon creation and acquires it upon destruction |
CRWTHash< T > | Hash function object |
CRWTHash< bool > | Function object for hashing a bool |
CRWTHash< char > | Function object for hashing a char |
CRWTHash< double > | Function object for hashing a double |
CRWTHash< float > | Function object for hashing a float |
CRWTHash< int > | Function object for hashing an int |
CRWTHash< long > | Function object for hashing a long |
CRWTHash< long double > | Function object for hashing a long double |
CRWTHash< long long > | Function object for hashing a long long |
CRWTHash< RWBasicUString > | Function object for hashing an RWBasicUString |
CRWTHash< RWBitVec > | Function object for hashing an RWBitVec |
CRWTHash< RWCollectableDateTime > | Function object for hashing an RWCollectableDateTime |
CRWTHash< RWCollectableInt > | Function object for hashing an RWCollectableInt |
CRWTHash< RWCollectableString > | Function object for hashing an RWCollectableString |
CRWTHash< RWCollectableWString > | Function object for hashing an RWCollectableWString |
CRWTHash< RWCopyOnWriteCString > | Function object for hashing an RWCopyOnWriteCString |
CRWTHash< RWCopyOnWriteWString > | Function object for hashing an RWCopyOnWriteWString |
CRWTHash< RWCString > | Function object for hashing an RWCString |
CRWTHash< RWDate > | Function object for hashing an RWDate |
CRWTHash< RWDateTime > | Function object for hashing an RWDateTime |
CRWTHash< RWDBBlob > | Function object for hashing an RWDBBlob |
CRWTHash< RWDBDateTime > | Deprecated. Function object for hashing an RWDBDateTime |
CRWTHash< RWDBDuration > | Function object for hashing an RWDBDuration |
CRWTHash< RWDBMBString > | Function object for hashing an RWDBMBString |
CRWTHash< RWDBValue > | Function object for hashing an RWDBValue |
CRWTHash< RWDecimalPortable > | Function object for hashing an RWDecimalPortable |
CRWTHash< RWStringID > | Function object for hashing an RWStringID |
CRWTHash< RWThreadId > | Function object for hashing an RWThreadId |
CRWTHash< RWTimeTuple > | Function object for hashing an RWTimeTuple |
CRWTHash< RWTimeTupleOffset > | Function object for hashing an RWTimeTupleOffset |
CRWTHash< RWWString > | Function object for hashing an RWWString |
CRWTHash< short > | Function object for hashing a short |
CRWTHash< signed char > | Function object for hashing a signed char |
CRWTHash< T * > | Function object for hashing a pointer type |
CRWTHash< unsigned char > | Function object for hashing an unsigned char |
CRWTHash< unsigned int > | Function object for hashing an unsigned int |
CRWTHash< unsigned long > | Function object for hashing an unsigned long |
CRWTHash< unsigned long long > | Function object for hashing an unsigned long long |
CRWTHash< unsigned short > | Function object for hashing an unsigned short |
CRWTHash< wchar_t > | Function object for hashing a wchar_t |
CRWThreadId | A wrapper for platform-specific thread IDs |
►CRWTime | Deprecated. Represents a time, stored as the number of seconds since 00:00:00 January 1, 1901 GMT |
CRWCollectableTime | Deprecated. Inherits classes RWTime and RWCollectable |
CRWTimer | Measures two types of time, system and user time, both of which can be reported as cumulative if desired |
CRWTimeTuple | Represents a date and time stored as a named tuple of each component |
CRWTimeTupleFormatter | Formats a RWTimeTuple based on a user-defined format |
CRWTimeTupleOffset | Represents a date, time and time zone offset stored as a named tuple of each component |
CRWTimeTupleOffsetFormatter | Formats a RWTimeTupleOffset based on a user-defined format |
CRWTInputStreamBufferImp< InputStream, FilteredInputStreamImp > | Implements a buffer that can be used with any kind of input stream |
CRWTInputStreamLockImp< InputStream, FilteredInputStreamImp > | Implements a simple lock stream that can be used with any kind of input stream |
CRWTInsertProxy< T > | Proxy object for inserting objects with an instance name into object streams |
CRWTIsvDlist< TL > | Implements intrusive doubly-linked lists |
CRWTIsvDlist< RWTPtrDlink< TP > > | |
CRWTIsvDlist< RWTValDlink< T > > | |
CRWTIsvDlistIterator< TL > | Iterator for class RWTIsvDlist |
CRWTIsvDlistIterator< RWTPtrDlink< TP > > | |
CRWTIsvDlistIterator< RWTValDlink< T > > | |
CRWTIsvSlist< TL > | Implements intrusive singly-linked lists |
CRWTIsvSlist< RWTPtrAssocLink< KP, VP > > | |
CRWTIsvSlist< RWTPtrSlink< TP > > | |
CRWTIsvSlist< RWTValAssocLink< int, RWSockAddrFactoryBase * > > | |
CRWTIsvSlist< RWTValAssocLink< K, V > > | |
CRWTIsvSlist< RWTValAssocLink< RWCString, RWSockAddrFactoryBase * > > | |
CRWTIsvSlist< RWTValSlink< T > > | |
CRWTIsvSlistIterator< TL > | Iterator for class RWTIsvSlist |
CRWTIsvSlistIterator< RWTPtrAssocLink< KP, VP > > | |
CRWTIsvSlistIterator< RWTPtrSlink< TP > > | |
CRWTIsvSlistIterator< RWTValAssocLink< K, V > > | |
CRWTIsvSlistIterator< RWTValSlink< T > > | |
►CRWTMonitor< Mutex > | Supplies the mutual exclusion and guard mechanisms for synchronizing member functions |
►CRWTCountingBody< Mutex > | Base class for classes that must maintain a reference count |
CRWTCounter< Mutex > | Deprecated. Maintains a reference count |
►CRWTMonitor< RWMutexLock > | |
►CRWPCBufferBase | Base class for the family of classes that provide buffered producer-consumer synchronization semantics for exchanging data between cooperating threads |
►CRWTPCPtrBufferBase< Type > | Base class that provides buffered producer-consumer synchronization semantics for exchanging pointer values between cooperating threads |
CRWTPCPtrQueue< Type > | First-in-first-out (FIFO) queue with producer-consumer synchronization semantics for exchanging pointer values between cooperating threads |
CRWTPCPtrStack< Type > | Last-in-first-out (LIFO) stack that provides producer-consumer synchronization semantics for exchanging pointer values between cooperating threads |
►CRWTPCValBufferBase< Type > | Base class that provides buffered producer-consumer synchronization semantics for exchanging values between cooperating threads |
CRWTPCValQueue< Type > | First-in-first-out (FIFO) queue that provides producer-consumer synchronization semantics for exchanging values between cooperating threads |
CRWTPCValStack< Type > | Last-in-first-out (LIFO) stack that provides producer-consumer synchronization semantics for exchanging values between cooperating threads |
►CRWTPCValBufferBase< Decorator > | |
CRWTPCValBufferBaseDecorated< Type, Decorator > | Base class that provides buffered producer-consumer synchronization semantics for exchanging decorated values between cooperating threads |
►CRWTPCValBufferBase< GuardAndPriorityDecorator > | |
►CRWTPCValBufferBaseDecorated< Type, GuardAndPriorityDecorator > | |
►CRWTPCValBufferBaseGuarded< Type, GuardAndPriorityDecorator > | |
CRWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | Base class that provides buffered producer-consumer synchronization semantics for exchanging guarded and prioritized values between cooperating threads |
►CRWTPCValBufferBasePrioritized< Type, GuardAndPriorityDecorator > | |
CRWTPCValBufferBaseGuardedPrioritized< Type, GuardAndPriorityDecorator > | Base class that provides buffered producer-consumer synchronization semantics for exchanging guarded and prioritized values between cooperating threads |
►CRWTPCValBufferBase< GuardDecorator > | |
►CRWTPCValBufferBaseDecorated< Type, GuardDecorator > | |
CRWTPCValBufferBaseGuarded< Type, GuardDecorator > | Base class that provides buffered producer-consumer synchronization semantics for exchanging guarded values between cooperating threads |
►CRWTPCValBufferBase< PriorityDecorator > | |
►CRWTPCValBufferBaseDecorated< Type, PriorityDecorator > | |
CRWTPCValBufferBasePrioritized< Type, PriorityDecorator > | Base class that provides producer-consumer synchronization semantics for exchanging prioritized values between cooperating threads |
►CRWTPCValBufferBase< RWGuardedRunnable > | |
CRWTPCValQueue< RWGuardedRunnable > | |
►CRWTPCValBufferBase< RWHttpRequest > | |
CRWTPCValQueue< RWHttpRequest > | |
►CRWTPCValBufferBase< RWRunnableExecutionStatePair > | |
CRWTPCValQueue< RWRunnableExecutionStatePair > | |
►CRWTPCValBufferBase< RWRunnableServer > | |
CRWTPCValQueue< RWRunnableServer > | |
►CRWTPCValBufferBase< RWTFunctor< void()> > | |
CRWTPCValQueue< RWTFunctor< void()> > | |
►CRWTPCValBufferBase< RWTGuardAndPriorityDecorator< RWRunnable > > | |
►CRWTPCValBufferBaseDecorated< RWRunnable, RWTGuardAndPriorityDecorator< RWRunnable > > | |
►CRWTPCValBufferBaseGuarded< RWRunnable, RWTGuardAndPriorityDecorator< RWRunnable > > | |
►CRWTPCValBufferBaseGuardedPrioritized< RWRunnable, RWTGuardAndPriorityDecorator< RWRunnable > > | |
CRWTPCValQueueGuardedPrioritized< RWRunnable > | |
►CRWTPCValBufferBasePrioritized< RWRunnable, RWTGuardAndPriorityDecorator< RWRunnable > > | |
CRWTPCValBufferBaseGuardedPrioritized< RWRunnable, RWTGuardAndPriorityDecorator< RWRunnable > > | |
►CRWTPCValBufferBase< RWTGuardAndPriorityDecorator< Type > > | |
►CRWTPCValBufferBaseDecorated< Type, RWTGuardAndPriorityDecorator< Type > > | |
►CRWTPCValBufferBaseGuarded< Type, RWTGuardAndPriorityDecorator< Type > > | |
►CRWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > | |
CRWTPCValQueueGuardedPrioritized< Type > | First-in-first-out (FIFO) queue that provides producer-consumer synchronization semantics for exchanging guarded and prioritized values between cooperating threads |
CRWTPCValStackGuardedPrioritized< Type > | Last-in-first-out (LIFO) stack that provides producer-consumer synchronization semantics for exchanging guarded and prioritized values between cooperating threads |
►CRWTPCValBufferBasePrioritized< Type, RWTGuardAndPriorityDecorator< Type > > | |
CRWTPCValBufferBaseGuardedPrioritized< Type, RWTGuardAndPriorityDecorator< Type > > | |
►CRWTPCValBufferBase< RWTGuardDecorator< Type > > | |
►CRWTPCValBufferBaseDecorated< Type, RWTGuardDecorator< Type > > | |
►CRWTPCValBufferBaseGuarded< Type, RWTGuardDecorator< Type > > | |
CRWTPCValQueueGuarded< Type > | First-in-first-out (FIFO) queue that provides producer-consumer synchronization semantics for exchanging guarded values between cooperating threads |
CRWTPCValStackGuarded< Type > | Last-in-first-out (LIFO) stack that provides producer-consumer synchronization semantics for exchanging guarded values between cooperating threads |
►CRWTPCValBufferBase< RWTIOUResult< Redeemable > > | |
CRWTPCValQueue< RWTIOUResult< Redeemable > > | |
►CRWTPCValBufferBase< RWTPriorityDecorator< Type > > | |
►CRWTPCValBufferBaseDecorated< Type, RWTPriorityDecorator< Type > > | |
►CRWTPCValBufferBasePrioritized< Type, RWTPriorityDecorator< Type > > | |
CRWTPCValQueuePrioritized< Type > | First-in-first-out (FIFO) queue that provides producer-consumer synchronization semantics for exchanging prioritized values between cooperating threads |
CRWTPCValStackPrioritized< Type > | Last-in-first-out (LIFO) stack that provides producer-consumer synchronization semantics for exchanging prioritized values between cooperating threads |
►CRWTCountingBody< RWMutexLock > | |
►CRWBodyBase | Base class for body classes |
►CRWEscrowImpBase | A base class that breaks the circular dependency between RWTEscrowImp and RWTIOUResult, used when implementing new concrete RWTEscrowImp classes |
►CRWTEscrowImp< Redeemable > | Base class for all concrete IOU escrow implementations. Not intended for direct use |
CRWTThreadEscrowImp< Redeemable > | Multithread-safe implementation of RWTEscrowImp |
►CRWStreamImp | Abstract base class for all the stream implementation classes |
►CRWInputStreamImp | Abstract base class for all the input stream implementation classes |
►CRWByteInputStreamImp | Abstract base class for all binary input stream implementation classes |
CRWByteFromStreambufInputStreamImp | Concrete class that connects a binary stream to an iostreams narrow character buffer |
►CRWFilteredByteInputStreamImp | Abstract base class for all the filtered binary input stream implementation classes |
►CRWTInputStreamLockImp< RWByteInputStream, RWFilteredByteInputStreamImp > | |
CRWSynchronizedByteInputStreamImp | Implementation of a simple lock stream that is used with a binary input stream |
►CRWCharInputStreamImp | Abstract base class for all narrow character input stream implementation classes |
CRWCharFromStreambufInputStreamImp | Concrete class connecting a narrow character stream to an iostreams narrow character buffer |
►CRWFilteredCharInputStreamImp | Abstract base class for all the filtered narrow character input stream implementation classes |
►CRWTInputStreamBufferImp< RWCharInputStream, RWFilteredCharInputStreamImp > | |
CRWBufferedCharInputStreamImp | Implements a buffer that can be used with narrow character input streams |
►CRWTInputStreamLockImp< RWCharInputStream, RWFilteredCharInputStreamImp > | |
CRWSynchronizedCharInputStreamImp | Implementation of a simple lock stream that is used with a narrow character input stream |
►CRWDataInputStreamImp | Abstract base class from which all data input stream implementation classes must derive |
►CRWDataFromByteInputStreamImp | Abstract base class for all the data from binary conversion input stream implementation classes |
CRWNativeDataFromByteInputStreamImp | Reads data in native format from a binary stream |
►CRWDataFromCharInputStreamImp | Abstract base class from which all input stream implementation classes that convert from data to narrow characters must derive |
CRWIstreamDataFromCharInputStreamImp | Reads data in US-ASCII format from a narrow character stream |
CRWDataFromVirtualInputStreamImp | Adapter class that allows virtual input stream class RWvistream to be used where data input stream class RWDataInputStream is required |
►CRWFilteredDataInputStreamImp | Abstract base class for all the filtered data input stream implementation classes |
►CRWObjectInputStreamImp | Base class for all object input stream implementations |
CRWCompactObjectInputStreamImp | Reads objects encoded in a compact format from the supplied RWDataInputStream |
CRWEnhancedXmlObjectInputStreamImp | Reads objects encoded in XML from the supplied RWDataInputStream |
►CRWXmlObjectInputStreamImp | Reads and restores objects encoded in XML from the supplied RWDataInputStream |
CRWTParsedTransformObjectInputStreamImp< Transform > | Constructs an XML input stream that applies a generic transformation to the XML document before reading it from the source |
CRWTTransformObjectInputStreamImp< Transform > | Constructs an XML input stream that applies a generic transformation to the XML document before reading it from the source |
CRWSynchronizedDataInputStreamImp | Implementation of a simple lock stream that is used with a data input stream |
►CRWUCharInputStreamImp | Abstract base class for all the Unicode character input stream implementation classes |
►CRWFilteredUCharInputStreamImp | Abstract base class for all the filtered UTF-16 character input stream implementation classes |
►CRWTInputStreamLockImp< RWUCharInputStream, RWFilteredUCharInputStreamImp > | |
CRWSynchronizedUCharInputStreamImp | Implementation of a simple lock stream that can be used with a UTF-16 character input stream |
CRWUCharFromByteInputStreamImp | Concrete class connecting a UTF-16 character stream to an input binary stream |
CRWUCharFromUTF8ByteInputStreamImp | Concrete class connecting a UTF-16 character stream to a UTF-8 binary stream |
►CRWWCharInputStreamImp | Abstract base class for all the wide character input stream implementation classes |
►CRWFilteredWCharInputStreamImp | Abstract base class for all the filtered wide character input stream implementation classes |
►CRWTInputStreamLockImp< RWWCharInputStream, RWFilteredWCharInputStreamImp > | |
CRWSynchronizedWCharInputStreamImp | Implementation of a simple lock stream that can be used with a wide character input stream |
CRWWCharFromWStreambufInputStreamImp | Concrete class connecting a wide character stream to an iostreams wide character buffer |
►CRWOutputStreamImp | Abstract base class for all the output stream implementation classes |
►CRWByteOutputStreamImp | Abstract base class for all binary output stream implementation classes |
►CRWByteArrayOutputStreamImp | Abstract base class for binary output streams, allowing retrieval of inserted data as a byte array |
CRWChainedByteArrayOutputStreamImp | Concrete class implementing the byte array output stream interface |
CRWByteToStreambufOutputStreamImp | Concrete class connecting a binary stream to an iostreams narrow character buffer |
CRWFilteredByteOutputStreamImp | Abstract base class for all the filtered binary output stream implementation classes |
►CRWCharOutputStreamImp | Abstract base class for all narrow character output stream implementation classes |
►CRWCharArrayOutputStreamImp | Abstract base class for narrow character output streams that allow retrieval of their inserted data as a character array |
CRWChainedCharArrayOutputStreamImp | Concrete class implementing the narrow character array output stream interface |
CRWCharToStreambufOutputStreamImp | Concrete class connecting a narrow character stream to an iostreams narrow character buffer |
CRWFilteredCharOutputStreamImp | Abstract base class for all the filtered narrow character output stream implementation classes |
►CRWDataOutputStreamImp | Abstract base class from which all data output stream implementation classes must derive |
►CRWDataToByteOutputStreamImp | Abstract base class from which all output stream implementation classes that convert from data to binary must derive |
CRWNativeDataToByteOutputStreamImp | Writes data in native format to a binary stream |
►CRWDataToCharOutputStreamImp | Abstract base class from which all output stream implementation classes that convert from data to narrow characters must derive |
CRWOstreamDataToCharOutputStreamImp | Writes data in US-ASCII format to a narrow character stream |
CRWDataToVirtualOutputStreamImp | Adapter class that allows virtual output stream class RWvostream to be used where data output stream class RWDataOutputStream is required |
►CRWFilteredDataOutputStreamImp | Abstract base class for all the filtered data output stream implementation classes |
►CRWObjectOutputStreamImp | Base class for all object output stream implementations |
CRWCompactObjectOutputStreamImp | Writes objects in a compact format to the supplied RWDataOutputStream |
CRWEnhancedXmlObjectOutputStreamImp | Writes objects as XML into the supplied RWDataOutputStream |
►CRWXmlObjectOutputStreamImp | Serializes one or more objects as an XML-formatted data stream and passes the stream to a supplied RWDataOutputStream |
CRWTParsedTransformObjectOutputStreamImp< Transform > | Constructs an XML stream that includes a generic transformation of the XML document before writing it out to the sink |
CRWTTransformObjectOutputStreamImp< Transform > | Constructs an XML stream that applies a generic transformation to the XML document before writing it out to the sink |
CRWSynchronizedDataOutputStreamImp | Implementation of a simple lock stream that can be used with a data output stream |
►CRWUCharOutputStreamImp | Abstract base class for the Unicode output stream implementation classes |
CRWFilteredUCharOutputStreamImp | Abstract base class for all the filtered UTF-16 output stream implementation classes |
►CRWUCharArrayOutputStreamImp | Abstract base class for Unicode character output streams that support an extended interface |
CRWChainedUCharArrayOutputStreamImp | Concrete class implementing the UTF-16 character array output stream interface |
CRWUCharToByteOutputStreamImp | Concrete class connecting a UTF-16 character stream to an output binary stream |
CRWUCharToUTF8ByteOutputStreamImp | Concrete class connecting a UTF-16 character stream to a UTF-8 output binary stream |
►CRWWCharOutputStreamImp | Abstract base class for all the wide character output stream implementation classes |
CRWFilteredWCharOutputStreamImp | Abstract base class for all the filtered wide character output stream implementation classes |
►CRWWCharArrayOutputStreamImp | Abstract base class for wide character output streams that support an extended interface, allowing retrieval of inserted data as a wide character array |
CRWChainedWCharArrayOutputStreamImp | Concrete class implementing the wide character array output stream interface |
CRWWCharToWStreambufOutputStreamImp | Concrete class connecting a wide character stream to an iostreams wide character buffer |
CRWTThreadLocal< Type > | Provides thread-local storage with simple by-value semantics |
CRWTThreadLocal< RWUFromUnicodeConversionContext * > | |
CRWTThreadLocal< RWUToUnicodeConversionContext * > | |
CRWToUTF8Converter | Converts UTF-16 values to UTF-8 |
CRWTOutputStreamBufferImp< OutputStream, FilteredOutputStreamImp > | Implements a buffer that can be used with any kind of output stream |
CRWTOutputStreamLockImp< OutputStream, FilteredOutputStreamImp > | Implements a simple lock stream that can be used with any kind of output stream |
CRWTParsedTransformInputStreamImp< InputStream, FilteredInputStreamImp, Transform, Traits > | Implements a buffer that can be used with any kind of input stream |
CRWTParsedTransformOutputStreamImp< OutputStream, FilteredOutputStreamImp, Transform, Traits > | Implements a buffer that can be used with any kind of output stream |
►CRWTPointer< Body > | Base class for smart-pointer classes |
CRWTCountedPointer< Body > | A smart pointer handle to a reference-counting body |
CRWTCountingPointer< Body, Counter > | Defines a reference-counted pointer that provides reference counting semantics for types that do not directly support reference counting |
CRWTOnlyPointer< Body > | Simplifies the use of pointers that refer to objects on the heap, automatically destroying the object when the pointer object is itself destroyed |
►CRWTPointer< CallbackManager > | |
CRWTOnlyPointer< CallbackManager > | |
►CRWTPointer< RWBodyBase > | |
CRWTCountedPointer< RWBodyBase > | |
►CRWTPointer< RWHttpClientManager > | |
CRWTCountingPointer< RWHttpClientManager, RWAtomicCounter > | |
►CRWTPointer< RWHttpRequestBody > | |
CRWTCountingPointer< RWHttpRequestBody, RWAtomicCounter > | |
►CRWTPointer< RWTFactory0< Result, Key > > | |
CRWTCountingPointer< RWTFactory0< Result, Key >, RWAtomicCounter > | |
►CRWTPointer< RWTFactory1< Result, Key, Arg1 > > | |
CRWTCountingPointer< RWTFactory1< Result, Key, Arg1 >, RWAtomicCounter > | |
►CRWTPointer< RWTFactory2< Result, Key, Arg1, Arg2 > > | |
CRWTCountingPointer< RWTFactory2< Result, Key, Arg1, Arg2 >, RWAtomicCounter > | |
►CRWTPointer< RWTHRxmsg > | |
CRWTOnlyPointer< RWTHRxmsg > | |
►CRWTPointer< T > | |
CRWTCountingPointer< T, RWAtomicCounter > | |
CRWTPortalStreambuf< charT, traits > | Streambuf that uses an RWPortal as its source and sink of bytes |
CRWTPtrDeque< T, A > | A pointer-based collection of values, implemented as a double-ended queue, or deque |
CRWTPtrDlist< T, A > | A pointer-based collection of values, implemented as a doubly-linked list |
CRWTPtrDlist< RWDBAdapter > | |
CRWTPtrDlist< RWDBCallbackBuffer > | |
CRWTPtrDlist< RWDBConnectionImp > | |
CRWTPtrDlist< RWDBDB2CLILibHandleImp > | |
CRWTPtrDlist< RWDBMsSqlLibHandleImp > | |
CRWTPtrDlist< RWDBMySqlLibHandleImp > | |
CRWTPtrDlist< RWDBODBCLibHandleImp > | |
CRWTPtrDlistConstIterator< T, A > | Deprecated. Provides a const iterator for RWTPtrDlist |
CRWTPtrDlistIterator< T, A > | Deprecated. Provides an iterator for RWTPtrDlist |
CRWTPtrForwardList< T, A > | A pointer-based collection of values implemented as a singly-linked list |
CRWTPtrHashMap< K, T, H, EQ, A > | A hash-based associative container of pointer types |
CRWTPtrHashMap< RWCString, RWCString > | |
CRWTPtrHashMapConstIterator< K, T, H, EQ, A > | Deprecated. Provides a const iterator for RWTPtrHashMap |
CRWTPtrHashMapIterator< K, T, H, EQ, A > | Deprecated. Provides an iterator for RWTPtrHashMap |
CRWTPtrHashMultiMap< K, T, H, EQ, A > | A hash-based associative container of pointer types, which allows duplicate keys |
CRWTPtrHashMultiMapConstIterator< K, T, H, EQ, A > | Deprecated. Provides a const iterator for RWTPtrHashMultiMap |
CRWTPtrHashMultiMapIterator< K, T, H, EQ, A > | Deprecated. Provides an iterator for RWTPtrHashMultiMap |
CRWTPtrHashMultiSet< T, H, EQ, A > | A pointer-based collection of values stored according to a hash object, which allows duplicate values |
CRWTPtrHashMultiSetConstIterator< T, H, EQ, A > | Deprecated. Provides a const iterator for RWTPtrHashMultiSet |
CRWTPtrHashMultiSetIterator< T, H, EQ, A > | Deprecated. Provides an iterator for RWTPtrHashMultiSet |
CRWTPtrHashSet< T, H, EQ, A > | A hash-based container for pointer types |
CRWTPtrHashSetConstIterator< T, H, EQ, A > | Deprecated. Provides a const iterator for RWTPtrHashSet |
CRWTPtrHashSetIterator< T, H, EQ, A > | Deprecated. Provides an iterator for RWTPtrHashSet |
CRWTPtrMap< K, T, C, A > | A pointer-based collection of associations ordered according to a comparison object |
CRWTPtrMapConstIterator< K, T, C, A > | Deprecated. Provides a const iterator for RWTPtrMap |
CRWTPtrMapIterator< K, T, C, A > | Deprecated. Provides an iterator for RWTPtrMap |
CRWTPtrMultiMap< K, T, C, A > | A pointer-based collection of associations ordered according to a comparison object, and allowing duplicate keys |
CRWTPtrMultiMapConstIterator< K, T, C, A > | Deprecated. Provides a const iterator for RWTPtrMultiMap |
CRWTPtrMultiMapIterator< K, T, C, A > | Deprecated. Provides an iterator for RWTPtrMultiMap |
CRWTPtrMultiSet< T, C, A > | A pointer-based collection of values ordered according to a comparison object, and allowing duplicate values |
CRWTPtrMultiSetConstIterator< T, C, A > | Deprecated. Provides a const iterator for RWTPtrMultiSet |
CRWTPtrMultiSetIterator< T, C, A > | Deprecated. Provides an iterator for RWTPtrMultiSet |
CRWTPtrOrderedHashMap< K, T, H, EQ, A > | Maintains a collection of key pointers, each with an associated item of pointer type stored according to both a hash object and the key insertion order |
CRWTPtrOrderedHashMultiMap< K, T, H, EQ, A > | Maintains a collection of key pointers, each with an associated item of pointer type stored according to both a hash object and the key insertion order. Allows duplicate keys |
CRWTPtrOrderedHashMultiSet< T, H, EQ, A > | Maintains a hash-based collection of class T pointer elements, in which there may be many equivalent instances of an element and the key insertion order is preserved |
CRWTPtrOrderedHashSet< T, H, EQ, A > | Maintains a hash-based collection of class T pointer elements, in which there cannot be more than one occurrence of equivalent element instances and the key insertion order is preserved |
CRWTPtrOrderedVector< T, A > | A pointer-based collection of values implemented as an ordered vector |
CRWTPtrOrderedVector< OCIStmt > | |
CRWTPtrSet< T, C, A > | A pointer-based collection of values ordered according to a comparison object |
CRWTPtrSetConstIterator< T, C, A > | Deprecated. Provides a const iterator for RWTPtrSet |
CRWTPtrSetIterator< T, C, A > | Deprecated. Provides an iterator for RWTPtrSet |
CRWTPtrSlist< T, A > | A pointer-based collection of values implemented as a singly-linked list |
CRWTPtrSlist< Item > | |
CRWTPtrSlist< RWNumReplyLine > | |
CRWTPtrSlist< RWProductInfo > | |
CRWTPtrSlist< RWTreeNode > | |
CRWTPtrSlist< Type > | |
CRWTPtrSlistConstIterator< T, A > | Deprecated. Provides a const iterator for RWTPtrSlist |
CRWTPtrSlistIterator< T, A > | Deprecated. Provides an iterator for RWTPtrSlist |
CRWTPtrSortedDlist< T, C, A > | A sorted pointer-based collection of values implemented as a doubly-linked list |
CRWTPtrSortedDlistConstIterator< T, C, A > | Deprecated. Provides a const iterator for RWTPtrSortedDlist |
CRWTPtrSortedDlistIterator< T, C, A > | Deprecated. Provides an iterator for RWTPtrSortedDlist |
CRWTPtrSortedVector< T, C, A > | A pointer-based collection of values sorted according to a comparison object and implemented as a vector |
CRWTPtrVector< T > | A pointer-based collection of values implemented as a vector |
CRWTPtrVector< RWClassicTPtrSlist< T > > | |
CRWTPtrVector< RWClassicTPtrSlist< TP > > | |
CRWTPtrVector< RWClassicTValSlist< T > > | |
CRWTPtrVector< RWCollectable > | |
CRWTPtrVector< RWTPtrSlistDictionary< KP, VP > > | |
CRWTPtrVector< RWTValSlistDictionary< K, V > > | |
CRWTPtrVector< TP > | |
CRWTQueue< T, C > | A queue of templatized objects that supports user-specified containers |
►CRWTraceEventClient | A handle class for trace event client implementations |
►CRWTraceEventFilter | A handle class for trace event filter implementations |
CRWTraceMultiClientFilter | A handle class for a trace event filter that accepts multiple clients |
►CRWTraceSingleClientFilter | A handle class for a trace event filter that accepts only one client |
►CRWTraceLevelFilter | A handle class for a single-client filter that lets events only of the supplied severity level or higher to pass through |
CRWTraceManager | The handle to a singleton trace event manager implementation |
CRWTraceOstreamClient | A handle class for a trace event client that sends all events to an std::ostream |
►CRWTraceEventClientImp | A body class for trace event client implementations |
►CRWTraceEventFilterImp | A body class for trace event filter implementations |
CRWTraceMultiClientFilterImp | A body class for trace event filters that accept multiple clients |
►CRWTraceSingleClientFilterImp | A body class for a trace level filter that accepts only one client |
CRWTraceLevelFilterImp | A body class for trace level filter implementations |
CRWTraceOstreamClientImp | A body class for clients that send all trace events to an std::ostream |
►CRWTReadGuardBase< Resource > | Base class for guard classes that support read access to a given section of code |
►CRWTReadLockGuardBase< Resource > | Base class for guard classes that acquire read access to a resource upon creation and release it upon destruction |
CRWTReadLockGuard< Resource > | A guard class that acquires read access to its resource upon creation and releases it upon destruction |
CRWTTryReadLockGuard< Resource > | Guard class that tries to acquire read access on its resource upon creation and release it upon destruction |
CRWTReadUnlockGuard< Resource > | A guard class that releases its resource upon creation and acquires read access to its resource upon destruction |
CRWTReferenceWrapper< T > | Stores a reference to an object |
CRWTRegex< T > | Supports regular expression matching based on the POSIX.2 standard and supports both narrow and wide characters |
CRWTRegex< E > | |
CRWTRegexMatchIterator< T > | Iterates over matches found using RWTRegex |
CRWTRegexResult< T > | Encapsulates the results from a search using RWTRegex |
CRWTRegexResult< E > | |
CRWTRegexTraits< T > | Defines static, inline methods for returning specific regular expression character values |
CRWTRegexTraits< E > | |
CRWTRegexTraits< RWUChar16T > | |
CRWTRegexTraits< RWUChar16W > | |
CRWTRegularExpression< charT > | Deprecated. Provides extended regular expression matching similar to that found in lex and awk |
CRWTResultOf< T > | Determines the return type of T |
►CRWTriDiagDecomp< TypeT > | Encapsulates the tridiagonal decomposition of a symmetric matrix |
CRWBandTriDiagDecomp< TypeT > | Encapsulates a symmetric tridiagonal decomposition of a symmetric banded matrix |
CRWDenseTriDiagDecomp< TypeT > | Encapsulates the symmetric tridiagonal decomposition of a dense symmetric matrix |
CRWTriDiagFact< TypeT > | Encapsulates factorizations of tridiagonal matrices |
CRWTriDiagMat< TypeT > | Encapsulates tridiagonal matrices |
CRWTSingleton< T > | Ensures that a class has only one instance and provides a global point of access to it |
CRWTSingleton< RWTFactory0< Result, Key > > | |
CRWTSingleton< RWTFactory1< Result, Key, Arg1 > > | |
CRWTSingleton< RWTFactory2< Result, Key, Arg1, Arg2 > > | |
CRWTSocketAttribute< Socket > | Represents a set of attributes on a socket |
CRWTStack< T, C > | Maintains a stack of values |
CRWTStack< RWTreeNode *, RWTPtrSlist< RWTreeNode > > | |
CRWTStreambufFromByteCharInputStream< InputStream > | Adaptor class to adapt the iostreams std::streambuf interface to the Rogue Wave binary and narrow character Input Stream interfaces |
CRWTStreambufToByteCharOutputStream< OutputStream > | Adaptor class to adapt the iostreams std::streambuf interface to the Rogue Wave binary and narrow character Output Stream interfaces |
CRWTStreamGuardImp< StreamHandle, FilteredStreamImp > | A simple guard stream that can be used with any kind of input/output stream |
CRWTTransformInputStreamImp< InputStream, FilteredInputStreamImp, Transform > | Implements a buffered char or byte input character stream that includes a transformation |
CRWTTransformOutputStreamImp< OutputStream, FilteredOutputStreamImp, Transform > | Implements a buffered char or byte output stream that includes a transformation |
CRWTValDeque< T, A > | Collection of values implemented as a double-ended queue, or deque |
CRWTValDlist< T, A > | Maintains a collection of values implemented as a doubly-linked list |
CRWTValDlist< RWDBAbstractBuffer * > | |
CRWTValDlistConstIterator< T, A > | Deprecated. Provides a const iterator for RWTValDlist |
CRWTValDlistIterator< T, A > | Deprecated. Provides an iterator for RWTValDlist |
CRWTValForwardList< T, A > | Maintains a collection of some type T implemented as a singly-linked, forward-iteration-only list |
CRWTValHashMap< K, T, H, EQ, A > | Maintains a collection of keys, each with an associated item stored according to a hash object |
CRWTValHashMap< Key, List, RWTHasher< Key > > | |
CRWTValHashMap< Key, RWFunctor0, RWTHasher< Key > > | |
CRWTValHashMap< Key, RWTFunctor1< S1 >, RWTHasher< Key > > | |
CRWTValHashMap< Key, RWTFunctorR0< SR >, RWTHasher< Key > > | |
CRWTValHashMap< Key, RWTFunctorR1< SR, S1 >, RWTHasher< Key > > | |
CRWTValHashMap< RWCString, List, RWTHasher< RWCString > > | |
CRWTValHashMap< RWCString, RWCurrency > | |
CRWTValHashMap< RWCString, RWDBStoredProcEntry > | |
CRWTValHashMap< RWCString, RWDBTableEntry > | |
CRWTValHashMap< RWCString, RWExchangeRate > | |
CRWTValHashMap< RWCString, RWStreamType > | |
CRWTValHashMap< RWCString, RWTFunctor< RWHttpClient()> > | |
CRWTValHashMap< RWCString, RWTFunctor< RWMimeHeader()> > | |
CRWTValHashMap< RWThreadId, RWThreadImp * > | |
CRWTValHashMapConstIterator< K, T, H, EQ, A > | Deprecated. Provides a const iterator for RWTValHashMap |
CRWTValHashMapIterator< K, T, H, EQ, A > | Deprecated. Provides an iterator for RWTValHashMap |
CRWTValHashMultiMap< K, T, H, EQ, A > | Maintains a collection of keys, each with an associated item stored according to a hash object |
CRWTValHashMultiMapConstIterator< K, T, H, EQ, A > | Deprecated. Provides a const iterator for RWTValHashMultiMap |
CRWTValHashMultiMapIterator< K, T, H, EQ, A > | Deprecated. Provides an iterator for RWTValHashMultiMap |
CRWTValHashMultiSet< T, H, EQ, A > | Maintains a collection of values stored according to a hash object, and with multiple equivalent values allowed |
CRWTValHashMultiSetConstIterator< T, H, EQ, A > | Deprecated. Provides a const iterator for RWTValHashMultiSet |
CRWTValHashMultiSetIterator< T, H, EQ, A > | Deprecated. Provides an iterator for RWTValHashMultiSet |
CRWTValHashSet< T, H, EQ, A > | Maintains a collection of values stored according to a hash object |
CRWTValHashSetConstIterator< T, H, EQ, A > | Deprecated. Provides a const iterator for RWTValHashSet |
CRWTValHashSetIterator< T, H, EQ, A > | Deprecated. Provides an iterator for RWTValHashSet |
CRWTValMap< K, T, C, A > | Maintains a collection of keys, each with an associated item and ordered according to a comparison object |
CRWTValMap< RWClassID, RWCollectableStringify * > | |
CRWTValMap< RWDBCType::TypeCode, RWDBAdapterCreationFunc > | |
CRWTValMapConstIterator< K, T, C, A > | Deprecated. Provides a const iterator for RWTValMap |
CRWTValMapIterator< K, T, C, A > | Deprecated. Provides an iterator for RWTValMap |
CRWTValMultiMap< K, T, C, A > | Maintains a collection of keys, each with an associated item and ordered according to a comparison object |
CRWTValMultiMapConstIterator< K, T, C, A > | Deprecated. Provides a const iterator for RWTValMultiMap |
CRWTValMultiMapIterator< K, T, C, A > | Deprecated. Provides an iterator for RWTValMultiMap |
CRWTValMultiSet< T, C, A > | Maintains a collection of values ordered according to a comparison object |
CRWTValMultiSetConstIterator< T, C, A > | Deprecated. Provides a const iterator for RWTValMultiSet |
CRWTValMultiSetIterator< T, C, A > | Deprecated. Provides an iterator for RWTValMultiSet |
CRWTValOrderedHashMap< K, T, H, EQ, A > | Maintains a collection of keys, each with an associated item stored according to both a hash object and the key insertion order |
CRWTValOrderedHashMultiMap< K, T, H, EQ, A > | Maintains a collection of keys, each with an associated item stored according to both a hash object and the key insertion order. Allows duplicate keys |
CRWTValOrderedHashMultiSet< T, H, EQ, A > | Maintains a hash-based collection of class T elements, in which there may be many equivalent instances of an element and the key insertion order is preserved |
CRWTValOrderedHashSet< T, H, EQ, A > | Maintains a hash-based collection of class T elements, in which there cannot be more than one occurrence of equivalent element instances and the key insertion order is preserved |
CRWTValOrderedVector< T, A > | Maintains a collection of values implemented as a vector |
CRWTValOrderedVector< bool, A > | Maintains a collection of boolean values implemented as a vector |
CRWTValOrderedVector< RWHttpGenericHeader > | |
CRWTValOrderedVector< RWMimeParameter > | |
CRWTValOrderedVector< RWRENode< charT > > | |
CRWTValOrderedVector< RWRESubexpression > | |
CRWTValOrderedVector< RWTraceEventClientImp * > | |
CRWTValSet< T, C, A > | Maintains a collection of values ordered according to a comparison object |
CRWTValSetConstIterator< T, C, A > | Deprecated. Provides a const iterator for RWTValSet |
CRWTValSetIterator< T, C, A > | Deprecated. Provides an iterator for RWTValSet |
CRWTValSlist< T, A > | Maintains a collection of values implemented as a singly-linked list |
CRWTValSlist< Callback > | |
CRWTValSlist< Decorator > | |
CRWTValSlist< GuardAndPriorityDecorator > | |
CRWTValSlist< GuardDecorator > | |
CRWTValSlist< MaskedSemaphore * > | |
CRWTValSlist< ParameterPair > | |
CRWTValSlist< PriorityDecorator > | |
CRWTValSlist< RWCallbackElem0 > | |
CRWTValSlist< RWCString > | |
CRWTValSlist< RWDBStatus > | |
CRWTValSlist< RWExchangeGroup< T > > | |
CRWTValSlist< RWGuardedRunnable > | |
CRWTValSlist< RWHttpRange > | |
CRWTValSlist< RWHttpRequest > | |
CRWTValSlist< RWMimeHeader > | |
CRWTValSlist< RWMimePart > | |
CRWTValSlist< RWNameValuePair > | |
CRWTValSlist< RWRunnableExecutionStatePair > | |
CRWTValSlist< RWRunnableServer > | |
CRWTValSlist< RWTCallbackElem1< S1 > > | |
CRWTValSlist< RWTCallbackElem2< S1, S2 > > | |
CRWTValSlist< RWTFunctor< void()> > | |
CRWTValSlist< RWTGuardAndPriorityDecorator< RWRunnable > > | |
CRWTValSlist< RWTGuardAndPriorityDecorator< Type > > | |
CRWTValSlist< RWTGuardDecorator< Type > > | |
CRWTValSlist< RWThread > | |
CRWTValSlist< RWThreadId > | |
CRWTValSlist< RWTIOUResult< Redeemable > > | |
CRWTValSlist< RWTIOUResultCallback > | |
CRWTValSlist< RWTMaskedCallbackElem2< S1, S2 > > | |
CRWTValSlist< RWTPriorityDecorator< Type > > | |
CRWTValSlist< RWTraceEvent > | |
CRWTValSlist< std::pair< Callback, CallbackChange > > | |
CRWTValSlist< Type > | |
CRWTValSlistConstIterator< T, A > | Deprecated. Provides a const iterator for RWTValSlist |
CRWTValSlistIterator< T, A > | Deprecated. Provides an iterator for RWTValSlist |
CRWTValSortedDlist< T, C, A > | Maintains a sorted collection of values implemented as a doubly-linked list |
CRWTValSortedDlistConstIterator< T, C, A > | Deprecated. Provides a const iterator for RWTValSortedDlist |
CRWTValSortedDlistIterator< T, C, A > | Deprecated. Provides an iterator for RWTValSortedDlist |
CRWTValSortedVector< T, C, A > | Maintains a sorted collection of values implemented as a vector |
CRWTValSortedVector< bool, C, A > | Maintains a sorted collection of boolean values implemented as a vector |
CRWTValVector< T > | A value-based collection of values implemented as a vector |
CRWTValVector< char > | |
CRWTValVector< RWCString > | |
CRWTValVector< struct in6_addr > | |
CRWTValVector< unsigned long > | |
CRWTValVector< value_type > | |
CRWTValVirtualArray< T > | Deprecated. A virtual array of templatized objects |
►CRWTWriteGuardBase< Resource > | A base class for guard classes that support write access to a given section of code |
►CRWTWriteLockGuardBase< Resource > | A base class for guard classes that acquire write access to a resource upon creation and release it upon destruction |
CRWTTryWriteLockGuard< Resource > | Guard class that tries to acquire write access on its resource upon creation and release it upon destruction |
CRWTWriteLockGuard< Resource > | A guard class that acquires write access to its resource upon creation and releases it upon destruction |
CRWTWriteUnlockGuard< Resource > | A guard class that releases its resource upon creation and acquires read access to its resource upon destruction |
CRWTXmlTraits< char > | Provides character and string values required by the RWTParsedXXX transformation classes |
CRWUAvailableEncodingList | Constructs iterators that provide access to the current list of encoding names |
CRWUAvailableEncodingListIterator | Provides a C++ Standard Library-compatible random-access iterator for class RWUAvailableEncodingList |
CRWUAvailableLocaleList | Constructs iterators that provide access to the current list of locale names |
CRWUAvailableLocaleListIterator | Provides a C++ Standard Library-compatible random-access iterator for class RWUAvailableLocaleList |
CRWUBreakSearch | Finds the locations of breaks, or potential breaks, in text for a specified locale |
CRWUCharTraits | Provides methods for querying the properties of Unicode characters |
CRWUCollationKey | Stores preprocessed comparison information for a Unicode string to speed repeated string comparisons |
CRWUCollator | Performs locale-sensitive string comparison for use in searching and sorting natural language text |
CRWUConstStringIterator | Provides read-only access to the code points encoded by the code units within an RWBasicUString |
CRWUConstSubString | Provides read-only access to a range of code units within a referenced RWUString |
►CRWUConverterBase | Base class that converts to and from Unicode |
CRWUFromUnicodeConverter | Converts text from UTF-16 to various byte-oriented standard character encoding schemes |
CRWUToUnicodeConverter | Provides unidirectional text conversion from strings in various encodings to UTF-16-encoded RWUString instances |
CRWUEncodingAliasList | Constructs iterators to access the list of encoding aliases associated with a given encoding |
CRWUEncodingAliasListIterator | A C++ Standard Library-compatible random-access iterator for class RWUEncodingAliasList |
CRWUEncodingNameStandardList | Constructs iterators for accessing the list of encoding name standards (such as MIME or IANA) used by the Internationalization Module |
CRWUEncodingNameStandardListIterator | A C++ Standard Library-compatible random-access iterator for class RWUEncodingNameStandardList |
►CRWUFromUnicodeConversionContext | Specifies the character encoding scheme to use for default conversions from UTF-16 strings into another encoding |
CRWUConversionContext | Specifies the default character encoding scheme for conversions between narrow character strings and UTF-16 strings |
CRWUFromUnicodeConverter::ErrorResponseState | Stores the current error response state of an RWUFromUnicodeConverter converter |
CRWUInit | Initializes and cleans up ICU resources |
CRWUIsoCountryList | Constructs iterators to access the static list of ISO 3166 country codes recognized by the Internationalization Module |
CRWUIsoLanguageList | Constructs iterators to access the static list of ISO 639 language codes recognized by the Internationalization Module |
CRWULocale | Defines a specific language, country, and variant |
CRWUNormalizer | Converts a string into a particular normalized Unicode form, and detects whether a string is already in a particular form |
CRWUpperTriMat< TypeT > | Encapsulates upper triangular matrices, which are 0 above the diagonal |
CRWURegexMatchIterator | Iterates over matches found for a Unicode regular expression pattern |
CRWURegexResult | Stores Unicode regular expression match results |
CRWURegularExpression | Represents a regular expression with Unicode extensions |
CRWUResourceBundle | Provides a way to store and access locale-dependent data |
CRWURL | A convenience class that encapsulates parsing and component management of URL information |
CRWUStringIterator | Bidirectional iterator that provides read-write access to the code points encoded by the code units within an RWUString |
CRWUStringIterator::RWUChar32Reference | Provides transparent read-write access to a code point referenced by an RWUStringIterator |
CRWUStringSearch | Searches text for occurrences of a specified Unicode string |
CRWUSubString | Provides read-write access to a range of code units within a referenced RWUString |
CRWUTF8Helper | Provides common functionality used to encode and decode UTF-8 sequences |
CRWUTokenizer | Finds delimiters in Unicode source strings, and provides sequential access to the tokens between those delimiters |
►CRWUToUnicodeConversionContext | Specifies the default character encoding scheme to use for subsequent implicit conversions from narrow character strings to UTF-16 encoded Unicode strings |
CRWUConversionContext | Specifies the default character encoding scheme for conversions between narrow character strings and UTF-16 strings |
CRWUToUnicodeConverter::ErrorResponseState | Stores the current error response state of the converter so the state can be restored if necessary |
►CRWvios | Abstract base class defining an interface similar to std::ios, but without a required association with std::streambuf |
►CRWvistream | Abstract base class providing an interface for format-independent retrieval of fundamental types and fundamental-type arrays |
►CRWbistream | Restores variables stored in binary format by RWbostream |
CRWeistream | Specializes the base class RWbistream to restore values previously stored by RWeostream |
CRWpistream | Specializes the abstract base class RWvistream to restore variables stored in a portable US-ASCII format by RWpostream |
CRWvistreamFromDataInputStream | Adaptor class that adapts the Rogue Wave virtual stream interface to the Rogue Wave data input stream interface |
CRWXDRistream | A portable input stream based on XDR routines |
►CRWvostream | Abstract base class that provides an interface for format-dependent storage of fundamental types and fundamental-type arrays |
►CRWbostream | Stores variables in binary format |
CRWeostream | Specializes the base class RWbostream to store values in a portable binary format |
CRWpostream | Specializes the abstract base class RWvostream to store variables in a portable (printable) US-ASCII format |
CRWvostreamToDataOutputStream | Adaptor class that adapts the Rogue Wave virtual stream interface to the Rogue Wave data output stream interface |
CRWXDRostream | A portable output stream based on XDR routines |
►CRWVirtualPageHeap | Deprecated. Abstract base class representing an abstract page heap of fixed-sized pages |
►CRWBufferedPageHeap | Deprecated. Abstract base class representing a virtual page heap accessed through a buffer |
CRWDiskPageHeap | Deprecated. Specialized type of buffered page heap that swaps its pages to disk as necessary |
CRWvistreamIterator< T > | Input iterator that reads successive elements from the input stream for which it was constructed |
CRWvostreamIterator< T > | Writes successive elements onto the output stream from which it was constructed |
CRWWConstSubString | Allows some subsection of an RWWString to be addressed by defining a starting position and an extent |
CRWWinSockInfo | Initializes the Winsock DLL on Windows platforms |
CRWWithObjectInputContext | Represents a guard object that opens and closes a context within a lexical scope for input streams |
CRWWithObjectOutputContext | Represents a guard object that opens and closes a context within a lexical scope for output streams |
►CRWWString | Offers powerful and convenient facilities for manipulating wide character strings |
CRWCollectableWString | Provides a polymorphically persistable RWWString |
CRWWSubString | Allows some subsection of an RWWString to be addressed by defining a starting position and an extent |
CRWWTokenizer | Breaks up a string into separate tokens, delimited by arbitrary whitespace. Can be used as an alternative to the C++ Standard Library function std::wcstok() |
►CRWXmlObjectStreamCommon | Base class shared by XML object input and output streams |
CRWEnhancedXmlObjectInputStreamImp | Reads objects encoded in XML from the supplied RWDataInputStream |
CRWEnhancedXmlObjectOutputStreamImp | Writes objects as XML into the supplied RWDataOutputStream |
CRWXmlObjectInputStreamImp | Reads and restores objects encoded in XML from the supplied RWDataInputStream |
CRWXmlObjectOutputStreamImp | Serializes one or more objects as an XML-formatted data stream and passes the stream to a supplied RWDataOutputStream |
CRWXmlStreamElement | An XML element abstraction for implementing efficient C++ transformations |
►CRWxmsg | Base class for the hierarchy of exceptions in the Essential Tools Module |
►CRWExternalErr | Exception class that reports errors caused by external sources over which the library has no control |
CRWCertificateKeyMismatchError | Thrown when the provided RWX509Certificate is not valid for the given RWPrivateKey |
CRWCertificateNotValidError | Thrown when a provided certificate is not valid |
CRWCertificateOrKeyTooLargeError | Deprecated. Thrown when the key data is too large to be used |
CRWConversionErr | Exception class that reports character encoding conversion errors |
CRWDecimalInexactErr< M > | Signals problems in computations involving the Rogue Wave decimal classes |
CRWDecimalOverflowErr< M > | Signals overflow problems in computations involving the Rogue Wave decimal classes |
►CRWExternalStreamException | Base class for the stream exceptions |
CRWIncompleteStreamOperation | Reports errors due to an incomplete stream operation |
CRWFileErr | Exception class that reports the failure of file IO operations |
CRWHttpInvalidBodyError | Exception class thrown when an invalid body is associated with a handle or the information provided to the body cannot be processed |
CRWInetHostNotFoundError | Reports that an Internet host address lookup failed |
CRWInetServiceNotFoundError | Reports that an internet service name lookup failed |
CRWNetCantCreatePortalError | Reports the inability to create a portal |
CRWNetCantRecvError | Reports the failure to receive data on a communication channel |
CRWNetCantSendError | Reports a failure to send data on a communications channel |
►CRWNetNoFactoryRegisteredError | Reports a request to produce a derived RWSockAddr for a socket family or name that is not registered with the factory |
CRWNetNoNameFactoryRegisteredError | Reports a request to produce a derived RWSockAddr for a socket family that is not registered with the factory |
CRWNetNoNumberFactoryRegisteredError | Reports a request to produce a derived RWSockAddr for a socket family that is not registered with the factory |
CRWNetOperationTimeoutError | Reports the failure of a network operation to complete within the specified timeout period |
CRWNetSelectError | Reports the failure of a call to rwSocketSelect() |
CRWNetWinsockInitError | Reports the failure to initialize the requested version of the Windows Socket library, or a failure to successfully clean up the library |
CRWSecureSocketBadMemoryReferenceError | Thrown when NULL is passed to a function that needs a valid pointer |
CRWSecureSocketInvalidFileError | Thrown when a named file does not exist or is invalid |
CRWSecureSocketInvalidMethodError | Thrown when NULL is passed to the RWSecureSocketMethod constructor |
CRWSecureSocketNoCallbackSpecifiedError | Thrown when an RWAsymmetricKey is constructed with encrypted key data but no RWPasswordCallback is provided to decrypt the key |
CRWSecureSocketPackageNotInitializedError | Thrown when there is no valid RWSecureSocketPackageInit instance and an RWSecureSocketContext is constructed |
CRWSecureSocketRNGNotSeededError | Thrown when the application attempts to construct an RWSecureSocketContext without first initializing the random number generator or disabling seed checking |
CRWSecureSocketSelectError | Thrown when a problem occurs inside rwSecureSocketSelect() |
CRWSecureSocketVersionError | Thrown when a specified version number is not valid |
CRWSockBadAddressFormatError | Reports the inability to parse a string into a valid socket address |
CRWSSLContextLoadVerifyLocationsError | Thrown when the provided verify locations file exists but cannot be loaded |
CRWSSLContextUnableToSetCipherListError | Thrown when the provided cypher list cannot be used by the underlying library |
CRWStreamErr | Exception class that reports either no header or an invalid header in an RWeostream or RWeistream |
CRWUnableToReadCertificateError | Thrown when an RWX509Certificate could not be created from the provided data |
CRWUnableToReadPrivateKeyError | Thrown when an RWAsymmetricKey could not be created from the provided data |
►CRWInternalErr | Exception class that reports errors that occur within the Essential Tools Module |
CRWBoundsErr | Exception class that reports invalid indexes into buffers |
CRWHttpConnectionError | Exception class thrown when the requested HTTP connection could not be established |
CRWHttpHandlerError | Exception class thrown when the handler function fails to process the entire body of a message passed to it |
CRWHttpHeaderParseError | Exception class thrown when any portion of the HTTP header cannot be parsed due to non-conformance with the HTTP specification |
CRWHttpNoPendingRepliesError | Exception class thrown when a reply is requested but there are no pending RWHttpRequests |
CRWHttpRecursiveRedirectError | Exception class thrown if a redirect location is already in the list of visited locations |
CRWHttpReplyError | Exception class thrown if unexpected data is found in the reply to and HTTP request |
CRWHttpRequestError | Exception class thrown if data without a Content-Length is sent to a server with version less than HTTP/1.1 |
CRWHttpsCertificateNameMismatch | Exception class indicating that the default name mismatch callback has been invoked |
CRWHttpsCertificateNameParseError | Exception class indicating that the default name check callback cannot extract the CommonName from an RWX509Certificate |
CRWNetAlreadyRegisteredError | Reports an attempt to register multiple socket address factories for a socket address family |
CRWNetInvalidSocketError | Reports use of an invalid RWSocket with rwSocketSelect() |
CRWNetNoChannelError | Reports an attempt to send or receive data on an RWPortal that is not bound to a communications channel |
CRWNetNoSuchBlockingHookError | Deprecated. Reports an attempt to pass an unknown blocking hook to the RWWinSockInfo constructor |
CRWNetTimeoutNotImplementedError | Reports an attempt to use an unsupported timed operation |
CRWProtocolAgentError | An exception thrown when when a protocol-specific error (FTP, POP3, SMTP) occurs while processing a command in an Agent class |
►CRWProtocolClientError | An exception thrown when when a protocol-specific error (FTP, POP3, SMTP) occurs while processing a command in a Client class |
CRWProtocolClientCmdSequenceError | An exception thrown when a protocol action (FTP, POP3, HTTP, SMTP) is used out of the sequence dictated by that protocol |
CRWRegexErr | Exception class that reports errors from within RWTRegex |
CRWReplyError | An exception thrown when an RWReply (or derived class) is used in an invalid manner |
CRWReplySyntaxError | An exception thrown when the text or error number of a reply message does not adhere to the single numerical reply defined by the protocol being used |
CRWSecureSocketError | Thrown when a problem occurs while trying to use an RWSecureSocket |
CRWSecureSocketInvalidSessionId | Thrown when a session ID that exceeds the maximum allowable length is set |
CRWSecureSocketInvalidSocketError | Thrown when an invalid socket is used |
CRWSecureSocketNullCertificateError | Thrown when the library is unable to provide a valid certificate |
CRWSecureSocketPackageCleanupError | Thrown when RWSecureSocketPackageInit fails to cleanup the underlying cryptographic library |
CRWSecureSocketPackageInitError | Thrown when RWSecureSocketPackageInit fails to initialize the underlying cryptographic library |
CRWSecureSocketShutdownError | Thrown when an attempt to shutdown the SSL/TLS connection fails |
CRWSecureSocketUnderlyingAllocationError | Thrown when the underlying library fails to allocate memory |
CRWSecureSocketUseCertificateError | Thrown when the provided RWX509Certificate cannot be set |
CRWSecureSocketUsePrivateKeyError | Thrown when the provided RWPrivateKey cannot be set or if the RWPrivateKey does not match the provided RWX509Certificate |
CRWSocketError | Reports an error on an RWSocket |
CRWSockTypeChangeError | Reports the attempt to change the type of a valid socket |
CRWSockWrongAddressTypeError | Reports the attempt to convert one derived RWSockAddr to some other RWSockAddr type |
CRWURLError | An exception not currently used. It remains reserved for potential future use |
►CRWMimeError | Base class for the heirarchy of exceptions in the MIME package |
CRWMimeParseError | Reports the failure to successfully parse a MIME header |
►CRWTHRxmsg | Base class for thread-compatible exceptions |
CRWCancellation | Represents an exception that is thrown to cancel a thread |
CRWTHRClosedException | Exception thrown when an attempt is made to close an already-closed buffer |
CRWTHREscrowAlreadyClosed | Exception thrown when an attempt is made to close an already-closed IOU |
►CRWTHRExternalError | Exception thrown for errors caused by external sources over which the library has no control |
CRWTHRPermissionError | Exception thrown when the caller does not have appropriate permissions |
►CRWTHRIllegalUsage | Exception thrown when a thread attempts to access a function, method, or value for which it lacks access |
CRWTHRBoundsError | Exception thrown when a specified value is invalid or outside the current legal range |
CRWTHRIllegalAccess | Exception thrown when an external or internal thread attempts to use a thread object member to which it lacks access |
CRWTHRInvalidPointer | Exception thrown by pointer classes for attempts to deference a pointer that is not pointing to anything |
CRWTHROperationNotSupported | Exception thrown if the operation or attribute is not supported in the current environment |
CRWTHRThreadActive | Exception thrown when an attempt is made to start, resume, or release an active runnable or thread |
CRWTHRThreadNotActive | Exception thrown by thread object members that require an active thread when none exists |
CRWTHRInternalError | Exception thrown to report errors that occur within the Threads Module |
CRWTHROperationAborted | Exception thrown when a requested operation, or its associated object, has been aborted |
CRWTHROperationCanceled | Exception thrown when an operation is attempted on a canceled thread |
CRWTHROperationNotAvailable | Exception thrown if an operation or attribute is not available in the current environment |
CRWTHROperationNotImplemented | Exception thrown when the requested operation has not been implemented |
CRWTHROperationTerminated | Exception thrown when an operation or its associated object has been terminated |
CRWTHRResourceLimit | Exception thrown when an operation cannot be performed due to memory or system resource constraints |
CRWTTHRCompatibleException< Exception > | Template class for creating a thread-compatible exception from an existing exception class |
CRWTraceClientAlreadyAdded | Trace exception thrown when an attempt is made to add a client that has already been added |
CRWTraceClientAlreadyConnected | Trace exception thrown when an attempt is made to connect to a client that is already connected |
CRWTraceClientNotConnected | Trace exception thrown when a trace operation is attempted on a client is not yet connected |
CRWTraceInvalidClient | Trace exception thrown when an operation is attempted on a client that is not valid |
CRWTraceInvalidPointer | Trace exception thrown when the client is not connected to a valid body |
CRWUException | Exception class thrown by many methods in the Internationalization Module |
CRWxalloc | Exception class that reports buffer allocation errors |
►CRWZone | Abstract base class defining an interface to describe time zones |
CRWZoneSimple | A basic, concrete time zone implementation of the abstract class RWZone, based on the Daylight Saving Time (DST) rules defined in struct RWDaylightRule |
►Cstd::ios_base | STL class |
►Cstd::basic_ios< Char > | STL class |
►CRWTPortalStreamBase< charT, traits > | Base class that includes functions common to derived portal stream classes |
CRWTPortalIStream< charT, traits > | Provides a std::basic_istream that uses an RWPortal as its source of bytes |
CRWTPortalOStream< charT, traits > | Provides a std::basic_ostream that uses an RWPortal as its sink of bytes |
CRWTPortalStream< charT, traits > | Provides a std::basic_iostream that uses an RWPortal as its source and sink of bytes |
►Cstd::basic_istream< Char > | STL class |
CRWTPortalIStream< charT, traits > | Provides a std::basic_istream that uses an RWPortal as its source of bytes |
►Cstd::basic_iostream< Char > | STL class |
CRWTPortalStream< charT, traits > | Provides a std::basic_iostream that uses an RWPortal as its source and sink of bytes |
►Cstd::istream | STL class |
CRWCompressedIStream< Compressor > | Deserializes and decompresses data from an associated std::streambuf |
►Cstd::basic_ostream< Char > | STL class |
CRWTPortalOStream< charT, traits > | Provides a std::basic_ostream that uses an RWPortal as its sink of bytes |
Cstd::basic_iostream< Char > | STL class |
►Cstd::ostream | STL class |
CRWCompressedOStream< Compressor > | Compresses data and serializes it to an associated std::streambuf |
►Cstd::ios | STL class |
CRWbistream | Restores variables stored in binary format by RWbostream |
CRWbostream | Stores variables in binary format |