basix_doc 0.1
|
#include <port.hpp>
Definition at line 187 of file port.hpp.
{ return vector_access (disassemble (x), i); }
Reimplemented from void_binary_helper< syntactic >.
Definition at line 378 of file port.hpp.
References mmx::as_syntactic().
{ return as_syntactic (x); }
Reimplemented from void_binary_helper< syntactic >.
Definition at line 376 of file port.hpp.
{
return *x; }
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< syntactic >.
Definition at line 375 of file port.hpp.
{ return "Syntactic"; }
Reimplemented from void_binary_helper< syntactic >.
Definition at line 382 of file port.hpp.
References mmx::as_syntactic().
{ return as_syntactic (binary_read<generic> (in)); }
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< syntactic >.
Definition at line 374 of file port.hpp.
{ return "Y"; }
Definition at line 185 of file port.hpp.
{ return vector_size (disassemble (x)); }
Reimplemented from void_binary_helper< syntactic >.
Definition at line 380 of file port.hpp.
References s.
{ binary_write<generic> (out, *s); }