Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetClassAttr
Method
SetClassAttr
core/include/base_object.hpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
virtual void SetClassAttr(const std::string& name, const any& val)
74
{
75
ClassAttr()->SetAttr(name, val);
76
}
77
78
virtual std::vector<std::string> ListClassAttr(void) const
79
{
Callers
1
main
Function · 0.80
Calls
1
SetAttr
Method · 0.45
Tested by
1
main
Function · 0.64