VR-Vantage 3.0.3 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

 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();\
}
#define MAKE_STREAM(word, count)
Definition: templateUtil.h:36
x y t t *t x y t t t x y t t t x *y t *t t x *y t *t t x y t t t x y t t t t(t+t)") define_sfop3(16
#define MAKE_LIST(word, count)
Definition: templateUtil.h:71
#define MAKE_MULTILIST(first, second, count)
Definition: templateUtil.h:88


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