tagion.betterC.utils.Bailout

\file Bailout.d

Members

Functions

check
void check(bool flag, const(char[]) msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump()
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump()
Undocumented in source. Be warned that the author may not have intended to support it.
failed
bool failed()
Undocumented in source. Be warned that the author may not have intended to support it.
file
const(char[]) file()
Undocumented in source. Be warned that the author may not have intended to support it.
isEqual
bool isEqual(immutable(char)[] input_arr, string word, size_t start_pos)

Function create buffer based on unout string with data and arguments @param text - input data @param args - arguments which can be set for every message @return buffer based on input data and arguments

line
size_t line()
Undocumented in source. Be warned that the author may not have intended to support it.
message
const(char[]) message(string text, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
message
const(char[]) message()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MESSAGE_BUFFER_SIZE
enum MESSAGE_BUFFER_SIZE;
Undocumented in source.

Static variables

_file
const(char)[] _file;
Undocumented in source.
_line
size_t _line;
Undocumented in source.
_message
const(char)[] _message;
Undocumented in source.
_message_buffer
char[MESSAGE_BUFFER_SIZE] _message_buffer;
Undocumented in source.

Meta