- 05 Jan, 2009 1 commit
-
-
Mark Olesen authored
- The capitalization is consistent with most other template classes, but more importantly frees up xfer() for use as method name without needing special treatment to avoid ambiguities. It seems reasonable to have different names for transfer(...) and xfer() methods, since the transfer is occuring in different directions. The xfer() method can thus replace the recently introduced zero-parameter transfer() methods. Other name candidates (eg, yield, release, etc.) were deemed too abstract.
-
- 02 Jan, 2009 1 commit
-
-
Mark Olesen authored
- this should provide a slightly more naturally means to using transfer constructors, for example labelList list2(list1.transfer()); vs. labelList list2(xferMove(list1)); - returns a plain list where appropriate (eg, DynamicList, SortableList) for example labelList list2(dynList1.transfer()); vs. labelList list2(xferMoveTo<labelList>(dynList1));
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 23 Nov, 2008 1 commit
-
-
Mark Olesen authored
-
- 10 Oct, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
usage of the public 'label& List::size()'. IMO this method is much too dangerous to leave public - the different signature is needed to avoid confusing the compiler.
-
- 09 Oct, 2008 1 commit
-
-
Mark Olesen authored
-
- 06 Oct, 2008 1 commit
-
-
Mark Olesen authored
-
- 23 Sep, 2008 1 commit
-
-
Mark Olesen authored
-
- 17 Sep, 2008 1 commit
-
-
mattijs authored
-
- 10 Sep, 2008 1 commit
-
-
mattijs authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 25 May, 2008 1 commit
-
-
henry authored
because I failed to work out how to merge Mark's stuff -- HELP!!!
-
- 08 May, 2008 1 commit
-
-
Mark Olesen authored
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-