TwiceAsNice  2019-02-18
Classes | Namespaces | Typedefs | Functions
ObjectFinderIf.h File Reference
#include <IceUtil/PushDisableWarnings.h>
#include <Ice/ProxyF.h>
#include <Ice/ObjectF.h>
#include <Ice/Exception.h>
#include <Ice/LocalObject.h>
#include <Ice/StreamHelpers.h>
#include <Ice/Proxy.h>
#include <Ice/GCObject.h>
#include <Ice/AsyncResult.h>
#include <Ice/Incoming.h>
#include <IceUtil/ScopedArray.h>
#include <IceUtil/Optional.h>
#include <Ice/StreamF.h>
#include <Ice/BuiltinSequences.h>
#include <Ice/Identity.h>
#include <IceUtil/UndefSysMacros.h>
#include <IceUtil/PopDisableWarnings.h>
Include dependency graph for ObjectFinderIf.h:

Classes

class  Nice::Callback_ObjectFinderCallback_callbackForObject_Base
 
class  Nice::Callback_ObjectFinderCallback_callbackWithObjectDict_Base
 
class  Nice::Callback_ObjectFinderService_multicastForObject_Base
 
class  Nice::Callback_ObjectFinderService_multicastForObjectDict_Base
 
class  IceProxy::Nice::ObjectFinderCallback
 
class  IceProxy::Nice::ObjectFinderService
 
class  Nice::ObjectFinderCallback
 
class  Nice::ObjectFinderService
 
class  Nice::CallbackNC_ObjectFinderCallback_callbackForObject< T >
 
class  Nice::Callback_ObjectFinderCallback_callbackForObject< T, CT >
 
class  Nice::CallbackNC_ObjectFinderCallback_callbackWithObjectDict< T >
 
class  Nice::Callback_ObjectFinderCallback_callbackWithObjectDict< T, CT >
 
class  Nice::CallbackNC_ObjectFinderService_multicastForObject< T >
 
class  Nice::Callback_ObjectFinderService_multicastForObject< T, CT >
 
class  Nice::CallbackNC_ObjectFinderService_multicastForObjectDict< T >
 
class  Nice::Callback_ObjectFinderService_multicastForObjectDict< T, CT >
 

Namespaces

 IceProxy
 
 IceProxy::Nice
 
 Nice
 

 

Typedefs

typedef ::IceInternal::Handle< ::Nice::ObjectFinderCallbackNice::ObjectFinderCallbackPtr
 
typedef ::IceInternal::ProxyHandle< ::IceProxy::Nice::ObjectFinderCallbackNice::ObjectFinderCallbackPrx
 
typedef ::IceInternal::Handle< ::Nice::ObjectFinderServiceNice::ObjectFinderServicePtr
 
typedef ::IceInternal::ProxyHandle< ::IceProxy::Nice::ObjectFinderServiceNice::ObjectFinderServicePrx
 
typedef ::std::map< ::std::string, ::Ice::ObjectPrx > Nice::ObjectPrxDict
 
typedef ::IceUtil::Handle< Callback_ObjectFinderCallback_callbackForObject_Base > Nice::Callback_ObjectFinderCallback_callbackForObjectPtr
 
typedef ::IceUtil::Handle< Callback_ObjectFinderCallback_callbackWithObjectDict_Base > Nice::Callback_ObjectFinderCallback_callbackWithObjectDictPtr
 
typedef ::IceUtil::Handle< Callback_ObjectFinderService_multicastForObject_Base > Nice::Callback_ObjectFinderService_multicastForObjectPtr
 
typedef ::IceUtil::Handle< Callback_ObjectFinderService_multicastForObjectDict_Base > Nice::Callback_ObjectFinderService_multicastForObjectDictPtr
 

Functions

void IceProxy::Nice::__read (::IceInternal::BasicStream *, ::IceInternal::ProxyHandle< ::IceProxy::Nice::ObjectFinderCallback > &)
 
::IceProxy::Ice::Object * IceProxy::Nice::upCast (::IceProxy::Nice::ObjectFinderCallback *)
 
void IceProxy::Nice::__read (::IceInternal::BasicStream *, ::IceInternal::ProxyHandle< ::IceProxy::Nice::ObjectFinderService > &)
 
::IceProxy::Ice::Object * IceProxy::Nice::upCast (::IceProxy::Nice::ObjectFinderService *)
 
::Ice::Object * Nice::upCast (::Nice::ObjectFinderCallback *)
 
void Nice::__patch (ObjectFinderCallbackPtr &, const ::Ice::ObjectPtr &)
 
::Ice::Object * Nice::upCast (::Nice::ObjectFinderService *)
 
void Nice::__patch (ObjectFinderServicePtr &, const ::Ice::ObjectPtr &)
 
bool Nice::operator== (const ObjectFinderCallback &l, const ObjectFinderCallback &r)
 
bool Nice::operator< (const ObjectFinderCallback &l, const ObjectFinderCallback &r)
 
bool Nice::operator== (const ObjectFinderService &l, const ObjectFinderService &r)
 
bool Nice::operator< (const ObjectFinderService &l, const ObjectFinderService &r)
 
template<class T >
Callback_ObjectFinderCallback_callbackForObjectPtr Nice::newCallback_ObjectFinderCallback_callbackForObject (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderCallback_callbackForObjectPtr Nice::newCallback_ObjectFinderCallback_callbackForObject (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderCallback_callbackForObjectPtr Nice::newCallback_ObjectFinderCallback_callbackForObject (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderCallback_callbackForObjectPtr Nice::newCallback_ObjectFinderCallback_callbackForObject (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T , typename CT >
Callback_ObjectFinderCallback_callbackForObjectPtr Nice::newCallback_ObjectFinderCallback_callbackForObject (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_ObjectFinderCallback_callbackForObjectPtr Nice::newCallback_ObjectFinderCallback_callbackForObject (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_ObjectFinderCallback_callbackForObjectPtr Nice::newCallback_ObjectFinderCallback_callbackForObject (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_ObjectFinderCallback_callbackForObjectPtr Nice::newCallback_ObjectFinderCallback_callbackForObject (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 
template<class T >
Callback_ObjectFinderCallback_callbackWithObjectDictPtr Nice::newCallback_ObjectFinderCallback_callbackWithObjectDict (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderCallback_callbackWithObjectDictPtr Nice::newCallback_ObjectFinderCallback_callbackWithObjectDict (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderCallback_callbackWithObjectDictPtr Nice::newCallback_ObjectFinderCallback_callbackWithObjectDict (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderCallback_callbackWithObjectDictPtr Nice::newCallback_ObjectFinderCallback_callbackWithObjectDict (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T , typename CT >
Callback_ObjectFinderCallback_callbackWithObjectDictPtr Nice::newCallback_ObjectFinderCallback_callbackWithObjectDict (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_ObjectFinderCallback_callbackWithObjectDictPtr Nice::newCallback_ObjectFinderCallback_callbackWithObjectDict (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_ObjectFinderCallback_callbackWithObjectDictPtr Nice::newCallback_ObjectFinderCallback_callbackWithObjectDict (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_ObjectFinderCallback_callbackWithObjectDictPtr Nice::newCallback_ObjectFinderCallback_callbackWithObjectDict (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 
template<class T >
Callback_ObjectFinderService_multicastForObjectPtr Nice::newCallback_ObjectFinderService_multicastForObject (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderService_multicastForObjectPtr Nice::newCallback_ObjectFinderService_multicastForObject (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderService_multicastForObjectPtr Nice::newCallback_ObjectFinderService_multicastForObject (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderService_multicastForObjectPtr Nice::newCallback_ObjectFinderService_multicastForObject (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T , typename CT >
Callback_ObjectFinderService_multicastForObjectPtr Nice::newCallback_ObjectFinderService_multicastForObject (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_ObjectFinderService_multicastForObjectPtr Nice::newCallback_ObjectFinderService_multicastForObject (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_ObjectFinderService_multicastForObjectPtr Nice::newCallback_ObjectFinderService_multicastForObject (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_ObjectFinderService_multicastForObjectPtr Nice::newCallback_ObjectFinderService_multicastForObject (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)
 
template<class T >
Callback_ObjectFinderService_multicastForObjectDictPtr Nice::newCallback_ObjectFinderService_multicastForObjectDict (const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderService_multicastForObjectDictPtr Nice::newCallback_ObjectFinderService_multicastForObjectDict (const IceUtil::Handle< T > &instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderService_multicastForObjectDictPtr Nice::newCallback_ObjectFinderService_multicastForObjectDict (T *instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T >
Callback_ObjectFinderService_multicastForObjectDictPtr Nice::newCallback_ObjectFinderService_multicastForObjectDict (T *instance, void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 
template<class T , typename CT >
Callback_ObjectFinderService_multicastForObjectDictPtr Nice::newCallback_ObjectFinderService_multicastForObjectDict (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_ObjectFinderService_multicastForObjectDictPtr Nice::newCallback_ObjectFinderService_multicastForObjectDict (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_ObjectFinderService_multicastForObjectDictPtr Nice::newCallback_ObjectFinderService_multicastForObjectDict (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_ObjectFinderService_multicastForObjectDictPtr Nice::newCallback_ObjectFinderService_multicastForObjectDict (T *instance, void(T::*excb)(const ::Ice::Exception &, const CT &), void(T::*sentcb)(bool, const CT &)=0)