HomeSort by relevance Sort by last modified time
    Searched defs:Agile (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/highgui/src/
agile_wrl.h 19 template <typename T, bool TIsNotAgile> class Agile;
27 struct UnwrapAgile<Agile<T, false>>
32 struct UnwrapAgile<Agile<T, true>>
143 class Agile
145 static_assert(__is_win_class(typename Details::AgileTypeHelper<T>::type) || __is_win_interface(typename Details::AgileTypeHelper<T>::type), "Agile can only be used with ref class or interface class types");
176 // Don't Capture context if object is agile
195 Agile() throw() : _object(nullptr), _contextToken(0)
202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0)
209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0)
218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0
    [all...]
  /external/opencv3/modules/videoio/src/
agile_wrl.hpp 19 template <typename T, bool TIsNotAgile> class Agile;
27 struct UnwrapAgile<Agile<T, false>>
32 struct UnwrapAgile<Agile<T, true>>
143 class Agile
145 static_assert(__is_win_class(typename Details::AgileTypeHelper<T>::type) || __is_win_interface(typename Details::AgileTypeHelper<T>::type), "Agile can only be used with ref class or interface class types");
176 // Don't Capture context if object is agile
195 Agile() throw() : _object(nullptr), _contextToken(0)
202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0)
209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0)
218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0
    [all...]

Completed in 113 milliseconds