#include <item.h>
|
template<class U > |
void | operator() (cd::TCL_obj_t &t, const cd::string &d, U &a) |
|
template<>
struct classdesc_access::access_TCL_obj< minsky::ItemPtr >
Definition at line 404 of file item.h.
◆ operator()()
template<class U >
void classdesc_access::access_TCL_obj< minsky::ItemPtr >::operator() |
( |
cd::TCL_obj_t & |
t, |
|
|
const cd::string & |
d, |
|
|
U & |
a |
|
) |
| |
|
inline |
Definition at line 407 of file item.h.
409 if (a) a->TCL_obj(t,d);
The documentation for this struct was generated from the following file: