efihdrtool

A program to simplify the process of translating UEFI headers from C -> D Usage: efihdrtool InFile OutFile

Members

Functions

chompx
string chompx(string s, const(dchar)[] chs)
Undocumented in source. Be warned that the author may not have intended to support it.
endsWith
bool endsWith(const(char[]) a, const(char[]) b)
Undocumented in source. Be warned that the author may not have intended to support it.
handleStructInterior
void handleStructInterior(T app)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
nextLine
void nextLine()
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process()
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
bool startsWith(const(char[]) a, const(char[]) b)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

pack
int pack;
Undocumented in source.

Variables

cLine
char[] cLine;
Undocumented in source.
fpIn
File fpIn;
Undocumented in source.
fpOut
File fpOut;
Undocumented in source.
inFile
string inFile;
Undocumented in source.
moduleDone
bool moduleDone;
Undocumented in source.
moduleName
string moduleName;
nLine
char[] nLine;
Undocumented in source.

Meta