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 403 of file port.hpp.


Member Function Documentation

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

Definition at line 406 of file port.hpp.

References mmx::get_format().

00406                                                 {
00407     return get_format (binary_read<T> (in)); }

static void write ( const port out,
const format< T > &  fm 
) [inline, static]

Definition at line 404 of file port.hpp.

References mmx::get_sample().

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


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1