openfoam/applications
Mark Olesen 03d180724b ENH: improve HashTable iterator access and management
- provide key_iterator/const_key_iterator for all hashes,
  reuse directly for HashSet as iterator/const_iterator, respectively.

- additional keys() method for HashTable that returns a wrapped to
  a pair of begin/end const_iterators with additional size/empty
  information that allows these to be used directly by anything else
  expecting things with begin/end/size. Unfortunately does not yet
  work with std::distance().

  Example,
     for (auto& k : labelHashTable.keys())
     {
        ...
     }
2017-05-04 10:17:18 +02:00
..
solvers Merge remote-tracking branch 'origin/master' into develop 2017-04-07 09:28:26 +02:00
test ENH: improve HashTable iterator access and management 2017-05-04 10:17:18 +02:00
utilities COMP: avoid clang compiler warnings 2017-05-02 13:33:40 +02:00
Allwmake ENH: reduce reliance on FOAM_EXT_LIBBIN during builds 2017-04-04 15:28:42 +02:00