#include <BZ2Packet.h>
Public Types | |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _buffer_type |
typedef uint32_t | _original_length_type |
typedef boost::shared_ptr < ::bz2_transport::BZ2Packet_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::bz2_transport::BZ2Packet_ < ContainerAllocator > > | Ptr |
typedef BZ2Packet_ < ContainerAllocator > | Type |
Public Member Functions | |
BZ2Packet_ () | |
BZ2Packet_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | buffer |
uint32_t | original_length |
Definition at line 21 of file BZ2Packet.h.
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > bz2_transport::BZ2Packet_< ContainerAllocator >::_buffer_type |
Definition at line 39 of file BZ2Packet.h.
typedef uint32_t bz2_transport::BZ2Packet_< ContainerAllocator >::_original_length_type |
Definition at line 36 of file BZ2Packet.h.
typedef boost::shared_ptr< ::bz2_transport::BZ2Packet_<ContainerAllocator> const> bz2_transport::BZ2Packet_< ContainerAllocator >::ConstPtr |
Definition at line 44 of file BZ2Packet.h.
typedef boost::shared_ptr< ::bz2_transport::BZ2Packet_<ContainerAllocator> > bz2_transport::BZ2Packet_< ContainerAllocator >::Ptr |
Definition at line 43 of file BZ2Packet.h.
typedef BZ2Packet_<ContainerAllocator> bz2_transport::BZ2Packet_< ContainerAllocator >::Type |
Definition at line 22 of file BZ2Packet.h.
bz2_transport::BZ2Packet_< ContainerAllocator >::BZ2Packet_ | ( | ) | [inline] |
Definition at line 24 of file BZ2Packet.h.
bz2_transport::BZ2Packet_< ContainerAllocator >::BZ2Packet_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file BZ2Packet.h.
boost::shared_ptr<std::map<std::string, std::string> > bz2_transport::BZ2Packet_< ContainerAllocator >::__connection_header |
Definition at line 45 of file BZ2Packet.h.
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > bz2_transport::BZ2Packet_< ContainerAllocator >::buffer |
Definition at line 40 of file BZ2Packet.h.
uint32_t bz2_transport::BZ2Packet_< ContainerAllocator >::original_length |
Definition at line 37 of file BZ2Packet.h.