#include <IPCMessageUtils.h>
List of all members.
Public Types |
| typedef float | paramType |
Static Public Member Functions |
| static void | Write (Message *aMsg, const paramType &aParam) |
| static bool | Read (const Message *aMsg, void **aIter, paramType *aResult) |
| static void | Log (const paramType &aParam, std::wstring *aLog) |
template<>
struct IPC::ParamTraits< float >
Member Typedef Documentation
| typedef float IPC::ParamTraits< float >::paramType |
Member Function Documentation
| static void IPC::ParamTraits< float >::Log |
( |
const paramType & |
aParam, |
|
|
std::wstring * |
aLog | |
|
) |
| | [inline, static] |
| static bool IPC::ParamTraits< float >::Read |
( |
const Message * |
aMsg, |
|
|
void ** |
aIter, |
|
|
paramType * |
aResult | |
|
) |
| | [inline, static] |
| static void IPC::ParamTraits< float >::Write |
( |
Message * |
aMsg, |
|
|
const paramType & |
aParam | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: