Beispiel #1
0
///
//  Print zyre node information to stdout
void QmlZyre::print () {
    zyre_print (self);
};
Beispiel #2
0
JNIEXPORT void JNICALL
Java_org_zeromq_zyre_Zyre__1_1print (JNIEnv *env, jclass c, jlong self)
{
    zyre_print ((zyre_t *) (intptr_t) self);
}
Beispiel #3
0
 void print() const
 {
     zyre_print(m_self);
 }