rtop
Public Attributes | List of all members
rtop::Action Class Reference

Action object. More...

#include <action.h>

Public Attributes

int object_uuid
 
std::string func_name
 

Detailed Description

Action object.

passed to MemFuncPDict::invoke(Action) func_name refers to member function of objects. Currently, only void function() type are allowed

Definition at line 16 of file action.h.

Member Data Documentation

◆ func_name

std::string rtop::Action::func_name

Definition at line 20 of file action.h.

◆ object_uuid

int rtop::Action::object_uuid

Definition at line 19 of file action.h.


The documentation for this class was generated from the following file: