| Source path: svn/ corelib/ branches/ users/ chryswoods/ src/ libs/ SireMaths/ accumulator.h |
|
|
|
|
Change log
I've ported SireMaths/accumulator.h/.cpp
across to Siren. This file contains a
hierarchy of
classes that really demonstrate how Siren
is to be used in Sire, e.g.
class Accumulator : public
Extends<Accumulator,Object>,
public
Interfaces<Accumulator,Mutable>
...
| Go to: |
Sign in to write a code review
Older revisions
r1111
by chryswoods
on Nov 27, 2009
Diff
OK - this is the start of a very broken set of versions of Sire. I am now starting the migration of the code over to Siren. I assumed I could do this piecemeal, but ...
r1014
by chryswoods
on Jul 2, 2009
Diff
Compilation problems of the python wrappers on AIX have meant that I have had to move all .clone() functions out-of- line... ...