RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Datacratic::LzmaCompressor::Itl Struct Reference

List of all members.

Public Member Functions

 Itl (Direction direction, int level=-1)
void before (const char *&src_begin, const char *src_end, char *&dest_begin, char *dest_end)
void after (const char *&src_begin, char *&dest_begin, bool compress)
std::string lzma_strerror (lzma_ret code)
void process (const char *&src_begin, const char *&src_end, char *&dest_begin, char *&dest_end, FlushLevel level)

Public Attributes

Direction direction
lzma_stream stream_

Detailed Description

Definition at line 733 of file filter.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator