コード例 #1
0
ファイル: libmusicxml.cpp プロジェクト: 02191998/libmusicxml
static Sxmlattribute	__releaseAttr (TAttribute attr)					{ Sxmlattribute xml(attr); attr->removeReference(); return xml; }
コード例 #2
0
ファイル: libmusicxml.cpp プロジェクト: 02191998/libmusicxml
EXP void		factoryFreeAttribute	(TFactory f, TAttribute attr)	{ attr->removeReference(); }