basix_doc 0.1
|
#include <compound.hpp>
Definition at line 65 of file compound.hpp.
Definition at line 187 of file port.hpp.
{ return vector_access (disassemble (x), i); }
Reimplemented from void_binary_helper< compound >.
Definition at line 70 of file compound.hpp.
References mmx::binary_assemble().
{ return compound (binary_assemble<vector<generic> > (x)); }
Reimplemented from void_binary_helper< compound >.
Definition at line 68 of file compound.hpp.
{
return binary_disassemble<vector<generic> > (*c); }
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< compound >.
Definition at line 67 of file compound.hpp.
{ return "Compound"; }
Reimplemented from void_binary_helper< compound >.
Definition at line 74 of file compound.hpp.
References mmx::binary_read().
{ return compound (binary_read<vector<generic> > (in)); }
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< compound >.
Definition at line 66 of file compound.hpp.
{ return "Co"; }
Definition at line 185 of file port.hpp.
{ return vector_size (disassemble (x)); }
Reimplemented from void_binary_helper< compound >.
Definition at line 72 of file compound.hpp.
{ binary_write<vector<generic> > (out, *c); }