#include <port.hpp>
Definition at line 341 of file port.hpp.
| static generic access | ( | const float & | x, | |
| nat | i | |||
| ) | [inline, static, inherited] |
Definition at line 189 of file port.hpp.
00189 { 00190 return vector_access (disassemble (x), i); }
| static float assemble | ( | const generic & | x | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
| static generic disassemble | ( | const float & | x | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
| static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
| static float read | ( | const port & | in | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
| static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
| static nat size | ( | const float & | 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 float & | x | |||
| ) | [inline, static] |
Reimplemented from void_binary_helper< float >.
1.6.1