Classes | |
class | AMD_DistributedMap_putNget |
class | AMD_DistributedMap_waitForAllClients |
class | Callback_DistributedMap_put_Base |
class | Callback_DistributedMap_set_Base |
class | Callback_DistributedMap_remove_Base |
class | Callback_DistributedMap_putNget_Base |
class | Callback_DistributedMap_get_Base |
class | Callback_DistributedMap_waitForAllClients_Base |
class | DistributedMap |
class | CallbackNC_DistributedMap_put |
class | Callback_DistributedMap_put |
class | CallbackNC_DistributedMap_set |
class | Callback_DistributedMap_set |
class | CallbackNC_DistributedMap_remove |
class | Callback_DistributedMap_remove |
class | CallbackNC_DistributedMap_putNget |
class | Callback_DistributedMap_putNget |
class | CallbackNC_DistributedMap_get |
class | Callback_DistributedMap_get |
class | CallbackNC_DistributedMap_waitForAllClients |
class | Callback_DistributedMap_waitForAllClients |
Typedefs | |
typedef ::IceInternal::Handle < ::GlobalTable::DistributedMap > | DistributedMapPtr |
typedef ::IceInternal::ProxyHandle < ::IceProxy::GlobalTable::DistributedMap > | DistributedMapPrx |
typedef ::IceUtil::Handle < ::GlobalTable::AMD_DistributedMap_putNget > | AMD_DistributedMap_putNgetPtr |
typedef ::IceUtil::Handle < ::GlobalTable::AMD_DistributedMap_waitForAllClients > | AMD_DistributedMap_waitForAllClientsPtr |
typedef ::IceUtil::Handle < Callback_DistributedMap_put_Base > | Callback_DistributedMap_putPtr |
typedef ::IceUtil::Handle < Callback_DistributedMap_set_Base > | Callback_DistributedMap_setPtr |
typedef ::IceUtil::Handle < Callback_DistributedMap_remove_Base > | Callback_DistributedMap_removePtr |
typedef ::IceUtil::Handle < Callback_DistributedMap_putNget_Base > | Callback_DistributedMap_putNgetPtr |
typedef ::IceUtil::Handle < Callback_DistributedMap_get_Base > | Callback_DistributedMap_getPtr |
typedef ::IceUtil::Handle < Callback_DistributedMap_waitForAllClients_Base > | Callback_DistributedMap_waitForAllClientsPtr |
Functions | |
bool | operator== (const DistributedMap &, const DistributedMap &) |
bool | operator< (const DistributedMap &, const DistributedMap &) |
void | __read (::IceInternal::BasicStream *, DistributedMapPrx &) |
void | __patch__DistributedMapPtr (void *,::Ice::ObjectPtr &) |
template<class T > | |
Callback_DistributedMap_putPtr | newCallback_DistributedMap_put (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_putPtr | newCallback_DistributedMap_put (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_putPtr | newCallback_DistributedMap_put (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_putPtr | newCallback_DistributedMap_put (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_putPtr | newCallback_DistributedMap_put (const IceUtil::Handle< T > &instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_putPtr | newCallback_DistributedMap_put (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_putPtr | newCallback_DistributedMap_put (T *instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_putPtr | newCallback_DistributedMap_put (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T > | |
Callback_DistributedMap_setPtr | newCallback_DistributedMap_set (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_setPtr | newCallback_DistributedMap_set (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_setPtr | newCallback_DistributedMap_set (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_setPtr | newCallback_DistributedMap_set (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_setPtr | newCallback_DistributedMap_set (const IceUtil::Handle< T > &instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_setPtr | newCallback_DistributedMap_set (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_setPtr | newCallback_DistributedMap_set (T *instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_setPtr | newCallback_DistributedMap_set (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T > | |
Callback_DistributedMap_removePtr | newCallback_DistributedMap_remove (const IceUtil::Handle< T > &instance, void(T::*cb)(bool, const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_removePtr | newCallback_DistributedMap_remove (T *instance, void(T::*cb)(bool, const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_removePtr | newCallback_DistributedMap_remove (const IceUtil::Handle< T > &instance, void(T::*cb)(bool, const ::std::string &, const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_removePtr | newCallback_DistributedMap_remove (T *instance, void(T::*cb)(bool, const ::std::string &, const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T > | |
Callback_DistributedMap_putNgetPtr | newCallback_DistributedMap_putNget (const IceUtil::Handle< T > &instance, void(T::*cb)(const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_putNgetPtr | newCallback_DistributedMap_putNget (T *instance, void(T::*cb)(const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_putNgetPtr | newCallback_DistributedMap_putNget (const IceUtil::Handle< T > &instance, void(T::*cb)(const ::std::string &, const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_putNgetPtr | newCallback_DistributedMap_putNget (T *instance, void(T::*cb)(const ::std::string &, const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T > | |
Callback_DistributedMap_getPtr | newCallback_DistributedMap_get (const IceUtil::Handle< T > &instance, void(T::*cb)(bool, const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_getPtr | newCallback_DistributedMap_get (T *instance, void(T::*cb)(bool, const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_getPtr | newCallback_DistributedMap_get (const IceUtil::Handle< T > &instance, void(T::*cb)(bool, const ::std::string &, const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_getPtr | newCallback_DistributedMap_get (T *instance, void(T::*cb)(bool, const ::std::string &, const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T > | |
Callback_DistributedMap_waitForAllClientsPtr | newCallback_DistributedMap_waitForAllClients (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_waitForAllClientsPtr | newCallback_DistributedMap_waitForAllClients (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_waitForAllClientsPtr | newCallback_DistributedMap_waitForAllClients (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T > | |
Callback_DistributedMap_waitForAllClientsPtr | newCallback_DistributedMap_waitForAllClients (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_waitForAllClientsPtr | newCallback_DistributedMap_waitForAllClients (const IceUtil::Handle< T > &instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_waitForAllClientsPtr | newCallback_DistributedMap_waitForAllClients (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_waitForAllClientsPtr | newCallback_DistributedMap_waitForAllClients (T *instance, void(T::*cb)(const CT &), void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
template<class T , typename CT > | |
Callback_DistributedMap_waitForAllClientsPtr | newCallback_DistributedMap_waitForAllClients (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0) |
typedef ::IceUtil::Handle< ::GlobalTable::AMD_DistributedMap_putNget> GlobalTable::AMD_DistributedMap_putNgetPtr |
typedef ::IceUtil::Handle< ::GlobalTable::AMD_DistributedMap_waitForAllClients> GlobalTable::AMD_DistributedMap_waitForAllClientsPtr |
typedef ::IceUtil::Handle< Callback_DistributedMap_get_Base> GlobalTable::Callback_DistributedMap_getPtr |
typedef ::IceUtil::Handle< Callback_DistributedMap_putNget_Base> GlobalTable::Callback_DistributedMap_putNgetPtr |
typedef ::IceUtil::Handle< Callback_DistributedMap_put_Base> GlobalTable::Callback_DistributedMap_putPtr |
typedef ::IceUtil::Handle< Callback_DistributedMap_remove_Base> GlobalTable::Callback_DistributedMap_removePtr |
typedef ::IceUtil::Handle< Callback_DistributedMap_set_Base> GlobalTable::Callback_DistributedMap_setPtr |
typedef ::IceUtil::Handle< Callback_DistributedMap_waitForAllClients_Base> GlobalTable::Callback_DistributedMap_waitForAllClientsPtr |
typedef ::IceInternal::ProxyHandle< ::IceProxy::GlobalTable::DistributedMap> GlobalTable::DistributedMapPrx |
typedef ::IceInternal::Handle< ::GlobalTable::DistributedMap> GlobalTable::DistributedMapPtr |
void GlobalTable::__patch__DistributedMapPtr | ( | void * | __addr, | |
::Ice::ObjectPtr & | v | |||
) |
void GlobalTable::__read | ( | ::IceInternal::BasicStream * | , | |
DistributedMapPrx & | ||||
) |
Callback_DistributedMap_getPtr GlobalTable::newCallback_DistributedMap_get | ( | T * | instance, | |
void(T::*)(bool, const ::std::string &, const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_getPtr GlobalTable::newCallback_DistributedMap_get | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(bool, const ::std::string &, const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_getPtr GlobalTable::newCallback_DistributedMap_get | ( | T * | instance, | |
void(T::*)(bool, const ::std::string &) | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_getPtr GlobalTable::newCallback_DistributedMap_get | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(bool, const ::std::string &) | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putPtr GlobalTable::newCallback_DistributedMap_put | ( | T * | instance, | |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putPtr GlobalTable::newCallback_DistributedMap_put | ( | T * | instance, | |
void(T::*)(const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putPtr GlobalTable::newCallback_DistributedMap_put | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putPtr GlobalTable::newCallback_DistributedMap_put | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putPtr GlobalTable::newCallback_DistributedMap_put | ( | T * | instance, | |
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putPtr GlobalTable::newCallback_DistributedMap_put | ( | T * | instance, | |
void(T::*)() | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putPtr GlobalTable::newCallback_DistributedMap_put | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putPtr GlobalTable::newCallback_DistributedMap_put | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)() | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putNgetPtr GlobalTable::newCallback_DistributedMap_putNget | ( | T * | instance, | |
void(T::*)(const ::std::string &, const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putNgetPtr GlobalTable::newCallback_DistributedMap_putNget | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const ::std::string &, const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putNgetPtr GlobalTable::newCallback_DistributedMap_putNget | ( | T * | instance, | |
void(T::*)(const ::std::string &) | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_putNgetPtr GlobalTable::newCallback_DistributedMap_putNget | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const ::std::string &) | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_removePtr GlobalTable::newCallback_DistributedMap_remove | ( | T * | instance, | |
void(T::*)(bool, const ::std::string &, const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_removePtr GlobalTable::newCallback_DistributedMap_remove | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(bool, const ::std::string &, const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_removePtr GlobalTable::newCallback_DistributedMap_remove | ( | T * | instance, | |
void(T::*)(bool, const ::std::string &) | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_removePtr GlobalTable::newCallback_DistributedMap_remove | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(bool, const ::std::string &) | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_setPtr GlobalTable::newCallback_DistributedMap_set | ( | T * | instance, | |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_setPtr GlobalTable::newCallback_DistributedMap_set | ( | T * | instance, | |
void(T::*)(const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_setPtr GlobalTable::newCallback_DistributedMap_set | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_setPtr GlobalTable::newCallback_DistributedMap_set | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_setPtr GlobalTable::newCallback_DistributedMap_set | ( | T * | instance, | |
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_setPtr GlobalTable::newCallback_DistributedMap_set | ( | T * | instance, | |
void(T::*)() | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_setPtr GlobalTable::newCallback_DistributedMap_set | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_setPtr GlobalTable::newCallback_DistributedMap_set | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)() | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_waitForAllClientsPtr GlobalTable::newCallback_DistributedMap_waitForAllClients | ( | T * | instance, | |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_waitForAllClientsPtr GlobalTable::newCallback_DistributedMap_waitForAllClients | ( | T * | instance, | |
void(T::*)(const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_waitForAllClientsPtr GlobalTable::newCallback_DistributedMap_waitForAllClients | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_waitForAllClientsPtr GlobalTable::newCallback_DistributedMap_waitForAllClients | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const CT &) | cb, | |||
void(T::*)(const ::Ice::Exception &, const CT &) | excb, | |||
void(T::*)(bool, const CT &) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_waitForAllClientsPtr GlobalTable::newCallback_DistributedMap_waitForAllClients | ( | T * | instance, | |
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_waitForAllClientsPtr GlobalTable::newCallback_DistributedMap_waitForAllClients | ( | T * | instance, | |
void(T::*)() | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_waitForAllClientsPtr GlobalTable::newCallback_DistributedMap_waitForAllClients | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
Callback_DistributedMap_waitForAllClientsPtr GlobalTable::newCallback_DistributedMap_waitForAllClients | ( | const IceUtil::Handle< T > & | instance, | |
void(T::*)() | cb, | |||
void(T::*)(const ::Ice::Exception &) | excb, | |||
void(T::*)(bool) | sentcb = 0 | |||
) | [inline] |
bool GlobalTable::operator< | ( | const DistributedMap & | l, | |
const DistributedMap & | r | |||
) | [inline] |
bool GlobalTable::operator== | ( | const DistributedMap & | l, | |
const DistributedMap & | r | |||
) | [inline] |