tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Exception.FrameInfo
object
Exception
Undocumented in source.
class
Exception
struct
FrameInfo {
long
line
;
size_t
iframe
;
ptrdiff_t
offsetSymb
;
size_t
baseSymb
;
ptrdiff_t
offsetImg
;
size_t
baseImg
;
size_t
address
;
char
[]
file
;
char
[]
func
;
char
[]
extra
;
bool
exactAddress
;
bool
internalFunction
;
alias
FramePrintHandler
=
void
function
(
FrameInfo
*,
void
delegate
(
char
[]))
;
static
FramePrintHandler
defaultFramePrintingFunction
;
void
writeOut
(void delegate(char[]) sink);
void
clear
();
}
Members
Aliases
FramePrintHandler
alias
FramePrintHandler
=
void
function
(
FrameInfo
*,
void
delegate
(
char
[]))
Undocumented in source.
Functions
clear
void
clear
()
Undocumented in source. Be warned that the author may not have intended to support it.
writeOut
void
writeOut
(void delegate(char[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
defaultFramePrintingFunction
FramePrintHandler
defaultFramePrintingFunction
;
Undocumented in source.
Variables
address
size_t
address
;
Undocumented in source.
baseImg
size_t
baseImg
;
Undocumented in source.
baseSymb
size_t
baseSymb
;
Undocumented in source.
exactAddress
bool
exactAddress
;
Undocumented in source.
extra
char
[]
extra
;
Undocumented in source.
file
char
[]
file
;
Undocumented in source.
func
char
[]
func
;
Undocumented in source.
iframe
size_t
iframe
;
Undocumented in source.
internalFunction
bool
internalFunction
;
Undocumented in source.
line
long
line
;
Undocumented in source.
offsetImg
ptrdiff_t
offsetImg
;
Undocumented in source.
offsetSymb
ptrdiff_t
offsetSymb
;
Undocumented in source.
Meta
Source
See Implementation
object
Exception
constructors
this
functions
toString
writeOut
writeOutMsg
interfaces
TraceInfo
structs
FrameInfo
variables
file
info
line
msg
next