ZIO
Python and C++ interface to ZeroMQ and Zyre
Namespaces | Functions | Variables
tens.hpp File Reference
#include "zio/message.hpp"
Include dependency graph for tens.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 zio
 implementation of ZIO data flow protocol endpoints
 
 zio::tens
 

Functions

const char * zio::tens::type_name (const std::type_info &t)
 
template<typename Type >
const char * zio::tens::dtype ()
 
void zio::tens::append (Message &msg, message_t &&data, const std::vector< size_t > &shape, size_t word_size, const char *tn)
 
template<typename ElementType >
void zio::tens::append (Message &msg, const ElementType *data, const std::vector< size_t > &shape)
 
const zio::message_tzio::tens::at (const Message &msg, size_t index)
 

Variables

const char * zio::tens::form = "TENS"