proxygen
proxygen::compress::QMINScheme::QMINAck Struct Reference

#include <QMINScheme.h>

Inheritance diagram for proxygen::compress::QMINScheme::QMINAck:
proxygen::compress::CompressionScheme::Ack

Public Member Functions

 QMINAck (size_t off, const void *buf, size_t bufsz)
 
- Public Member Functions inherited from proxygen::compress::CompressionScheme::Ack
virtual ~Ack ()
 

Public Attributes

size_t qma_off
 
size_t qma_sz
 
unsigned char qma_buf [0x1000]
 

Detailed Description

Definition at line 192 of file QMINScheme.h.

Constructor & Destructor Documentation

proxygen::compress::QMINScheme::QMINAck::QMINAck ( size_t  off,
const void *  buf,
size_t  bufsz 
)
inlineexplicit

Definition at line 193 of file QMINScheme.h.

193  {
194  qma_off = off;
195  qma_sz = bufsz;
196  memcpy(qma_buf, buf, bufsz);
197  }
unsigned char buf[0x1000]
Definition: QMINScheme.h:466

Member Data Documentation

unsigned char proxygen::compress::QMINScheme::QMINAck::qma_buf[0x1000]

Definition at line 201 of file QMINScheme.h.

size_t proxygen::compress::QMINScheme::QMINAck::qma_off

Definition at line 199 of file QMINScheme.h.

size_t proxygen::compress::QMINScheme::QMINAck::qma_sz

Definition at line 200 of file QMINScheme.h.


The documentation for this struct was generated from the following file: