Changes between Version 2 and Version 3 of Langbinding/MOB
- Timestamp:
- Aug 10, 2007, 2:06:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Langbinding/MOB
v2 v3 1 [[ TracGuideToc]]1 [[PageOutline]] 2 2 3 3 = Meta-Object Binding = … … 9 9 The 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. 10 10 11 Namespaces::11 Namespaces:: 12 12 Contains functions, variables, type, and other namespaces. 13 13 * Name 14 14 * Members 15 Types::15 Types:: 16 16 Includes classes, and enumerations. Each has their own set of sub-items to describe them further. 17 17 * Name 18 18 * Members 19 Functions::19 Functions:: 20 20 This includes both method function and regular functions (global and class static). 21 21 * Name … … 26 26 * Type 27 27 * Policies 28 Variables::28 Variables:: 29 29 * Type 30 30 * Getter and setter functions