Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net