Class CSectionSelector#
Defined in File interface_ptr.h
Class Documentation#
-
class CSectionSelector#
Helper struct for section selection during interface map processing.
Public Functions
-
inline void DefineDefaultSection()#
Any processing of interfaces after this the call to this function belongs to the default section.
-
inline void DefineSection(int uiSection)#
Any processing of interfaces after the call of this function, belongs to the section with the provided section number.
- Parameters:
uiSection – [in] The section number the interface table entries belong to.
-
inline void Select(int uiSection)#
Select the section that is supported now.
-
inline bool Selected() const#
Is the current section selected.
- Returns:
Returns whether the section is currently within the selection.
-
inline void DefineDefaultSection()#