OpenSDN source code
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

◆ TDB_LIKELY

#define TDB_LIKELY (   val)    (val)

Definition at line 33 of file TBufferTransports.h.

◆ TDB_UNLIKELY

#define TDB_UNLIKELY (   val)    (val)

Definition at line 34 of file TBufferTransports.h.