#include <port.hpp>
Definition at line 336 of file port.hpp.
| static generic access | ( | const ushort & | 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< ushort >.
Reimplemented from void_binary_helper< ushort >.
| static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< ushort >.
Reimplemented from void_binary_helper< ushort >.
| static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< ushort >.
| static nat size | ( | const ushort & | x | ) | [inline, static, inherited] |
Definition at line 187 of file port.hpp.
00187 { 00188 return vector_size (disassemble (x)); }
Reimplemented from void_binary_helper< ushort >.
1.6.1