Agile 19 modules/highgui/src/agile_wrl.h template <typename T, bool TIsNotAgile> class Agile; Agile 27 modules/highgui/src/agile_wrl.h struct UnwrapAgile<Agile<T, false>> Agile 32 modules/highgui/src/agile_wrl.h struct UnwrapAgile<Agile<T, true>> Agile 143 modules/highgui/src/agile_wrl.h class Agile Agile 195 modules/highgui/src/agile_wrl.h Agile() throw() : _object(nullptr), _contextToken(0) Agile 202 modules/highgui/src/agile_wrl.h Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0) Agile 209 modules/highgui/src/agile_wrl.h explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0) Agile 218 modules/highgui/src/agile_wrl.h Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0) Agile 227 modules/highgui/src/agile_wrl.h Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0) Agile 236 modules/highgui/src/agile_wrl.h ~Agile() throw() Agile 285 modules/highgui/src/agile_wrl.h auto pThis = const_cast<Agile*>(this); Agile 296 modules/highgui/src/agile_wrl.h auto pThis = const_cast<Agile*>(this); Agile 329 modules/highgui/src/agile_wrl.h Agile& operator=(nullptr_t) throw() Agile 335 modules/highgui/src/agile_wrl.h Agile& operator=(TypeT object) throw() Agile 337 modules/highgui/src/agile_wrl.h Agile(object).Swap(*this); Agile 341 modules/highgui/src/agile_wrl.h Agile& operator=(Agile object) throw() Agile 349 modules/highgui/src/agile_wrl.h Agile& operator=(IUnknown* lp) throw() Agile 363 modules/highgui/src/agile_wrl.h void Swap(Agile& object) Agile 406 modules/highgui/src/agile_wrl.h bool operator==(const Agile& other) const throw() Agile 411 modules/highgui/src/agile_wrl.h bool operator<(const Agile& other) const throw() Agile 423 modules/highgui/src/agile_wrl.h class Agile<T, false> Agile 430 modules/highgui/src/agile_wrl.h Agile() throw() : _object(nullptr) Agile 434 modules/highgui/src/agile_wrl.h Agile(nullptr_t) throw() : _object(nullptr) Agile 438 modules/highgui/src/agile_wrl.h explicit Agile(TypeT object) throw() : _object(object) Agile 442 modules/highgui/src/agile_wrl.h Agile(const Agile& object) throw() : _object(object._object) Agile 446 modules/highgui/src/agile_wrl.h Agile(Agile&& object) throw() : _object(nullptr) Agile 451 modules/highgui/src/agile_wrl.h ~Agile() throw() Agile 477 modules/highgui/src/agile_wrl.h Agile& operator=(nullptr_t) throw() Agile 483 modules/highgui/src/agile_wrl.h Agile& operator=(TypeT object) throw() Agile 492 modules/highgui/src/agile_wrl.h Agile& operator=(Agile object) throw() Agile 499 modules/highgui/src/agile_wrl.h Agile& operator=(IUnknown* lp) throw() Agile 520 modules/highgui/src/agile_wrl.h void Swap(Agile& object) Agile 530 modules/highgui/src/agile_wrl.h bool operator==(const Agile& other) const throw() Agile 535 modules/highgui/src/agile_wrl.h bool operator<(const Agile& other) const throw() Agile 544 modules/highgui/src/agile_wrl.h bool operator==(nullptr_t, const Agile<U>& a) throw() Agile 550 modules/highgui/src/agile_wrl.h bool operator!=(const Agile<U>& a, nullptr_t) throw() Agile 556 modules/highgui/src/agile_wrl.h bool operator!=(nullptr_t, const Agile<U>& a) throw() Agile 562 modules/highgui/src/agile_wrl.h bool operator!=(const Agile<U>& a, const Agile<U>& b) throw() Agile 1304 modules/highgui/src/ppltasks_winrt.h Agile<_Type*> _M_Result; Agile 1337 modules/highgui/src/ppltasks_winrt.h std::vector< Agile<_Type*> > _Result; Agile 1353 modules/highgui/src/ppltasks_winrt.h std::pair<Agile<_Type*>, size_t> _M_Result; Agile 1690 modules/highgui/src/ppltasks_winrt.h Agile<_AsyncOperationType> _M_asyncInfo; Agile 19 modules/videoio/src/agile_wrl.hpp template <typename T, bool TIsNotAgile> class Agile; Agile 27 modules/videoio/src/agile_wrl.hpp struct UnwrapAgile<Agile<T, false>> Agile 32 modules/videoio/src/agile_wrl.hpp struct UnwrapAgile<Agile<T, true>> Agile 195 modules/videoio/src/agile_wrl.hpp Agile() throw() : _object(nullptr), _contextToken(0) Agile 202 modules/videoio/src/agile_wrl.hpp Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0) Agile 209 modules/videoio/src/agile_wrl.hpp explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0) Agile 218 modules/videoio/src/agile_wrl.hpp Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0) Agile 227 modules/videoio/src/agile_wrl.hpp Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0) Agile 285 modules/videoio/src/agile_wrl.hpp auto pThis = const_cast<Agile*>(this); Agile 296 modules/videoio/src/agile_wrl.hpp auto pThis = const_cast<Agile*>(this); Agile 329 modules/videoio/src/agile_wrl.hpp Agile& operator=(nullptr_t) throw() Agile 335 modules/videoio/src/agile_wrl.hpp Agile& operator=(TypeT object) throw() Agile 337 modules/videoio/src/agile_wrl.hpp Agile(object).Swap(*this); Agile 341 modules/videoio/src/agile_wrl.hpp Agile& operator=(Agile object) throw() Agile 349 modules/videoio/src/agile_wrl.hpp Agile& operator=(IUnknown* lp) throw() Agile 363 modules/videoio/src/agile_wrl.hpp void Swap(Agile& object) Agile 406 modules/videoio/src/agile_wrl.hpp bool operator==(const Agile& other) const throw() Agile 411 modules/videoio/src/agile_wrl.hpp bool operator<(const Agile& other) const throw() Agile 442 modules/videoio/src/agile_wrl.hpp Agile(const Agile& object) throw() : _object(object._object) Agile 446 modules/videoio/src/agile_wrl.hpp Agile(Agile&& object) throw() : _object(nullptr) Agile 477 modules/videoio/src/agile_wrl.hpp Agile& operator=(nullptr_t) throw() Agile 483 modules/videoio/src/agile_wrl.hpp Agile& operator=(TypeT object) throw() Agile 492 modules/videoio/src/agile_wrl.hpp Agile& operator=(Agile object) throw() Agile 499 modules/videoio/src/agile_wrl.hpp Agile& operator=(IUnknown* lp) throw() Agile 520 modules/videoio/src/agile_wrl.hpp void Swap(Agile& object) Agile 530 modules/videoio/src/agile_wrl.hpp bool operator==(const Agile& other) const throw() Agile 535 modules/videoio/src/agile_wrl.hpp bool operator<(const Agile& other) const throw() Agile 544 modules/videoio/src/agile_wrl.hpp bool operator==(nullptr_t, const Agile<U>& a) throw() Agile 550 modules/videoio/src/agile_wrl.hpp bool operator!=(const Agile<U>& a, nullptr_t) throw() Agile 556 modules/videoio/src/agile_wrl.hpp bool operator!=(nullptr_t, const Agile<U>& a) throw() Agile 562 modules/videoio/src/agile_wrl.hpp bool operator!=(const Agile<U>& a, const Agile<U>& b) throw() Agile 455 modules/videoio/src/cap_msmf.hpp #define MAKE_WRL_AGILE_REF(x) Platform::Agile<x^> Agile 65 modules/videoio/src/cap_winrt/CaptureFrameGrabber.hpp Platform::Agile<WMC::MediaCapture> _capture; Agile 55 modules/videoio/src/cap_winrt_video.hpp Platform::Agile<Windows::Media::Capture::MediaCapture> m_capture; Agile 56 modules/videoio/src/cap_winrt_video.hpp Platform::Agile<Windows::Devices::Enumeration::DeviceInformationCollection> m_devices; Agile 1304 modules/videoio/src/ppltasks_winrt.hpp Agile<_Type*> _M_Result; Agile 1337 modules/videoio/src/ppltasks_winrt.hpp std::vector< Agile<_Type*> > _Result; Agile 1353 modules/videoio/src/ppltasks_winrt.hpp std::pair<Agile<_Type*>, size_t> _M_Result; Agile 1690 modules/videoio/src/ppltasks_winrt.hpp Agile<_AsyncOperationType> _M_asyncInfo; Agile 79 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h Platform::Agile<Windows::Media::Capture::MediaCapture> m_mediaCaptureMgr;