#include <iostream>
#include <fstream>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
struct | sizeofel |
struct | input |
Functions | |
void | usage (char *programname) |
void | handleinput (int argc, char *argv[], input &options) |
template<class TypeA> void | writedata (TypeA *in, ofstream &ofile, int numelements, int oformat, int sizeofout) |
int | main (int argc, char *argv[]) |
Variables | |
const int | ONE27 = 127 |
|
Definition at line 57 of file bkconvert.cc. References input::bytesperelement, sizeofel::ifile, input::ifilename, input::iformat, sizeofel::ofile, input::ofilename, input::oformat, and usage(). |
|
Definition at line 265 of file bkconvert.cc. References input::bytesperelement, handleinput(), sizeofel::ifile, input::ifilename, input::iformat, sizeofel::ofile, input::ofilename, input::oformat, and writedata(). |
|
Definition at line 30 of file bkconvert.cc. |
|
Definition at line 149 of file bkconvert.cc. Referenced by main(). |
|