Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ is_basic
Function
is_basic
dds/DCPS/XTypes/TypeObject.cpp:1325–1328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1323
}
1324
1325
bool is_basic(TypeKind tk)
1326
{
1327
return is_primitive(tk) || tk == TK_STRING8 || tk == TK_STRING16;
1328
}
1329
1330
bool is_complex(TypeKind tk)
1331
{
Callers
2
is_type_supported
Method · 0.85
check_member
Method · 0.85
Calls
1
is_primitive
Function · 0.85
Tested by
no test coverage detected