basix_doc 0.1
format_binary_helper< FT, T > Struct Template Reference

#include <port.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename FT, typename T>
struct mmx::format_binary_helper< FT, T >

Definition at line 401 of file port.hpp.


Member Function Documentation

static format<T> read ( const port in) [inline, static]

Definition at line 404 of file port.hpp.

References mmx::get_format().

Referenced by binary_helper< format< T > >::read().

                                                {
    return get_format (binary_read<T> (in)); }
static void write ( const port out,
const format< T > &  fm 
) [inline, static]

Definition at line 402 of file port.hpp.

References mmx::get_sample().

Referenced by binary_helper< format< T > >::write().

                                                                  {
    binary_write<T> (out, get_sample (fm)); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines