#include <vidl_dshow_istream_params.h>

Public Member Functions | |
| property_wrap (const T &key_tag=T()) | |
Public Attributes | |
| T | key |
| U | value |
| bool | is_changed |
Definition at line 32 of file vidl_dshow_istream_params.h.
| property_wrap< T, U >::property_wrap | ( | const T & | key_tag = T() | ) | [inline] |
Definition at line 38 of file vidl_dshow_istream_params.h.
| bool property_wrap< T, U >::is_changed |
Definition at line 36 of file vidl_dshow_istream_params.h.
| T property_wrap< T, U >::key |
Definition at line 34 of file vidl_dshow_istream_params.h.
| U property_wrap< T, U >::value |
Definition at line 35 of file vidl_dshow_istream_params.h.
1.7.5.1