basix_doc 0.1
|
#include <literal.hpp>
Definition at line 66 of file literal.hpp.
Definition at line 187 of file port.hpp.
{ return vector_access (disassemble (x), i); }
Reimplemented from void_binary_helper< literal >.
Definition at line 71 of file literal.hpp.
{ return literal (as<string> (x)); }
Reimplemented from void_binary_helper< literal >.
Definition at line 69 of file literal.hpp.
{
return as<generic> (*x); }
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< literal >.
Definition at line 68 of file literal.hpp.
{ return "Literal"; }
Reimplemented from void_binary_helper< literal >.
Definition at line 75 of file literal.hpp.
{ return literal (binary_read<string> (in)); }
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< literal >.
Definition at line 67 of file literal.hpp.
{ return "L"; }
Definition at line 185 of file port.hpp.
{ return vector_size (disassemble (x)); }
Reimplemented from void_binary_helper< literal >.
Definition at line 73 of file literal.hpp.
References mmx::as_string().
{ binary_write<string> (out, as_string (l)); }