Public Member Functions | |
Reg (const std::string &prototype, av_interface_t interface, av_prop_get_t getter, av_prop_set_t setter) | |
Public Attributes | |
av_prop_get_t | getter |
av_interface_t | interface |
std::string | prototype |
av_prop_set_t | setter |
Definition at line 366 of file avonstage.cc.
Reg::Reg | ( | const std::string & | prototype, |
av_interface_t | interface, | ||
av_prop_get_t | getter, | ||
av_prop_set_t | setter | ||
) | [inline] |
Definition at line 374 of file avonstage.cc.
av_prop_get_t Reg::getter |
Definition at line 371 of file avonstage.cc.
av_interface_t Reg::interface |
Definition at line 370 of file avonstage.cc.
std::string Reg::prototype |
Definition at line 369 of file avonstage.cc.
av_prop_set_t Reg::setter |
Definition at line 372 of file avonstage.cc.