OpenSDN source code
|
Classes | |
class | TBufferBase |
class | TMemoryBuffer |
class | TFDTransport |
class | TSimpleFileTransport |
class | TTransport |
class | TTransportFactory |
class | TTransportDefaults |
class | TVirtualTransport |
Functions | |
template<class Transport_ > | |
int32_t | readAll (Transport_ &trans, uint8_t *buf, uint32_t len) |
int32_t contrail::sandesh::transport::readAll | ( | Transport_ & | trans, |
uint8_t * | buf, | ||
uint32_t | len | ||
) |
Helper template to hoist readAll implementation out of TTransport
Definition at line 35 of file TTransport.h.