basix_doc 0.1
|
#include <port.hpp>
Definition at line 187 of file port.hpp.
{ return vector_access (disassemble (x), i); }
static float assemble | ( | const generic & | x | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
Definition at line 339 of file port.hpp.
: public void_binary_helper<bool> {
static generic disassemble | ( | const float & | x | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
Definition at line 339 of file port.hpp.
: public void_binary_helper<bool> {
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
Definition at line 339 of file port.hpp.
: public void_binary_helper<bool> {
static float read | ( | const port & | in | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
Definition at line 339 of file port.hpp.
: public void_binary_helper<bool> {
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
Definition at line 339 of file port.hpp.
: public void_binary_helper<bool> {
static nat size | ( | const float & | x | ) | [inline, static, inherited] |
Definition at line 185 of file port.hpp.
{ return vector_size (disassemble (x)); }
static void write | ( | const port & | out, |
const float & | x | ||
) | [inline, static] |
Reimplemented from void_binary_helper< float >.
Definition at line 339 of file port.hpp.
: public void_binary_helper<bool> {