Go to the source code of this file.
Classes |
|
| class | IADTStyle |
Defines |
|
| #define | ADT_STYLE_INTERFACE Interface_ID(0x4cd242c8, 0x554201b3) |
Functions |
|
| IADTStyle * | GetADTStyleInterface (BaseInterface *baseIfc) |
| #define ADT_STYLE_INTERFACE Interface_ID(0x4cd242c8, 0x554201b3) |
Definition at line 146 of file iADTStyle.h.
| IADTStyle* GetADTStyleInterface | ( | BaseInterface * | baseIfc | ) | [inline] |
Definition at line 147 of file iADTStyle.h.
{
DbgAssert( baseIfc != NULL);
return static_cast<IADTStyle*>(baseIfc->GetInterface(ADT_STYLE_INTERFACE));
}