WebLVC 1.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reflectedAggregateList.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #if DtTENA
11 
12 #pragma once
13 
16 #include <list>
17 
18 namespace MAKVrExchange
19 {
20 
21  namespace DtTenaBroker
22  {
23 
24  class DtReflectedAggregate;
25 
29  class DT_DLL_VLTENA DtReflectedAggregateList : public DtReflectedObjectList
30  {
31  public:
32 
35  DtReflectedAggregateList(DtExerciseConn* exConn);
36 
38  virtual ~DtReflectedAggregateList();
39 
41  virtual void addAggregateAdditionCallback(
42  DtAggregateCallbackFunction cb, void* userData);
43 
45  virtual void removeAggregateAdditionCallback(
46  DtAggregateCallbackFunction cb, void* userData);
47 
49  virtual void addAggregateRemovalCallback(
50  DtAggregateCallbackFunction cb, void* userData);
51 
53  virtual void removeAggregateRemovalCallback(
54  DtAggregateCallbackFunction cb, void* userData);
55 
57  virtual DtReflectedAggregate* first() const;
58 
60  virtual DtReflectedAggregate* last() const;
61 
65  virtual DtReflectedAggregate* lookup(const DtObjectId& id) const;
66 
67  private:
68 
70  DtReflectedAggregateList(const DtReflectedAggregateList& orig);
71 
73  DtReflectedAggregateList& operator=(const DtReflectedAggregateList& orig);
74 
75  protected:
76 
77  const std::vector<DtString>& defaultInterfaceList();
78 
79  };
80 
81  }
82 }
83 
84 #endif // DtTENA
Contains the DtReflectedObjectList class declaration.
Contains the DtReflectedAggregate class declaration.
#define DT_DLL_VLTENA
Definition: brokers/tenaBroker/vlTena/dllExport.h:26

Document ID: Generated on Wed Mar 12 15:05:17 EDT 2025 from SVN revision 274272
Copyright © 2005-2025 MAK Technologies. All Rights Reserved (www.mak.com)