#include "starlab_vector.h"#include "util_io.h"#include "story.h"#include <ctype.h>Go to the source code of this file.
Functions | |
| void | write_unformatted_real (ostream &s, real v) | 
| void | write_unformatted32_real (ostream &s, real v) | 
| void | write_unformatted_vector (ostream &s, vector &v) | 
| void | write_unformatted32_vector (ostream &s, vector &v) | 
| real | read_unformatted_real (istream &s) | 
| real | read_unformatted32_real (istream &s) | 
| void | read_unformatted_vector (istream &s, vector &v) | 
| void | read_unformatted32_vector (istream &s, vector &v) | 
      
  | 
  
| 
 
 Definition at line 95 of file util_unformatted_io.C. Referenced by read_unformatted32_vector().  | 
  
      
  | 
  
| 
 
 Definition at line 118 of file util_unformatted_io.C.  | 
  
      
  | 
  
| 
 
 Definition at line 77 of file util_unformatted_io.C. Referenced by main(), and read_unformatted_vector().  | 
  
      
  | 
  
| 
 
 Definition at line 111 of file util_unformatted_io.C.  | 
  
      
  | 
  
| 
 
 Definition at line 50 of file util_unformatted_io.C. Referenced by write_unformatted32_vector().  | 
  
      
  | 
  
| 
 
 Definition at line 70 of file util_unformatted_io.C.  | 
  
      
  | 
  
| 
 
 Definition at line 35 of file util_unformatted_io.C. Referenced by main(), and write_unformatted_vector().  | 
  
      
  | 
  
| 
 
 Definition at line 63 of file util_unformatted_io.C.  | 
  
1.2.6 written by Dimitri van Heesch,
 © 1997-2001