external C class FOO


Flattened version is here



Public


Readable Attributes
attr attribute_a: C_INT;
attr attribute_b: C_FLOAT;
attr attribute_c: C_CHAR;

Writable Attributes
attr attribute_a: C_INT;
attr attribute_b: C_FLOAT;
attr attribute_c: C_CHAR;

Readonly Shareds
shared c_foo:FOO;
shared c_foo_int:C_INT;

Writable Shareds
shared c_foo:FOO;
shared c_foo_int:C_INT;

Constants
const C_header:STR := "../foo.h";
const C_name:STR := "C_FOO";

Features
create_foo:FOO;
print_foo

The Sather Home Page