MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / begin

Method begin

src/OpenFOAM/containers/HashTables/HashTable/HashTableI.H:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416
417template<class T, class Key, class Hash>
418inline typename Foam::HashTable<T, Key, Hash>::iterator
419Foam::HashTable<T, Key, Hash>::begin()
420{
421 return iterator(this);
422}
423
424
425// * * * * * * * * * * * * * * * STL const_iterator * * * * * * * * * * * * * //

Callers 3

HashSet.CFile · 0.45
HashPtrTable.CFile · 0.45
HashPtrTableIO.CFile · 0.45

Calls 2

cbeginMethod · 0.95
iteratorClass · 0.70

Tested by

no test coverage detected