Public Member Functions | Public Attributes
property_wrap< T, U > Struct Template Reference

#include <vidl_dshow_istream_params.h>

Inheritance diagram for property_wrap< T, U >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 property_wrap (const T &key_tag=T())

Public Attributes

key
value
bool is_changed

Detailed Description

template<typename T, typename U>
struct property_wrap< T, U >

Definition at line 32 of file vidl_dshow_istream_params.h.


Constructor & Destructor Documentation

template<typename T, typename U>
property_wrap< T, U >::property_wrap ( const T &  key_tag = T()) [inline]

Definition at line 38 of file vidl_dshow_istream_params.h.


Member Data Documentation

template<typename T, typename U>
bool property_wrap< T, U >::is_changed

Definition at line 36 of file vidl_dshow_istream_params.h.

template<typename T, typename U>
T property_wrap< T, U >::key

Definition at line 34 of file vidl_dshow_istream_params.h.

template<typename T, typename U>
U property_wrap< T, U >::value

Definition at line 35 of file vidl_dshow_istream_params.h.


The documentation for this struct was generated from the following file: