MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / begin

Method begin

kratos/containers/pointer_vector_map.h:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 ///@{
195
196 iterator begin()
197 {
198 return iterator( mData.begin() );
199 }
200 const_iterator begin() const
201 {
202 return const_iterator( mData.begin() );

Callers 8

PointerVectorMapMethod · 0.45
PointerVectorMapClass · 0.45
operator()Method · 0.45
pair_beginMethod · 0.45
insertMethod · 0.45
findMethod · 0.45
SortMethod · 0.45
PrintDataMethod · 0.45

Calls 2

const_iteratorClass · 0.85
iteratorClass · 0.70

Tested by

no test coverage detected