0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
CommBuf.h File Reference

Declarations for CommBuf. More...

#include "CommHeader.h"
#include <Common/ByteString.h>
#include <Common/InetAddr.h>
#include <Common/Logger.h>
#include <Common/Serialization.h>
#include <Common/StaticBuffer.h>
#include <boost/shared_array.hpp>
#include <memory>
#include <string>
Include dependency graph for CommBuf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::CommBuf
 Message buffer for holding data to be transmitted over a network. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef std::shared_ptr< CommBuf > Hypertable::CommBufPtr
 Smart pointer to CommBuf. More...
 

Detailed Description

Declarations for CommBuf.

This file contains type declarations for CommBuf, a class to create and manipulate messages to be transmitted over a network.

Definition in file CommBuf.h.