Changes between Version 1 and Version 2 of Langbinding/CPPBinding
- Timestamp:
- Aug 10, 2007, 3:06:47 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Langbinding/CPPBinding
v1 v2 15 15 class_:: 16 16 Declare a binding class. 17 class_ ::def::17 class_.def:: 18 18 Declare either a value or function member of the class. 19 class_ ::def_readwrite::19 class_.def_readwrite:: 20 20 A readable and writable property. 21 class_ ::def_readonly::21 class_.def_readonly:: 22 22 A readable, only, property. 23 class_ ::property::23 class_.property:: 24 24 A custom read and/or write property. 25 class_ ::enum_::25 class_.enum_:: 26 26 An enumeration within the class. 27 class_ ::scope::27 class_.scope:: 28 28 Begin declarations within the class scope. 29 29 constructor::