support

Undocumented in source.

Members

Aliases

CommandResult
alias CommandResult = Result!Command
Undocumented in source.
CommandSlice
alias CommandSlice = Slice!Command
Undocumented in source.
CommandSliceResult
alias CommandSliceResult = Result!(Slice!Command)
Undocumented in source.
StringSlice
alias StringSlice = Slice!string
Undocumented in source.
StringSliceResult
alias StringSliceResult = Result!(Slice!string)
Undocumented in source.

Functions

allCommands
string[] allCommands()
Undocumented in source. Be warned that the author may not have intended to support it.
all_commands
void* all_commands()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
command
void* command(char* cmd, char* sub_cmd, int json, char* original, int start_line, int end_line, void* flags, void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
commandSlice
void* commandSlice(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
parseFile
Command[] parseFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
parseString
Command[] parseString(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_file
void* parse_file(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parse_string
void* parse_string(const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
raise
void* raise(const(char)* errorMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
return_success
void* return_success(void* ret)
Undocumented in source. Be warned that the author may not have intended to support it.
setCommandElement
void setCommandElement(void* sliceV, size_t i, void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
setStringElement
void setStringElement(void* sliceV, size_t i, char* s)
Undocumented in source. Be warned that the author may not have intended to support it.
stringSlice
void* stringSlice(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Command
struct Command
Undocumented in source.
Result
struct Result(T)
Undocumented in source.
Slice
struct Slice(T)
Undocumented in source.

Meta