コード例 #1
0
ファイル: object.hpp プロジェクト: synesissoftware/VOLE
inline
/* static */
object_helper::
ptr_type
object_helper::
    get_checked_disp_(
        ptr_type    disp,
        char const* message /* = NULL */
    ) /* const */
    {
        check_disp_(disp.get(), message);

        return disp;
    }
コード例 #2
0
 T* get() const {
     return ptr.get();
 }
コード例 #3
0
 bool valid() const noexcept {
     return nullptr != task_.get();
 }
コード例 #4
0
		Base* get_ptr() const {
			return ptr_.get();
		}