Class cv::detail::OpaqueRefT#
#include <opencv2/gapi/gopaque.hpp>Collaboration diagram for cv::detail::OpaqueRefT:
Public Member Functions#
Public Member Functions inherited from cv::detail::BasicOpaqueRef
Return |
Name |
Description |
|---|---|---|
|
||
|
||
|
Public Attributes#
Public Attributes inherited from cv::detail::BasicOpaqueRef
Return |
Name |
Description |
|---|---|---|
Member Typedef Documentation#
empty_t#
typedef util::monostate cv::detail::OpaqueRefT::empty_t
ro_ext_t#
typedef const T * cv::detail::OpaqueRefT::ro_ext_t
rw_ext_t#
typedef T * cv::detail::OpaqueRefT::rw_ext_t
rw_own_t#
typedef T cv::detail::OpaqueRefT::rw_own_t
Constructor & Destructor Documentation#
OpaqueRefT()#
cv::detail::OpaqueRefT::OpaqueRefT()
OpaqueRefT()#
cv::detail::OpaqueRefT::OpaqueRefT(const T & obj)
OpaqueRefT()#
cv::detail::OpaqueRefT::OpaqueRefT(T && obj)
OpaqueRefT()#
cv::detail::OpaqueRefT::OpaqueRefT(T & obj)
~OpaqueRefT()#
cv::detail::OpaqueRefT::~OpaqueRefT()
Member Function Documentation#
init()#
void cv::detail::OpaqueRefT::init(const T * obj = nullptr)
isEmpty()#
bool cv::detail::OpaqueRefT::isEmpty()
isROExt()#
bool cv::detail::OpaqueRefT::isROExt()
isRWExt()#
bool cv::detail::OpaqueRefT::isRWExt()
isRWOwn()#
bool cv::detail::OpaqueRefT::isRWOwn()
mov()#
void cv::detail::OpaqueRefT::mov(BasicOpaqueRef & v)
Here is the call graph for this function:
ptr()#
const void * cv::detail::OpaqueRefT::ptr()
Here is the call graph for this function:
reset()#
void cv::detail::OpaqueRefT::reset()
Here is the call graph for this function:
rref()#
const T & cv::detail::OpaqueRefT::rref()
Here is the call graph for this function:
set()#
void cv::detail::OpaqueRefT::set(const cv::util::any & a)
Here is the call graph for this function:
wref()#
T & cv::detail::OpaqueRefT::wref()
Here is the call graph for this function:
Member Data Documentation#
m_ref#
util::variant< empty_t, ro_ext_t, rw_ext_t, rw_own_t > cv::detail::OpaqueRefT::m_ref
Source file#
The documentation for this class was generated from the following file:
opencv2/gapi/gopaque.hpp