CSIM: csimClassInfoDB Class Reference

csimClassInfoDB Class Reference

#include <csimclass.h>

List of all members.


Detailed Description

A database/dictionary of all classes with accessable fields.

See Setting and getting field values for more details.

The main part of this class is the Function registerClasses(). Within this function all classes and fields have to be registerd. We use reggen to generate the implementation of registerClasses(). reggen writes this to registerclasses.i .

Public Member Functions


Member Function Documentation

csimClassInfo * csimClassInfoDB::registerCsimClass const char *  name,
const char *  desc
 

Register a new class with name and description desc.

Parameters:
name name of class to register
desc Short but meaningfull descpription
This method does not store any informaotion about the field. Calls to csimClassInfo::registerField() have to follow. In our case these are automatically generated by reggen


 
(C) 2003, Thomas Natschläger last modified 07/10/2006