VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtSubjectBinder.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtSubjectBinder.h,v $ $Revision: 1.6 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtSubjectBinder_H_
14
#define DtSubjectBinder_H_
15
16
#include <
vrvCore/vrvCore.h
>
17
#include <boost/function.hpp>
18
#include <list>
19
20
namespace
makVrv
21
{
22
class
DtDe;
23
32
class
DT_DLL_VRVCORE
DtSubjectBinder
33
{
34
35
public
:
36
39
40
void
bind(
DtDe
& de);
41
42
protected
:
43
44
typedef
boost::function<void (DtDe&)>
BindFunction
;
45
typedef
std::list<BindFunction>
BindFunctionList
;
46
47
BindFunctionList
myBindFunctionList
;
48
};
49
50
}
51
52
#endif
53
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)