[Dune] [#970] Unify typedefs -- XyzType vs. Xyz

Dune flyspray at dune-project.org
Sun Nov 6 12:44:36 CET 2011


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#970 - Unify typedefs -- XyzType vs. Xyz
User who did this - Andreas Dedner (dedner)

----------
I second this although we should perhaps first discussed which type of typedefs to change. 

I checked dune-common and we have quite a number of xyzTypes there, e.g.,
typetraits.hh:41:      typedef Empty PointeeType;
arraylist.hh:64:    typedef T MemberType;
iteratorfacades.hh:164:    typedef T DerivedType; 
communicator.hh:134:    typedef typename V::value_type IndexedType;
densevector.hh:129:    typedef std::ptrdiff_t DifferenceType;
densevector.hh:134:    typedef typename C::size_type SizeType;
function.hh:35:      typedef RawRangeType RangeType;
(each of these files have many more similar examples).

in few examples from dune-grid:
persistentcontainer.hh:53:    typedef Grid GridType;
indexsets.hh:45:      typedef typename Base::IndexType IndexType;
idset.hh:24:      typedef typename HostIdSet::IdType IdType;
referenceelements.hh:113:      typedef FieldVector< ctype, dimension > CoordinateType;
quadraturerules.hh:534:    typedef ct CoordType;

Not all of these might be exported types but it is still quite a lot...

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=970#comment2825

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list