basix_doc 0.1
binary_helper< uchar > Struct Reference

#include <port.hpp>

Inheritance diagram for binary_helper< uchar >:
void_binary_helper< uchar >

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 332 of file port.hpp.


Member Function Documentation

static generic access ( const uchar x,
nat  i 
) [inline, static, inherited]

Definition at line 187 of file port.hpp.

                                                   {
    return vector_access (disassemble (x), i); }
static uchar assemble ( const generic x) [inline, static]

Reimplemented from void_binary_helper< uchar >.

Definition at line 332 of file port.hpp.

: public void_binary_helper<bool> {
static generic disassemble ( const uchar x) [inline, static]

Reimplemented from void_binary_helper< uchar >.

Definition at line 332 of file port.hpp.

: public void_binary_helper<bool> {
static generic full_type_name ( ) [inline, static]

Reimplemented from void_binary_helper< uchar >.

Definition at line 332 of file port.hpp.

: public void_binary_helper<bool> {
static uchar read ( const port in) [inline, static]

Reimplemented from void_binary_helper< uchar >.

Definition at line 332 of file port.hpp.

: public void_binary_helper<bool> {
static string short_type_name ( ) [inline, static]

Reimplemented from void_binary_helper< uchar >.

Definition at line 332 of file port.hpp.

: public void_binary_helper<bool> {
static nat size ( const uchar x) [inline, static, inherited]

Definition at line 185 of file port.hpp.

                                      {
    return vector_size (disassemble (x)); }
static void write ( const port out,
const uchar x 
) [inline, static]

Reimplemented from void_binary_helper< uchar >.

Definition at line 332 of file port.hpp.

: public void_binary_helper<bool> {

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines