联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 项目摘要 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 
 C++ Object-Oriented Database Generator - 项目摘要
摘要 | 管理 | 论坛
文档 | 软件包

源码库中源码数量为15579
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • Air Traffic Controller
  • jasperreports
  • PoolMan
  • Apache-SSL-Jserv
  • virtualdub-win
  • CppUnit
  • GLgraph
  • Step Mania
  • FCK editor
  • -= 更多 =-

    项目描述:
    Some of the projects I have been working on lately have made extensive use of CObject derived classes for encapulated data management (Object-Oriented Databases). After creating only a few data objects, you begin to realize that the production of much of the code could be automated. This project is a code generator to produce CObject-dervied data classes with serialization and protected data members.

    In addition to the CObject derived data classes, the application can also generate a sorted CObList derived class to hold your data objects. For each data object you create, you can specify index members. The list of objects is then sorted by these index members. When you add a new object to the list, the CObList derived class ensures that it is added in the correct position in the list.


    C++面向对象数据库生成器

    最近我所从事的一些工程因为数据管理(面向对象的数据库)而广泛的CObject的继承子类。在创建一些数据对象之后,你开始认识到产品中的许多代码可以自动生成。这个工程是一个通过保护数据成员产生CObject继承数据类的代码生成器。

    除了继承自CObject的数据类外,应用程序也能产生一个分类的继承自 CObList来保持你的数据对象。对于你创建的每个数据对象,你可以指定索引。 对象的列表随后被这个索引分类。当你增加一个新的对象到这个列表的时候,CObList的继承类确保它被放置在列表的正确的位置。

    来源: http://www.codeguru.com/mfc_database/ObGen.shtml
    类别:
    发布者: cbd002

    最新发布源码包
    软件包 版本号 日期 本地下载
    ObGen  1.0  2004-04-18 下载

    原始下载连接(国外) http://www.codeguru.com/code/legacy/mfc_database/ObGen_demo.zip

      » 合 作 伙 伴