AuboStudio SDK  0.6.3
installation_contribution_configuration.h
浏览该文件的文档.
1#ifndef AUBO_SCOPE_INSTALLATION_CONTRIBUTION_CONFIGURATION_H
2#define AUBO_SCOPE_INSTALLATION_CONTRIBUTION_CONFIGURATION_H
3
5
6namespace arcs {
7namespace aubo_scope {
8
10
12{
13public:
15 // Intentionally left blank for future extension
16};
17
18} // namespace aubo_scope
19} // namespace arcs
20
21#endif // AUBO_SCOPE_INSTALLATION_CONTRIBUTION_CONFIGURATION_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...