英語版
このページの英語版を見る
dmd.objc
Objective-Cとのインターフェイス".
Authors:
License:
ソース objc.d
- struct
ObjcClassDeclaration
; - Objective-Cとの統合に必要なクラス宣言の全データを含む。 統合に必要なクラス宣言のすべてのデータを含む。
- bool
isMeta
; - true このクラスがメタクラスである場合。
- bool
isExtern
; - true このクラスが外部で定義されている場合。
- Identifier
identifier
; - このクラスの名前。
- ClassDeclaration
classDeclaration
; - このクラスが属するクラス宣言。
- ClassDeclaration
metaclass
; - このクラスのメタクラス。
- FuncDeclaration[]
methodList
; - 継承されていないメソッドのリスト。
- struct
ObjcFuncDeclaration
; - Objective-C統合に必要な関数宣言のすべてのデータを含む。 Objective-Cとの統合に必要な関数宣言のすべてのデータを含む。
- ObjcSelector*
selector
; - メソッド・セレクタ(メンバ関数のみ)。
- VarDeclaration
selectorParameter
; - 暗黙のセレクタ・パラメータ。
- bool
isOptional
; - true この関数宣言がオプションと宣言されている場合。
Copyright © 1999-2024 by the D Language Foundation
DEEPL APIにより翻訳、ところどころ修正。
このページの最新版(英語)
このページの原文(英語)
翻訳時のdmdのバージョン: 2.108.0
ドキュメントのdmdのバージョン: 2.109.1
翻訳日付 :
HTML生成日時:
編集者: dokutoku