Public Types | Static Public Member Functions

IPC::ParamTraits< mozilla::null_t > Struct Template Reference

#include <IPCMessageUtils.h>

List of all members.

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)

template<>
struct IPC::ParamTraits< mozilla::null_t >


Member Typedef Documentation

typedef mozilla::null_t IPC::ParamTraits< mozilla::null_t >::paramType

Member Function Documentation

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]

The documentation for this struct was generated from the following file: