|
MySQL 5.6.14 Source Code Document
|
#include <VMSignal.hpp>

Public Member Functions | |
| Signal (int) | |
| Uint32 | getLength () const |
| Uint32 | getTrace () const |
| Uint32 | getSendersBlockRef () const |
| const Uint32 * | getDataPtr () const |
| Uint32 * | getDataPtrSend () |
| void | setTrace (Uint32) |
| Uint32 | getNoOfSections () const |
| Uint32 | length () const |
| BlockReference | senderBlockRef () const |
| void | garbage_register () |
Public Attributes | |
| int | foo |
| Uint32 | m_sectionPtrI [3] |
| SignalHeader | header |
| union { | |
| Uint32 theData [8192] | |
| Uint64 dummyAlign | |
| }; | |
Friends | |
| class | SimulatedBlock |
| class | APZJobBuffer |
| class | FastScheduler |
class used for passing argumentes to blocks
Definition at line 298 of file test_varpage.cpp.
|
inline |
Old deprecated methods...
Definition at line 100 of file VMSignal.hpp.
