rtop
action.h
Go to the documentation of this file.
1 #include <string>
2 
3 #ifndef ACTION_H_
4 #define ACTION_H_
5 
6 
7 namespace rtop
8 {
9 
11 
16  class Action
17  {
18  public:
20  std::string func_name;
21  };
22 
23 } //namespace rtop
24 #endif
int object_uuid
Definition: action.h:19
Action object.
Definition: action.h:16
std::string func_name
Definition: action.h:20
Definition: action.h:7