VR-Vantage 3.0 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Macros
DtAgent.inl File Reference

Interaction makVrv::DtAgent class. More...

Namespaces

namespace  makVrv
 Contains the makVrv::Dt2DArcVisualizer class declaration.

Macros

#define DT_DEFINE_QUEUE_OPERATION_FUNCTION(argCount)

Detailed Description

Interaction makVrv::DtAgent class.

Macro Definition Documentation

#define DT_DEFINE_QUEUE_OPERATION_FUNCTION (   argCount)
Value:
template <typename C, MAKE_LIST(typename T,argCount)>\
void DtAgent::queueOperationCall(unsigned int state_function,\
void (C::*m)(MAKE_LIST(T,argCount)),\
MAKE_MULTILIST(typename Arg<T,>::Type t,argCount))\
{\
DtMessage& msg = startNewCall(state_function);\
msg << MAKE_STREAM(t,argCount);\
dirty();\
}


Copyright © 2005-2022 MAK Technologies. All Rights Reserved (www.mak.com)