Internalfunctions - SmartSlog KP Library
Data Fields
class_s Struct Reference

Class structure, represents OWL class. More...

#include <structures.h>

Data Fields

int rtti
char * classtype
list_t * superclasses
list_t * oneof
list_t * properties
list_t * instances

Detailed Description

Class structure, represents OWL class.


Field Documentation

char* class_s::classtype

Type of class, name.

list_t* class_s::instances

List of individuals.

list_t* class_s::oneof

Class oneof value (OWL oneof).

list_t* class_s::properties

Properties list for class.

int class_s::rtti

Run-time type information.

list_t* class_s::superclasses

List of superclasses.


The documentation for this struct was generated from the following file: