lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Documentation of Architecture / Design?


From: Han-Wen Nienhuys
Subject: Re: Documentation of Architecture / Design?
Date: Fri, 19 Mar 2004 22:09:26 +0100

address@hidden writes:
> 
> Probably the biggest things that threw me are the C++ member functions that 
> are
> declared/defined through macros.  It's really annoying when a member function 
> is

would it help if we changed VIRTUAL_COPY_CONSTRUCTOR() , ie going from 

   VIRTUAL_COPY_CONSTRUCTOR(Base, Name)

to

   Base *clone () const { return new Name (*this); }

?

-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]