#include <DistributedMap.h>
Public Types | |
typedef IceUtil::Handle< T > | TPtr |
typedef void(T::* | Exception )(const ::Ice::Exception &, const CT &) |
typedef void(T::* | Sent )(bool, const CT &) |
typedef void(T::* | Response )(bool, const ::std::string &, const CT &) |
Public Member Functions | |
Callback_DistributedMap_get (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
virtual void | __completed (const ::Ice::AsyncResultPtr &__result) const |
Public Attributes | |
Response | response |
typedef void(T::* GlobalTable::Callback_DistributedMap_get< T, CT >::Exception)(const ::Ice::Exception &, const CT &) |
typedef void(T::* GlobalTable::Callback_DistributedMap_get< T, CT >::Response)(bool, const ::std::string &, const CT &) |
typedef void(T::* GlobalTable::Callback_DistributedMap_get< T, CT >::Sent)(bool, const CT &) |
typedef IceUtil::Handle<T> GlobalTable::Callback_DistributedMap_get< T, CT >::TPtr |
GlobalTable::Callback_DistributedMap_get< T, CT >::Callback_DistributedMap_get | ( | const TPtr & | obj, | |
Response | cb, | |||
Exception | excb, | |||
Sent | sentcb | |||
) | [inline] |
virtual void GlobalTable::Callback_DistributedMap_get< T, CT >::__completed | ( | const ::Ice::AsyncResultPtr & | __result | ) | const [inline, virtual] |
Response GlobalTable::Callback_DistributedMap_get< T, CT >::response |