Error

data class Error(val unique: Long, val tid: Int, val kind: ValgrindFile.Error.Type, val what: List<ValgrindFile.Error.WhatContext>)

Constructors

Link copied to clipboard
constructor(unique: Long, tid: Int, kind: ValgrindFile.Error.Type, what: List<ValgrindFile.Error.WhatContext>)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum Type(val xmlName: String) : Enum<ValgrindFile.Error.Type>
Link copied to clipboard
data class WhatContext(val isAux: Boolean, val whatText: String, val stack: List<ValgrindFile.Frame>)

Properties

Link copied to clipboard
Link copied to clipboard
val tid: Int
Link copied to clipboard
Link copied to clipboard