SmbiosTableIterator Class Reference
Iterator for
ISmbiosTable objects.
More...
#include <ISmbios.h>
List of all members.
Detailed Description
Iterator for
ISmbiosTable objects.
In order to properly enforce difference between iterator and const_iterator, we need to derive them both separately from the base iterator class. the const_iterator cannot inherit from iterator, or compiler will automatically convert between the two, which is not good.
This class is stable. Do not add or remove any members from it.
Definition at line 419 of file ISmbios.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
pointer operator-> |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file: