TF++, Miscellaneous classes and modules in C++:
tfxx::ioswap::IOUnion< T > Union Template Reference

#include <bytesex.h>

Collaboration diagram for tfxx::ioswap::IOUnion< T >:

Public Attributes

value
 
char bytes [sizeof(T)]
 

Detailed Description

template<typename T>
union tfxx::ioswap::IOUnion< T >

A union to support raw I/O.

  • value the numerical value
  • bytes the raw byte representation
Examples:
tests/fortraniotest.cc.

Definition at line 98 of file bytesex.h.


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