#include <opencv2/gapi/garg.hpp>
|
|
| | GArg () |
| |
| template<typename T , typename std::enable_if<!detail::is_garg< T >::value, int >::type = 0> |
| | GArg (const T &t) |
| |
| template<typename T , typename std::enable_if<!detail::is_garg< T >::value, int >::type = 0> |
| | GArg (T &&t) |
| |
| template<typename T > |
| T & | get () |
| |
| template<typename T > |
| const T & | get () const |
| |
| template<typename T > |
| T & | unsafe_get () |
| |
| template<typename T > |
| const T & | unsafe_get () const |
| |
template<typename T , typename std::enable_if<!detail::is_garg< T >::value, int >::type = 0>
| cv::GArg::GArg |
( |
const T & |
t | ) |
|
|
inlineexplicit |
template<typename T , typename std::enable_if<!detail::is_garg< T >::value, int >::type = 0>
template<typename T >
| const T& cv::GArg::get |
( |
| ) |
const |
|
inline |
template<typename T >
| T& cv::GArg::unsafe_get |
( |
| ) |
|
|
inline |
template<typename T >
| const T& cv::GArg::unsafe_get |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: