SourcePro® 2022.1 |
SourcePro® API Reference Guide |
Classes in this group let you work with things such as ordered collections of associations of keys and values, fixed-length blocks to and from an associated RWFile, page heaps, encapsulated binary file operations, and disk allocation
Classes | |
| class | RWBTreeOnDisk |
| Represents an ordered collection of associations of keys and values, with keys ordered based on an external function and with duplicate keys not allowed. More... | |
| class | RWBufferedPageHeap |
| Deprecated. Abstract base class representing a virtual page heap accessed through a buffer. More... | |
| class | RWCacheManager |
| Caches fixed-length blocks to and from an associated RWFile. More... | |
| struct | RWDirectoryIterator< const char * > |
Provides a specialization of the class template for const char*, with no iteration of subdirectories. More... | |
| struct | RWDirectoryIterator< RWCString > |
| Provides a specialization of the class template for RWCString, with recursive iteration of subdirectories. More... | |
| class | RWDiskPageHeap |
| Deprecated. Specialized type of buffered page heap that swaps its pages to disk as necessary. More... | |
| class | RWFile |
| Represents an abstraction of a filesystem regular file. More... | |
| class | RWFileManager |
| Allocates and deallocates storage in a disk file, much like a "freestore" manager. More... | |
| struct | RWFileStat |
| Provides file statistical information in a portable manner. More... | |
| class | RWVirtualPageHeap |
| Deprecated. Abstract base class representing an abstract page heap of fixed-sized pages. More... | |
Typedefs | |
| typedef unspecified_type | RWoffset |
| typedef unspecified_type RWoffset |
An unspecified signed integer type representing a file offset.
|
Copyright © 2022 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |