VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
DtAgent.h File Reference

Go to the source code of this file.

Classes

struct  makVrv::ArgOverrideAsId< T, bool >
 
struct  makVrv::ArgOverrideAsId< T, false >
 
struct  makVrv::ArgOverrideAsId< T, true >
 
struct  makVrv::Arg< T >
 
class  makVrv::DtAgent
 

Namespaces

 makVrv
 

Macros

#define DT_DECLARE_QUEUE_OPERATION_FUNCTION(argCount)
 
#define DtAgent_INL_
 

Detailed Description

Contains makVrv:DtAgent class.

Macro Definition Documentation

#define DT_DECLARE_QUEUE_OPERATION_FUNCTION (   argCount)
Value:
template <typename C, MAKE_LIST(typename T,argCount) >\
inline void queueOperationCall(unsigned int state_function,\
void (C::*m)( MAKE_LIST(T,argCount) ),\
MAKE_MULTILIST(typename Arg<T,>::Type t,argCount));
#define MAKE_LIST(word, count)
Definition: templateUtil.h:71
#define MAKE_MULTILIST(first, second, count)
Definition: templateUtil.h:88

template <typename C, typename T1 > void queueStateCall(unsigned int state_function, void (C::*m)(T1), typename Arg<T1>::Type t1);

#define DtAgent_INL_

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)