binary_helper< exception > Struct Template Reference

#include <port.hpp>

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

List of all members.

Static Public Member Functions


Detailed Description

template<>
struct mmx::binary_helper< exception >

Definition at line 389 of file port.hpp.


Member Function Documentation

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

Definition at line 189 of file port.hpp.

00189                                                    {
00190     return vector_access (disassemble (x), i); }

static exception assemble ( const generic x  )  [inline, static, final]

Reimplemented from void_binary_helper< exception >.

Definition at line 394 of file port.hpp.

00394                                                       {
00395     return exception (x); }

static generic disassemble ( const exception x  )  [inline, static]

Reimplemented from void_binary_helper< exception >.

Definition at line 392 of file port.hpp.

00392                                                          {
00393     return *x; }

static generic full_type_name (  )  [inline, static]

Reimplemented from void_binary_helper< exception >.

Definition at line 391 of file port.hpp.

00391 { return "Exception"; }

static exception read ( const port in  )  [inline, static, final]

Reimplemented from void_binary_helper< exception >.

Definition at line 398 of file port.hpp.

00398                                                 {
00399     return exception (binary_read<generic> (in)); }

static string short_type_name (  )  [inline, static]

Reimplemented from void_binary_helper< exception >.

Definition at line 390 of file port.hpp.

00390 { return "Exc"; }

static nat size ( const exception x  )  [inline, static, inherited]

Definition at line 187 of file port.hpp.

00187                                       {
00188     return vector_size (disassemble (x)); }

static void write ( const port out,
const exception e 
) [inline, static]

Reimplemented from void_binary_helper< exception >.

Definition at line 396 of file port.hpp.

00396                                                                  {
00397     binary_write<generic> (out, *e); }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1