VR-Vantage API Documentation
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 
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 
48  };
49 
50 }
51 
52 #endif
53 


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)