#include <IPCMessageUtils.h>
Public Types | |
| typedef mozilla::null_t | paramType |
Static Public Member Functions | |
| static void | Write (Message *aMsg, const paramType &aParam) |
| static bool | Read (const Message *aMsg, void **aIter, paramType *aResult) |
| typedef mozilla::null_t IPC::ParamTraits< mozilla::null_t >::paramType |
| static bool IPC::ParamTraits< mozilla::null_t >::Read | ( | const Message * | aMsg, | |
| void ** | aIter, | |||
| paramType * | aResult | |||
| ) | [inline, static] |
| static void IPC::ParamTraits< mozilla::null_t >::Write | ( | Message * | aMsg, | |
| const paramType & | aParam | |||
| ) | [inline, static] |
1.7.1