참조 정보

문제 신고 소스 보기 Nightly · 7.4 . 7.3 · 7.2 · 7.1 · 7.0 · 6.5

C++ 컴파일 및 연결을 위한 제공자입니다. 또한 이 제공자를 통해 규칙에 종속될 수 있다고 C++ 규칙에 알리는 마킹 제공자이기도 합니다. 규칙이 C++에서 종속되는 것이 아니라면 규칙은 다른 제공업체에서 CcInfo를 래핑해야 합니다.

회원

CcInfo

CcInfo CcInfo(compilation_context=None, linking_context=None, debug_context=None)

CcInfo 생성자

매개변수

매개변수 설명
compilation_context CompilationContext 또는 None(기본값: None)
CompilationContext
linking_context LinkingContext 또는 None(기본값: None)
LinkingContext
debug_context DebugContext 또는 None(기본값: None)
DebugContext

compilation_context

CompilationContext CcInfo.compilation_context

CompilationContext를 반환합니다.

linking_context

LinkingContext CcInfo.linking_context

LinkingContext를 반환합니다.