JNIEXPORT void JNICALL
Java_org_zeromq_czmq_Zhashx__1_1test (JNIEnv *env, jclass c, jboolean verbose)
{
    zhashx_test ((bool) verbose);
}
Exemple #2
0
///
//  Self test of this class.
void QZhashx::test (bool verbose)
{
    zhashx_test (verbose);
    
}