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