Panda3D
|
A utility program to read a (binary) file and output a table that can be compiled via a C compiler to generate the same data. More...
#include "binToC.h"
Public Member Functions | |
void | run () |
Protected Member Functions | |
virtual bool | handle_args (Args &args) |
Does something with the additional arguments on the command line (after all the -options have been parsed). | |
Protected Attributes | |
bool | _for_string |
Filename | _input_filename |
bool | _static_table |
string | _table_name |
A utility program to read a (binary) file and output a table that can be compiled via a C compiler to generate the same data.
Handy for portably importing binary data into a library or executable.
bool BinToC::handle_args | ( | ProgramBase::Args & | args | ) | [protected, virtual] |
Does something with the additional arguments on the command line (after all the -options have been parsed).
Returns true if the arguments are good, false otherwise.
Reimplemented from ProgramBase.
Definition at line 133 of file binToC.cxx.