WYRDTEK Home Features Reference Downloads About


Reference/es_mbc_getclassid

Syntax

int es_mbc_getclassid( struct es_mbc *cls );

Arguments

struct es_mbc *cls A database class.

Description

Return integer classid for database class.

Each class is assigned an integer identifier known as a classid. Classids fall in the range 0..N-1 (where N is the number of classes) and are assigned in the order they are added to a database via es_mbc_new.

[Back To Reference] [Back To Reference/es_mbc]