basix_doc 0.1
|
#include <document.hpp>
Definition at line 72 of file document.hpp.
Definition at line 187 of file port.hpp.
{ return vector_access (disassemble (x), i); }
Reimplemented from void_binary_helper< document >.
Definition at line 77 of file document.hpp.
References mmx::as_document().
{ return as_document (x); }
Reimplemented from void_binary_helper< document >.
Definition at line 75 of file document.hpp.
{
return *x; }
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< document >.
Definition at line 74 of file document.hpp.
{ return "Document"; }
Reimplemented from void_binary_helper< document >.
Definition at line 81 of file document.hpp.
References mmx::as_document().
{ return as_document (binary_read<generic> (in)); }
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< document >.
Definition at line 73 of file document.hpp.
{ return "Doc"; }
Definition at line 185 of file port.hpp.
{ return vector_size (disassemble (x)); }
Reimplemented from void_binary_helper< document >.
Definition at line 79 of file document.hpp.
References s.
{ binary_write<generic> (out, *s); }