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