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
を返します。