basix_doc 0.1
|
#include <port.hpp>
Definition at line 187 of file port.hpp.
{ return vector_access (disassemble (x), i); }
static int assemble | ( | const generic & | x | ) | [inline, static] |
Reimplemented from void_binary_helper< int >.
Definition at line 335 of file port.hpp.
: public void_binary_helper<bool> {
static generic disassemble | ( | const int & | x | ) | [inline, static] |
Reimplemented from void_binary_helper< int >.
Definition at line 335 of file port.hpp.
: public void_binary_helper<bool> {
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< int >.
Definition at line 335 of file port.hpp.
: public void_binary_helper<bool> {
static int read | ( | const port & | in | ) | [inline, static] |
Reimplemented from void_binary_helper< int >.
Definition at line 335 of file port.hpp.
: public void_binary_helper<bool> {
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< int >.
Definition at line 335 of file port.hpp.
: public void_binary_helper<bool> {
static nat size | ( | const int & | x | ) | [inline, static, inherited] |
Definition at line 185 of file port.hpp.
{ return vector_size (disassemble (x)); }
static void write | ( | const port & | out, |
const int & | x | ||
) | [inline, static] |
Reimplemented from void_binary_helper< int >.
Definition at line 335 of file port.hpp.
: public void_binary_helper<bool> {