ZooLib Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
ZBitReaderBEZBitReaderBE reads a bitstream from a ZStreamR or from memory in increments of 1 to 32 bits
ZBitReaderLEZBitReaderLE reads a bitstream from a ZStreamR or from memory in increments of 1 to 32 bits
ZBitWriterBEZBitWriterBE writes a bitstream to a ZStreamW or to memory in increments of 1 to 32 bits
ZBitWriterLEZBitWriterLE writes a bitstream to a ZStreamW or to memory in increments of 1 to 32 bits
ZNodeTreeIterAn iterator that provides access to every node descending from a ZNode
ZStreamerR
ZStreamerR_BoundaryA read filter streamer encapsulating a ZStreamR_Boundary
ZStreamerR_CatA read filter streamer encapsulating a ZStreamR_Cat
ZStreamerR_DynamicBufferedA read filter streamer encapsulating a ZStreamR_DynamicBuffered
ZStreamerR_SourceA read streamer encapsulating a ZStreamR_Source
ZStreamerR_StreamAn R streamer that wraps a ZStreamR
ZStreamerR_TeeA read filter streamer encapsulating a ZStreamR_Tee
ZStreamerRPos
ZStreamerRPos_LimitedA positionable read filter streamer encapsulating a ZStreamRPos_Limited
ZStreamerRPos_MemoryA positionable read streamer encapsulating a ZStreamRPos_Memory
ZStreamerRPos_PageBufferedA positionable read filter streamer wrapping a ZStreamRPos_PageBuffered
ZStreamerRW
ZStreamerRW_FlushOnReadA RW streamer encapsulating a ZStreamRW_FlushOnRead
ZStreamerRW_WrapperA RW streamer that wraps a ZStreamerR and a ZStreamerW into a single entity
ZStreamerRWPos
ZStreamerRWPos_PageBufferedA positionable read/write filter streamer wrapping a ZStreamerRWPos_PageBuffered
ZStreamerU
ZStreamerW
ZStreamerW_DynamicBufferedA write filter streamer encapsulating a ZStreamW_DynamicBuffered
ZStreamerW_StreamA W streamer that wraps a ZStreamW
ZStreamerW_TeeA write filter streamer encapsulating a ZStreamW_Tee
ZStreamerWPos
ZStreamerWPos_MemoryA positionable write streamer encapsulating a ZStreamWPos_Memory
ZStreamMUXAllows one to multiplex independent sessions over a single ZStreamR/ZStreamW pair
ZStreamRBase interface for read streams
ZStreamR_ASCIIStrimA read filter stream that reads only the ASCII-range code points from a strim
ZStreamR_Base64Decode
ZStreamR_Base64Encode
ZStreamR_BoundaryA read filter stream that reads from another stream until a boundary sequence is encountered
ZStreamR_BufferedA read filter stream that tries to pre-read data in chunks as large as its buffer size
ZStreamR_CatA read filter stream that reads from iStreamR1 until it's exhausted, then from iStreamR2
ZStreamR_CountA read filter stream that counts the number of bytes read from it
ZStreamR_DynamicBufferedA read filter stream that can rewind a read stream by copying read data into a ZStreamRWPos
ZStreamR_HexStrimA read filter stream that reads byte values from a strim, where they're encoded as hex digits
ZStreamR_JNIA read stream that sources data from a java.io.InputStream
ZStreamR_LimitedA read filter stream that caps the number of bytes that can be read
ZStreamR_LZWDecodeA read filter stream that LZW-decompresses a source stream
ZStreamR_LZWEncodeNoPatent
ZStreamR_MD5A read filter stream that MD5 hashes data read through it
ZStreamR_MemoryA read stream that gets its data from normal memory
ZStreamR_NullA read stream with no content
ZStreamR_RandomA read stream providing an endless sequence of pseudo-random bytes
ZStreamR_SHA1A read filter stream that SHA1 hashes data read through it
ZStreamR_SkipAllOnDestroyA read filter stream that when destroyed invokes SkipAll on its real stream
ZStreamR_SourceA read stream providing an endless repeating sequence of bytes
ZStreamR_TeeA read filter stream that echoes any data read from it to a write stream
ZStreamRPosBase interface for positionable read streams
ZStreamRPos_Limited
ZStreamRPos_MemoryA positionable read stream that gets its data from normal memory
ZStreamRPos_NullA positionable read stream of zero size
ZStreamRPos_PageBuffered
ZStreamRPos_StreamR
ZStreamRPos_StringZStreamRPos_String provides a ZStreamRPos interface to a referenced standard library string
ZStreamRW_FIFO
ZStreamRW_FlushOnReadA RW stream that ensures the write stream is flushed when the read stream is read
ZStreamRW_MemoryPipe
ZStreamRWPosBase interface for positionable read/write streams
ZStreamRWPos_PageBuffered
ZStreamRWPos_RAMA RWPos stream that maintains its data in multiple fixed size memory chunks
ZStreamRWPos_StringZStreamRWPos_String provides a ZStreamRWPos interface to a referenced standard library string
ZStreamUBase interface for read streams that can unread a single byte
ZStreamU_UnreaderImplements ZStreamU::Unread by buffering a single byte from a source ZStreamR
ZStreamWBase interface for write streams
ZStreamW_Base64Encode
ZStreamW_BufferedA write filter stream that buffers data written to it
ZStreamW_CountA write filter stream that counts the number of bytes written to it
ZStreamW_DynamicBufferedA write filter stream that buffers all data written to it until it's flushed
ZStreamW_HexStrimA write filter stream that takes binary data and writes hex characters to its sink strim
ZStreamW_LimitedA write filter stream that caps the number of bytes that can be written
ZStreamW_LZWDecodeAn output filter stream that LZW-decompresses to destination stream
ZStreamW_LZWEncodeA write filter stream that LZW-compresses to a destination stream
ZStreamW_LZWEncodeNoPatent
ZStreamW_MD5A write filter stream that MD5 hashes data written through it
ZStreamW_MemoryA write stream that writes to normal memory
ZStreamW_NullA write stream that discards all data written to it
ZStreamW_SHA1A write filter stream that SHA1 hashes data written through it
ZStreamW_TeeA write filter stream that replicates writes made against it
ZStreamWPosBase interface for positionable write streams
ZStreamWPos_MemoryA positionable write stream that writes to normal memory
ZStreamWPos_NullA positionable write stream that discards all data written to it
ZStreamWPos_StringZStreamWPos_String provides a ZStreamWPos interface to a referenced standard library string
ZStrimmerR
ZStrimmerR_BoundaryA read filter strimmer encapsulating a ZStrimR_Boundary
ZStrimmerR_TeeA read filter strimmer encapsulating a ZStrimR_Tee
ZStrimmerU
ZStrimmerW
ZStrimmerW_MLA write filter strimmer encapsulating a ZStrimW_ML
ZStrimmerW_TeeA write filter strimmer encapsulating a ZStrimW_Tee
ZStrimR
ZStrimR_BoundaryA read filter strim that reads from another strim until a boundary sequence is encountered
ZStrimR_CRLFRemoveA read filter strim that removes CRLF sequences and replaces them with another code point
ZStrimR_LimitedA read filter strim that limits the number of code points read through it
ZStrimR_NullA derivation of ZStrimR that is empty
ZStrimR_StreamDecoder
ZStrimR_StreamUTF16BEA read strim that sources text by reading big endian UTF-16 code units from a ZStreamR
ZStrimR_StreamUTF16LEA read strim that sources text by reading little endian UTF-16 code units from a ZStreamR
ZStrimR_StreamUTF32BEA read strim that sources text by reading big endian UTF-32 code units from a ZStreamR
ZStrimR_StreamUTF32LEA read strim that sources text by reading little endian UTF-32 code units from a ZStreamR
ZStrimR_StreamUTF8A read strim that sources text by reading UTF-8 code units from a ZStreamR
ZStrimR_TeeA read filter stream that echoes any data read from it to a write stream
ZStrimU
ZStrimU_String32Provides a ZStrimU interface to a standard library string containing UTF-32 code units
ZStrimU_String8Provides a ZStrimU interface to a standard library string containing UTF-8 code units
ZStrimU_UnreaderImplements Imp_Unread by buffering a single CP from a source ZStrimR
ZStrimW
ZStrimW_CRLFInsertA write filter strim that replaces standalone CR or LF with CRLF
ZStrimW_CRLFRemoveA write filter strim that removes CRLF sequences and replaces them with another code point
ZStrimW_EscapifyA write filter strim that inserts C-style escape sequences
ZStrimW_LimitedA write filter strim that limits the number of code points it will pass on
ZStrimW_MLA write filter strim to help generate well-formed ML-type data (XML, HTML etc)
ZStrimW_NativeUTF16
ZStrimW_NativeUTF32
ZStrimW_NativeUTF8
ZStrimW_NullA derivation of ZStrimW that discards without error any code points written to it
ZStrimW_StreamEncoder
ZStrimW_StreamUTF16BEA write strim that writes text to a ZStreamW in big endian UTF-16
ZStrimW_StreamUTF16LEA write strim that writes text to a ZStreamW in little endian UTF-16
ZStrimW_StreamUTF32BEA write strim that writes text to a ZStreamW in big endian UTF-32
ZStrimW_StreamUTF32LEA write strim that writes text to a ZStreamW in little endian UTF-32
ZStrimW_StreamUTF8A write strim that writes text to a ZStreamW in UTF-8
ZStrimW_StringProvides a ZStrimW interface to a standard library string, writing UTF-8 code units
ZStrimW_TeeA write filter strim that replicates writes made against it
ZTBA smart pointer representing the connection to a tuplebase
ZTBIterAllows one to walk over the set of tuples in a ZTB as described by a ZTBQuery
ZTBQueryDescribes the tuple selection operations to be applied to a tuplebase or tuplesoup
ZTBQuery::SortSpecDescribes how a single property should be sorted
ZTBSpecRepresents criteria to be matched against tuples
ZTBSpec::ComparatorHolds a <ZTBSpec::ERel, strength> pair
ZTBSpec::CriterionHolds a <property name, ZTBSpec::Comparator, ZTupleValue> triple
ZTBTxnCombines references to a ZTxn and ZTB
ZTS
ZTSoup
ZTupleAssociative array mapping names to ZTupleValues
ZTupleRepZTupleRep is an implementation detail. Try not to build anything that depends on it
ZTupleValueHolds a value which can be one of several different types
ZTxnRepresents a transaction

Generated on Thu Jul 26 11:22:00 2007 for ZooLib by  doxygen 1.4.7