makebind

Undocumented in source.

Members

Classes

BlockNode
class BlockNode
Undocumented in source.
Comment
class Comment
Undocumented in source.
EnumDecl
class EnumDecl
Undocumented in source.
EnumMemberDecl
class EnumMemberDecl
Undocumented in source.
Node
class Node
Undocumented in source.
Parser
class Parser
Undocumented in source.
Root
class Root
Undocumented in source.
StructDecl
class StructDecl
Undocumented in source.
StructMemberDecl
class StructMemberDecl
Undocumented in source.
Type
class Type
Undocumented in source.
TypeAliasDecl
class TypeAliasDecl
Undocumented in source.

Enums

TokType
enum TokType
Undocumented in source.

Functions

canMatch
bool canMatch(string str, size_t offset, string what)
Undocumented in source. Be warned that the author may not have intended to support it.
getLineNumber
size_t getLineNumber(string source, size_t loc)
Undocumented in source. Be warned that the author may not have intended to support it.
ignoreComments
string ignoreComments(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
isLineBreak
bool isLineBreak(dchar d)
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.
preprocess
string preprocess(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
print
string print(Node n)
Undocumented in source. Be warned that the author may not have intended to support it.
print
string print(Comment c)
Undocumented in source. Be warned that the author may not have intended to support it.
print
string print(EnumDecl decl)
Undocumented in source. Be warned that the author may not have intended to support it.
print
string print(TypeAliasDecl decl)
Undocumented in source. Be warned that the author may not have intended to support it.
print
string print(StructDecl decl)
Undocumented in source. Be warned that the author may not have intended to support it.
print
string print(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBindings
void writeBindings(Root header, string outFile)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Block
struct Block
Undocumented in source.

Meta