Feature #61
High-level language for creating proxy classes
| Status: | Closed | Start: | 05/01/2009 | |
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | C++-API | |||
| Target version: | 0.6 | |||
Description
Right now, creating proxy classes is a completely manual process (which makes sense for C libraries, for example).
But more convenience would not hurt.
See Boost.Python.
History
Updated by Aristid Breitkreuz 492 days ago
- Status changed from New to Assigned
- Assigned to set to Aristid Breitkreuz
- Priority changed from Normal to High
Increased priority because of http://groups.google.com/group/flusspferd/browse_thread/thread/5a1597e8ff53ac8f
Updated by Aristid Breitkreuz 489 days ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
1c4769bd8abd8216dc8e34d36a353525391956f7
Explicit support for proxy class needs is perhaps not complete, but it's at least more convenient now, and extensible too. (Of course you need a diploma in C++ to extend it, but hey.)