cpp, meta,
C++
:: mo_Class :: mo_Class()
{
nam = 0 ;
};
:: mo_Operation :: mo_Operation()
{
nam = 0 ;
res = 0 ;
exp = 0 ;
};
:: mo_Parameter :: mo_Parameter()
{
nam = 0 ;
typ = 0 ;
};
:: E_Actor :: E_Actor()
{
name = 0 ;
cls = 0 ;
comm = 0 ;
nr = 0 ;
next = 0 ;
};
:: E_DoWrk :: E_DoWrk()
{
name = 0 ;
from = 0 ;
to = 0 ;
nr_from = 0 ;
nr_to = 0 ;
nr = 0 ;
next = 0 ;
diagr = 0 ;
};
:: E_Text :: E_Text()
{
text = 0 ;
next = 0 ;
};
:: E_Diagr :: E_Diagr()
{
name = 0 ;
actor = 0 ;
dowrk = 0 ;
text = 0 ;
next = 0 ;
};
:: E_Param :: E_Param()
{
name = 0 ;
type = 0 ;
comm = 0 ;
access = 0 ;
next = 0 ;
};
:: E_Metho :: E_Metho()
{
at_rr = 0 ;
at_ww = 0 ;
comm = 0 ;
name = 0 ;
type = 0 ;
access = 0 ;
type_L = 0 ;
par = 0 ;
next = 0 ;
n_params = 0 ;
};
:: E_Arrow :: E_Arrow()
{
type = 0 ;
name = 0 ;
comm = 0 ;
to = 0 ;
card = 0 ;
next = 0 ;
};
:: E_CAttr :: E_CAttr()
{
name = 0 ;
next = 0 ;
};
:: E_Class :: E_Class()
{
at_rr = 0 ;
at_ww = 0 ;
comm = 0 ;
name = 0 ;
NameSpacece = 0 ;
access = 0 ;
a = 0 ;
attr = 0 ;
meth = 0 ;
next = 0 ;
diagr = 0 ;
n_diagr = 0 ;
n_meth = 0 ;
n_attr = 0 ;
n_has = 0 ;
};
:: E_Space :: E_Space()
{
comm = 0 ;
name = 0 ;
access = 0 ;
c = 0 ;
next = 0 ;
diagr = 0 ;
n_classes = 0 ;
};