binary_helper< double > Struct Template Reference

#include <port.hpp>

Inheritance diagram for binary_helper< double >:
void_binary_helper< double >

List of all members.

Static Public Member Functions


Detailed Description

template<>
struct mmx::binary_helper< double >

Definition at line 342 of file port.hpp.


Member Function Documentation

static generic access ( const double &  x,
nat  i 
) [inline, static, inherited]

Definition at line 189 of file port.hpp.

00189                                                    {
00190     return vector_access (disassemble (x), i); }

static double assemble ( const generic x  )  [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 342 of file port.hpp.

00349 : public void_binary_helper<bool> {

static generic disassemble ( const double &  x  )  [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 342 of file port.hpp.

00349 : public void_binary_helper<bool> {

static generic full_type_name (  )  [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 342 of file port.hpp.

00349 : public void_binary_helper<bool> {

static double read ( const port in  )  [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 342 of file port.hpp.

00349 : public void_binary_helper<bool> {

static string short_type_name (  )  [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 342 of file port.hpp.

00349 : public void_binary_helper<bool> {

static nat size ( const double &  x  )  [inline, static, inherited]

Definition at line 187 of file port.hpp.

00187                                       {
00188     return vector_size (disassemble (x)); }

static void write ( const port out,
const double &  x 
) [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 342 of file port.hpp.

00349 : public void_binary_helper<bool> {


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1