rtop
include
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
:
19
int
object_uuid
;
20
std::string
func_name
;
21
};
22
23
}
//namespace rtop
24
#endif
rtop::Action::object_uuid
int object_uuid
Definition:
action.h:19
rtop::Action
Action object.
Definition:
action.h:16
rtop::Action::func_name
std::string func_name
Definition:
action.h:20
rtop
Definition:
action.h:7
Generated by
1.8.15