MCPcopy 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
1325bool is_basic(TypeKind tk)
1326{
1327 return is_primitive(tk) || tk == TK_STRING8 || tk == TK_STRING16;
1328}
1329
1330bool is_complex(TypeKind tk)
1331{

Callers 2

is_type_supportedMethod · 0.85
check_memberMethod · 0.85

Calls 1

is_primitiveFunction · 0.85

Tested by

no test coverage detected