|
OpenSDN source code
|
#include <cstring>#include "boost/scoped_array.hpp"#include <sandesh/transport/TTransport.h>#include <sandesh/transport/TVirtualTransport.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) |
| #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.