AuboCaps  0.5.0
installation_creation_context.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_INSTALLATION_CREATION_CONTEXT_H
2 #define AUBO_SCOPE_INSTALLATION_CREATION_CONTEXT_H
3 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 
9 ARCS_CLASS_FORWARD(InstallationCreationContext);
10 
11 /**
12  * Provides information about the context in which an installation node is
13  * created
14  */
16 {
17 public:
19  {
20  NEW,
22  };
23 
27 
29 
30 private:
31  friend class DataSwitch;
33  void *d_{ nullptr };
34 };
35 
36 } // namespace aubo_scope
37 } // namespace arcs
38 
39 #endif // AUBO_SCOPE_INSTALLATION_CREATION_CONTEXT_H
ARCS_CLASS_FORWARD(GripForceCapability)
Provides information about the context in which an installation node is created.