MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / BOOST_FOREACH

Function BOOST_FOREACH

Source/Misc/luabind/src/class.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 class_ids->put(m_wrapper_id, m_wrapper_type);
159
160 BOOST_FOREACH(cast_entry const& e, m_casts)
161 {
162 casts->insert(e.src, e.target, e.cast);
163 }
164
165 for (std::vector<type_id>::iterator i = m_bases.begin();
166 i != m_bases.end(); ++i)

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected