[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Implementation of libpointer
From: |
John W. Eaton |
Subject: |
Re: Implementation of libpointer |
Date: |
Wed, 25 Sep 2013 12:50:03 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 |
On 09/25/2013 10:41 AM, Reza Housseini wrote:
I have no experience with classdef objects. Can you give me any
implementation details?
Classdef is a new style of objects in Matlab. It is not completely
implemented in Octave. The current implementation is on the classdef
branch.
Am I correct that the coding style inherits to the GNU coding style?
Yes. See also the contributor guidelines in the Octave manual.
jwe