#include <port.hpp>
Definition at line 334 of file port.hpp.
static generic access | ( | const uchar & | x, | |
nat | i | |||
) | [inline, static, inherited] |
Definition at line 189 of file port.hpp.
00189 { 00190 return vector_access (disassemble (x), i); }
Reimplemented from void_binary_helper< uchar >.
Reimplemented from void_binary_helper< uchar >.
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< uchar >.
Reimplemented from void_binary_helper< uchar >.
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< uchar >.
static nat size | ( | const uchar & | x | ) | [inline, static, inherited] |
Definition at line 187 of file port.hpp.
00187 { 00188 return vector_size (disassemble (x)); }
Reimplemented from void_binary_helper< uchar >.