MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetBaseType

Method GetBaseType

lib/base/primitivetype.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18Type::Ptr PrimitiveType::GetBaseType() const
19{
20 if (m_Base == "None")
21 return nullptr;
22 else
23 return Type::GetByName(m_Base);
24}
25
26int PrimitiveType::GetAttributes() const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected