- opApply
int opApply(int delegate(ref const(char[])) dg)
- opApply
int opApply(int delegate(ref size_t line, ref const(char[]) func) loopBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref FrameInfo fInfo) loopBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
immutable(char)[] toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- trace
void trace(TraceContext* contextIn, int skipFrames)
- writeOut
void writeOut(void delegate(const(char[])) sink)
Writes out the stacktrace.
basic class that represents a stacktrace