| 
    bit7z 4.0.9
    
   A C++ library for interfacing with the 7-zip shared libs. 
   | 
 
| ▼Nbit7z | The main namespace of the bit7z library | 
| CBit7zLibrary | Allows accessing the basic functionalities provided by the 7z DLLs | 
| CBitAbstractArchiveCreator | Abstract class representing a generic archive creator | 
| CBitAbstractArchiveHandler | Abstract class representing a generic archive handler | 
| CBitAbstractArchiveOpener | The BitAbstractArchiveOpener abstract class represents a generic archive opener | 
| CBitArchiveEditor | Allows creating new file archives or updating old ones | 
| CBitArchiveItem | Generic item inside an archive | 
| CBitArchiveItemInfo | Archived item and that stores all its properties for later use | 
| CBitArchiveItemOffset | Archived item but doesn't store its properties | 
| CBitArchiveReader | Allows reading metadata of archives, as well as extracting them | 
| CBitArchiveWriter | Allows creating new archives or updating old ones with new items | 
| CBitCompressor | The BitCompressor template class allows compressing files into archives | 
| CBitException | Generic exception thrown from the bit7z classes | 
| CBitExtractor | The BitExtractor template class allows extracting the content of archives from supported input types | 
| CBitFileCompressor | Allows compressing files and directories | 
| CBitGenericItem | The BitGenericItem interface class represents a generic item (either inside or outside an archive) | 
| CBitInFormat | Extractable archive format | 
| CBitInOutFormat | Format available for creating new archives and extract old ones | 
| ▼CBitInputArchive | The BitInputArchive class, given a handler object, allows reading/extracting the content of archives | 
| CConstIterator | An iterator for the elements contained in an archive | 
| CBitItemsVector | Vector of generic input items, i.e., items that can come from the filesystem, from memory buffers, or from standard streams | 
| CBitOutputArchive | The BitOutputArchive class, given a creator object, allows creating new archives | 
| CBitPropVariant | The BitPropVariant struct is a light extension to the WinAPI PROPVARIANT struct providing useful getters |