TensorFlow Serving C++ API Documentation
Public Member Functions | List of all members
tensorflow::serving::UniquePtrWithDeps< T > Class Template Reference

Public Member Functions

 UniquePtrWithDeps (std::unique_ptr< T > object)
 
 UniquePtrWithDeps (T *owned_object)
 
 UniquePtrWithDeps (UniquePtrWithDeps &&other)=default
 
template<typename X >
X * AddDependency (std::unique_ptr< X > dependency)
 
void SetOwned (std::unique_ptr< T > object)
 
void SetOwnedPtr (T *owned_object)
 
T * get () const
 
const T & operator* () const
 
T * operator-> () const
 

Detailed Description

template<typename T>
class tensorflow::serving::UniquePtrWithDeps< T >

Definition at line 40 of file unique_ptr_with_deps.h.


The documentation for this class was generated from the following file: