Inheritance diagram for MatroskaReader::CSimpleVar< T, BASE >:
Public Member Functions | |
CSimpleVar (T val=0) | |
BASE & | operator= (const BASE &v) |
BASE & | operator= (T val) |
operator T () | |
BASE & | Set (T val) |
bool | IsValid () |
virtual HRESULT | Parse (CMatroskaNode *pMN) |
Protected Attributes | |
T | m_val |
bool | m_fValid |
Definition at line 39 of file MatroskaFile.h.