#include <opencv2/gapi/garray.hpp>
| cv::detail::VectorRef::VectorRef |
( |
| ) |
|
|
default |
template<typename T >
| cv::detail::VectorRef::VectorRef |
( |
const std::vector< T > & |
vec | ) |
|
|
inlineexplicit |
template<typename T >
| cv::detail::VectorRef::VectorRef |
( |
std::vector< T > & |
vec | ) |
|
|
inlineexplicit |
template<typename T >
| cv::detail::VectorRef::VectorRef |
( |
std::vector< T > && |
vec | ) |
|
|
inlineexplicit |
template<typename T >
| bool cv::detail::VectorRef::holds |
( |
| ) |
const |
|
inline |
| void cv::detail::VectorRef::mov |
( |
VectorRef & |
v | ) |
|
|
inline |
| const void* cv::detail::VectorRef::ptr |
( |
| ) |
const |
|
inline |
template<typename T >
| void cv::detail::VectorRef::reset |
( |
| ) |
|
|
inline |
template<typename T >
| const std::vector<T>& cv::detail::VectorRef::rref |
( |
| ) |
const |
|
inline |
| std::size_t cv::detail::VectorRef::size |
( |
| ) |
const |
|
inline |
template<typename T >
| void cv::detail::VectorRef::storeKind |
( |
| ) |
|
|
inline |
template<typename T >
| std::vector<T>& cv::detail::VectorRef::wref |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: