MySQL 5.6.14 Source Code Document
|
#include <TransporterFacade.hpp>
Public Member Functions | |
LinearSectionIterator (const Uint32 *_data, Uint32 _len) | |
void | reset () |
const Uint32 * | getNextWords (Uint32 &sz) |
This is an implementation of GenericSectionIterator that iterates over one linear section of memory. The iterator is used by the transporter at signal send time to obtain all of the relevant words for the signal section
Definition at line 353 of file TransporterFacade.hpp.