MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / isSimpleStructure

Method isSimpleStructure

generator/VulkanHppGenerator.cpp:12845–12849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12843}
12844
12845bool VulkanHppGenerator::isSimpleStructure( std::string const & name ) const
12846{
12847 auto structIt = m_structs.find( name );
12848 return ( structIt != m_structs.end() ) && !structureHoldsHandle( structIt->second ) && !structureHoldsVector( structIt->second );
12849}
12850
12851bool VulkanHppGenerator::isStructMember( std::string const & name, std::vector<MemberData> const & memberData ) const
12852{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected