OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TBufferTransports.h File Reference
#include <cstring>
#include "boost/scoped_array.hpp"
#include <sandesh/transport/TTransport.h>
#include <sandesh/transport/TVirtualTransport.h>
Include dependency graph for TBufferTransports.h:

Go to the source code of this file.

Classes

class  contrail::sandesh::transport::TBufferBase
 
class  contrail::sandesh::transport::TMemoryBuffer
 

Namespaces

 contrail
 
 contrail::sandesh
 
 contrail::sandesh::transport
 

Macros

#define TDB_LIKELY(val)   (val)
 
#define TDB_UNLIKELY(val)   (val)
 

Macro Definition Documentation

#define TDB_LIKELY (   val)    (val)

Definition at line 33 of file TBufferTransports.h.

#define TDB_UNLIKELY (   val)    (val)

Definition at line 34 of file TBufferTransports.h.