Changes between Version 2 and Version 3 of Langbinding/MOB


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Langbinding/MOB

    v2 v3  
    1 [[TracGuideToc]]
     1[[PageOutline]]
    22
    33= Meta-Object Binding =
     
    99The first aspect of the meta-object binding is to describe the available interfaces in the system. This amounts to a meta-description of the C++ classes, function, types, constants, etc. all of which live within namespaces.
    1010
    11 Namespaces::
     11 Namespaces::
    1212  Contains functions, variables, type, and other namespaces.
    1313    * Name
    1414    * Members
    15 Types::
     15 Types::
    1616  Includes classes, and enumerations. Each has their own set of sub-items to describe them further.
    1717    * Name
    1818    * Members
    19 Functions::
     19 Functions::
    2020  This includes both method function and regular functions (global and class static).
    2121    * Name
     
    2626      * Type
    2727      * Policies
    28 Variables::
     28 Variables::
    2929  * Type
    3030  * Getter and setter functions