ParsedCompilationDatabaseEntry

data class ParsedCompilationDatabaseEntry(val includes: MutableList<String> = mutableListOf(), var component: String = DEFAULT_COMPONENT, var arch: String? = null)

This represents a parsed CompilationDatabaseEntry with all necessary information extracted.

Constructors

Link copied to clipboard
constructor(includes: MutableList<String> = mutableListOf(), component: String = DEFAULT_COMPONENT, arch: String? = null)

Properties

Link copied to clipboard
var arch: String?
Link copied to clipboard
Link copied to clipboard