|
basix_doc 0.1
|
#include <port.hpp>
Definition at line 292 of file port.hpp.
References mmx::binary_disassemble_generic(), mmx::binary_type_generic(), and ERROR.
{
if (i == 0) return binary_type_generic (x);
else if (i == 1) return binary_disassemble_generic (x);
else ERROR ("index out of range"); }
Definition at line 298 of file port.hpp.
References mmx::binary_assemble_generic(), and mmx::vector_access().
{
return binary_assemble_generic (vector_access (x, 0),
vector_access (x, 1)); }
Definition at line 296 of file port.hpp.
References mmx::access(), and mmx::gen_vec().
| static generic full_type_name | ( | ) | [inline, static] |
Definition at line 303 of file port.hpp.
References mmx::binary_read_generic().
{
return binary_read_generic (in); }
| static string short_type_name | ( | ) | [inline, static] |
Definition at line 301 of file port.hpp.
References mmx::binary_write_generic().
{
binary_write_generic (out, g); }