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< exception >.
Definition at line 392 of file port.hpp.
References mmx::exception.
{ return exception (x); }
Reimplemented from void_binary_helper< exception >.
Definition at line 390 of file port.hpp.
{
return *x; }
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< exception >.
Definition at line 389 of file port.hpp.
{ return "Exception"; }
Reimplemented from void_binary_helper< exception >.
Definition at line 396 of file port.hpp.
References mmx::exception.
{ return exception (binary_read<generic> (in)); }
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< exception >.
Definition at line 388 of file port.hpp.
{ return "Exc"; }
Definition at line 185 of file port.hpp.
{ return vector_size (disassemble (x)); }
Reimplemented from void_binary_helper< exception >.
Definition at line 394 of file port.hpp.
{ binary_write<generic> (out, *e); }