From: sashan (sashang_at_[hidden])
Date: 2002-09-06 06:25:15


Hi

Is the correct way to expose static members by writing a wrapper
function for them? For example

void wrap_fn()
{
    Class::fn();
}

.
.
.
this_module.def(wrap_fn, "fn");

Thanks in advance

Sashan