Changes between Version 1 and Version 2 of Langbinding/CPPBinding


Ignore:
Timestamp:
Aug 10, 2007, 3:06:47 AM (15 years ago)
Author:
René Rivera
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Langbinding/CPPBinding

    v1 v2  
    1515  class_::
    1616    Declare a binding class.
    17   class_::def::
     17  class_.def::
    1818    Declare either a value or function member of the class.
    19   class_::def_readwrite::
     19  class_.def_readwrite::
    2020    A readable and writable property.
    21   class_::def_readonly::
     21  class_.def_readonly::
    2222    A readable, only, property.
    23   class_::property::
     23  class_.property::
    2424    A custom read and/or write property.
    25   class_::enum_::
     25  class_.enum_::
    2626    An enumeration within the class.
    27   class_::scope::
     27  class_.scope::
    2828    Begin declarations within the class scope.
    2929  constructor::