VIRTUAL FUNCTION Meaning in Japanese - translations and usage examples

['v3ːtʃʊəl 'fʌŋkʃn]
['v3ːtʃʊəl 'fʌŋkʃn]
virtual function

Examples of using Virtual function in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Pure virtual function call.
純粋仮想関数呼び出し」。
One way is through the use of C++ virtual functions.
方法としては、C++のvirtual関数を使います。
The virtual function is the meta-programmer's hell.
仮想関数はメタプログラマの地獄だ。
Added support for abstract classes and pure virtual functions.
抽象クラスと純粋仮想関数のサポートが追加されました。
Add virtual function of forward and backward, stronger the sense of reality!
より強い前方および後方の事実上機能を現実の感覚加えて下さい!
This includes the ability to declare methods virtual functions.
これにはメソッド(仮想関数)を定義できる能力を含む。
The virtual function(VF) from the NIC is attached to the virtual machine.
NICからのVirtualFunction(VF)は、仮想マシンにアタッチされています。
An abstract class contains at least one pure virtual function.
抽象クラスには、少なくとも1つ以上の純粋仮想関数が含まれます。
Further, the Virtual Function I/O enhances KVM's ability to map devices to KVM guests.
さらに、VFIO(VirtualFunctionI/O)では、デバイスをKVMのゲストにマッピングする、KVMの機能を強化しました。
What is the difference between an abstract function and a virtual function?
抽象関数と仮想関数の違いは何ですか?
This comes at the expense of the overhead of a virtual function call, once through each invocation of a rule.
その代償として、ルールの呼び出しごとに仮想関数呼び出しのオーバーヘッドが掛かってしまう。
So, in which situation should one use each of these notifications or virtual functions?
それでは、これらの通知や仮想機能のそれぞれをどの状況で使用すべきでしょうか?
Concept of virtual functions is not present in C. C++ offers the facility of using virtual functions.
仮想関数の概念は、Cには存在しませんC++は、仮想関数を使用しての機能を提供しています。
A class which contains at least one pure virtual function in it is abstract.
純粋仮想関数を一つでも含むクラスは、抽象クラスとなります。
Pure virtual functions are only the virtual functions for which the PURE specifier is set:(=NULL) or(=0).
(=NULL)または(=0)と純粋指定子PUREが指定されている仮想関数のみが純粋仮想関数となります。
If the constructor for an abstract class calls a pure virtual function(either directly or indirectly), the result is undefined.
純粋仮想関数(直接または間接)の抽象クラスのコンストラクタによる呼び出しの際、結果は未定義になります。
Added support for SR-IOV network devices(nictype=sriov)including dynamic allocation of new virtual functions.
SR-IOVネットワークデバイス(nictype=sriov)が追加されました。新しいVirtualFunctionのダイナミックな追加を含みます。
Here Sound() is a pure virtual function, because it is declared with the specifier of the pure virtual function PURE(=0).
ここでのSound()関数は、純粋仮想関数PURE(=0)の指定子で宣言されている為、純粋仮想となります。
So, a D interface with the attribute of extern(C++) will have a virtual function pointer table(vtbl[]) that exactly matches C++'s.
そこで、extern(C++)属性付きで宣言されたDのinterfaceは、仮想関数テーブル(vtbl[])の形式を完全にC++と合わせるようにしました。
Then you are able to write flexible code paying some runtime cost for vtable like Java interface orC++ virtual function.
このようにすると、JavaのinterfaceやC++のvirtual関数のように、vtableを経由するランタイムコストを払う代わりに、柔軟性を手に入れることが出来ます。
If the class does not contain any virtual functions or any virtual inheritance, then it is compatible with the POD type.
クラス側にコンストラクタ、デストラクタ、仮想関数、多重継承や仮想継承が無ければ、POD型と互換性があります。
To get the type information of an abstract class, use either a variable in thebase class that retains type information, or a virtual function that returns it.( List 12, 13).
抽象クラスの型情報を取得するには、仮想関数や、基底クラスで型情報を保持する変数を使います。(リスト12-13)。
If the constructor for an abstract class calls a pure virtual function(either directly or indirectly), the result is undefined.
抽象クラス使用の制限純粋仮想関数(直接または間接)の抽象クラスのコンストラクタによる呼び出しの際、結果は未定義になります。
So, if you feel the urge to add a final specifier, please double check that the reason is logical:Would semantic errors be likely if someone defined a class that overwrote that virtual function?
そういうわけで、もしfinal指定子を追加しようとする衝動に駆られたら、どうかその理由が正当なものかダブルチェックして欲しい:誰かが定義したclassが仮想関数を上書きすると意味論的なエラーが発生するのか?
If the constructor for an abstract class calls a pure virtual function(either directly or indirectly), the result is undefined.
抽象クラスの使用の制限純粋仮想関数(直接または間接)の抽象クラスのコンストラクタによる呼び出しの際、結果は未定義になります。
In this case, you must not use virtual function, multiple inheritance, and virtual inheritance for the class where the AtomRec struct is defined.
このとき、AtomRec構造体を定義するクラスでは仮想関数、多重継承、仮想継承を利用してはいけません。
This feature, implemented via the biosdevname program, will change the name of all embedded network interfaces,PCI card network interfaces, and virtual function network interfaces from the existing eth[0123…] to the new naming convention as shown in Table A.
Biosdevnameプログラムで実装されているこの機能は、すべての組み込み型ネットワークインターフェイス、PCIカードネットワークインターフェイス、及び仮想機能ネットワークインターフェイスを、既存のeth[0123…]から表A。
This directly controls the matching SR-IOV options on the virtual function and so will completely prevent any MAC spoofing from the container or in the case of VLANs will perform hardware filtering at the VF level.
これは、SR-IOVのVirtualFunction(VF)上の対応するオプションを直接コントロールするため、コンテナからのMACスプーフィングを完全に防ぎます。VLANの場合は、VFレベルでハードウェアフィルタリングを実行します。
Several actions in Godot are triggered by callbacks or virtual functions, so there is no need to write code that runs all the time.
Godotのいくつかのアクションはコールバックまたは仮想関数によってトリガーされるため、常に実行されるコードを記述する必要はありません。
This setting is recommended in the following cases:When the only virtual function in your virtual base class is a destructor When you want to ensure correct performance of the dynamic_cast operator on a partially-constructed object.
これは、次のケースで推奨される設定です。仮想基本クラスの仮想関数がデストラクターのみの場合部分的に構築されたオブジェクトでdynamic_cast演算子が正しく動作することを保証する場合。
Results: 30, Time: 0.0271

Word-for-word translation

Top dictionary queries

English - Japanese