Bridge++
Ver. 1.1.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
fieldIO_Binary.h
Go to the documentation of this file.
1
10
#ifndef FIELDIO_BINARY_INCLUDED
11
#define FIELDIO_BINARY_INCLUDED
12
13
#include <string>
14
using
std::string;
15
16
#include "
fieldIO.h
"
17
#include "
index_lex.h
"
18
#include "
field.h
"
19
21
38
class
FieldIO_Binary
:
public
FieldIO
39
{
40
public
:
41
FieldIO_Binary
(
const
IO_Format::Format
*format) :
FieldIO
(format)
42
{
43
}
44
45
void
read_file
(
Field
*v,
string
filename);
46
void
write_file
(
Field
*v,
string
filename);
47
};
48
#endif
src
IO
fieldIO_Binary.h
Generated on Tue Jul 23 2013 10:48:49 for Bridge++ by
1.8.3.1