Ice 3.7 C++98 API Reference
|
#include <IceUtil/PushDisableWarnings.h>
#include <Ice/ProxyF.h>
#include <Ice/ObjectF.h>
#include <Ice/ValueF.h>
#include <Ice/Exception.h>
#include <Ice/LocalObject.h>
#include <Ice/StreamHelpers.h>
#include <Ice/Comparable.h>
#include <Ice/Proxy.h>
#include <Ice/Object.h>
#include <Ice/GCObject.h>
#include <Ice/Value.h>
#include <Ice/Incoming.h>
#include <Ice/FactoryTableInit.h>
#include <IceUtil/ScopedArray.h>
#include <Ice/Optional.h>
#include <Ice/ExceptionHelpers.h>
#include <IceUtil/UndefSysMacros.h>
#include <IceGrid/Config.h>
#include <IceUtil/PopDisableWarnings.h>
Go to the source code of this file.
Classes | |
class | IceGrid::Callback_UserAccountMapper_getUserAccount< T, CT > |
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid::UserAccountMapper::begin_getUserAccount. More... | |
class | IceGrid::Callback_UserAccountMapper_getUserAccount_Base |
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::UserAccountMapper::begin_getUserAccount. More... | |
class | IceGrid::CallbackNC_UserAccountMapper_getUserAccount< T > |
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::UserAccountMapper::begin_getUserAccount. More... | |
class | IceGrid::UserAccountMapper |
A user account mapper object is used by IceGrid nodes to map session identifiers to user accounts. More... | |
class | IceProxy::IceGrid::UserAccountMapper |
class | IceGrid::UserAccountNotFoundException |
This exception is raised if a user account for a given session identifier can't be found. More... | |
Namespaces | |
IceGrid | |
IceProxy | |
IceProxy::IceGrid | |
Macros | |
#define | ICEGRID_API ICE_DECLSPEC_IMPORT |
Typedefs | |
typedef ::IceUtil::Handle< Callback_UserAccountMapper_getUserAccount_Base > | IceGrid::Callback_UserAccountMapper_getUserAccountPtr |
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceGrid::UserAccountMapper > | IceGrid::UserAccountMapperPrx |
typedef UserAccountMapperPrx | IceGrid::UserAccountMapperPrxPtr |
typedef ::IceInternal::Handle< UserAccountMapper > | IceGrid::UserAccountMapperPtr |
Functions | |
template<class T > | |
Callback_UserAccountMapper_getUserAccountPtr | IceGrid::newCallback_UserAccountMapper_getUserAccount (const IceUtil::Handle< T > &instance, void(T::*cb)(const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
Creates a callback wrapper instance that delegates to your object. More... | |
template<class T , typename CT > | |
Callback_UserAccountMapper_getUserAccountPtr | IceGrid::newCallback_UserAccountMapper_getUserAccount (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) |
Creates a callback wrapper instance that delegates to your object. More... | |
template<class T > | |
Callback_UserAccountMapper_getUserAccountPtr | IceGrid::newCallback_UserAccountMapper_getUserAccount (T *instance, void(T::*cb)(const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0) |
Creates a callback wrapper instance that delegates to your object. More... | |
template<class T , typename CT > | |
Callback_UserAccountMapper_getUserAccountPtr | IceGrid::newCallback_UserAccountMapper_getUserAccount (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) |
Creates a callback wrapper instance that delegates to your object. More... | |
#define ICEGRID_API ICE_DECLSPEC_IMPORT |