System::InitObject メソッド

System::InitObject method

共有所有権を持つオブジェクトの初期化を開始します。

template<typename T> Details::ObjectBuilder<T, SharedPtr<T>> System::InitObject(const SharedPtr<T> &object)
パラメーター説明
T初期化するオブジェクトの型
パラメーター説明
objectconst SharedPtr<T>&初期化する Object

ReturnValue

共有ポインタ構築用に設定された ObjectBuilder

備考

Object initialization must be finished with Get() call

参照