#include <clipsmm/object.h>
Inheritance diagram for CLIPS::Object:
Vinyard, Jr. <rvinyard@cs.nmsu.edu>
Public Types | |
typedef CLIPSPointer< Object > | pointer |
Public Member Functions | |
Object (void *cobj=NULL) | |
void * | cobj () const |
Returns a pointer to the underlying CLIPS C object. | |
Protected Attributes | |
void * | m_cobj |
The underlying CLIPS C object. |