toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.tooling.model.cpp
/
CppStaticLibrary
Cpp
Static
Library
API
interface
CppStaticLibrary
:
CppBinary
(
source
)
A C++ static library binary.
Since
4.10
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
String
get
Compilation
Details
Link copied to clipboard
API
abstract
fun
getCompilationDetails
(
)
:
CompilationDetails
get
Linkage
Details
Link copied to clipboard
API
abstract
fun
getLinkageDetails
(
)
:
LinkageDetails
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Variant
Name
Link copied to clipboard
API
abstract
fun
getVariantName
(
)
:
String