basix_doc 0.1
binary_helper< double > Struct Reference

#include <port.hpp>

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

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 340 of file port.hpp.


Member Function Documentation

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

Definition at line 187 of file port.hpp.

                                                   {
    return vector_access (disassemble (x), i); }
static double assemble ( const generic x) [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 340 of file port.hpp.

: public void_binary_helper<bool> {
static generic disassemble ( const double &  x) [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 340 of file port.hpp.

: public void_binary_helper<bool> {
static generic full_type_name ( ) [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 340 of file port.hpp.

: public void_binary_helper<bool> {
static double read ( const port in) [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 340 of file port.hpp.

: public void_binary_helper<bool> {
static string short_type_name ( ) [inline, static]

Reimplemented from void_binary_helper< double >.

Definition at line 340 of file port.hpp.

: public void_binary_helper<bool> {
static nat size ( const double &  x) [inline, static, inherited]

Definition at line 185 of file port.hpp.

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

: public void_binary_helper<bool> {

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