ParsedCompilationDatabaseEntry

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

This represents a parsed CompilationDatabaseEntry with all necessary information extracted.

Constructors

Link copied to clipboard
fun ParsedCompilationDatabaseEntry(includes: MutableList<String> = mutableListOf(), component: String = "application", arch: String? = null)

Properties

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