#include "RFC_Window_base.h"
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <cassert>
Go to the source code of this file.
Functions | |
RFC_BEGIN_NAME_SPACE void | write (std::ostream &os, const int t) |
void | read (std::istream &is, int &t) |
void | swap_endian (short int &t) |
void | swap_endian (int &t) |
void | swap_endian (float &t) |
void | swap_endian (double &t) |
|
inline |
Definition at line 40 of file RFC_Window_base_IO_binary.C.
|
inline |
Definition at line 45 of file RFC_Window_base_IO_binary.C.
References swap().
Referenced by RFC_Pane_base::read_binary().
|
inline |
Definition at line 51 of file RFC_Window_base_IO_binary.C.
References swap().
|
inline |
Definition at line 57 of file RFC_Window_base_IO_binary.C.
References swap().
|
inline |
Definition at line 63 of file RFC_Window_base_IO_binary.C.
References swap().
|
inline |
Definition at line 35 of file RFC_Window_base_IO_binary.C.