Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
FileParser.h File 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/IncomingAsync.h>
#include <Ice/FactoryTableInit.h>
#include <IceUtil/ScopedArray.h>
#include <Ice/Optional.h>
#include <Ice/ExceptionHelpers.h>
#include <Ice/SlicedDataF.h>
#include <IceGrid/Admin.h>
#include <IceUtil/UndefSysMacros.h>
#include <IceGrid/Config.h>
#include <IceUtil/PopDisableWarnings.h>
Include dependency graph for FileParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IceGrid::Callback_FileParser_parse< T, CT >
 Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid::FileParser::begin_parse. More...
class  IceGrid::Callback_FileParser_parse_Base
 Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::FileParser::begin_parse. More...
class  IceGrid::CallbackNC_FileParser_parse< T >
 Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::FileParser::begin_parse. More...
class  IceProxy::IceGrid::FileParser
class  IceGrid::FileParser
 icegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects. More...
class  IceGrid::ParseException
 This exception is raised if an error occurs during parsing. More...

Namespaces

namespace  IceGrid
namespace  IceProxy
namespace  IceProxy::IceGrid

Typedefs

typedef ::IceUtil::Handle< Callback_FileParser_parse_BaseIceGrid::Callback_FileParser_parsePtr
typedef ::IceInternal::ProxyHandle< ::IceProxy::IceGrid::FileParserIceGrid::FileParserPrx
typedef FileParserPrx IceGrid::FileParserPrxPtr
typedef ::IceInternal::Handle< FileParserIceGrid::FileParserPtr

Functions

template<class T>
Callback_FileParser_parsePtr IceGrid::newCallback_FileParser_parse (const IceUtil::Handle< T > &instance, void(T::*cb)(const ApplicationDescriptor &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_FileParser_parsePtr IceGrid::newCallback_FileParser_parse (const IceUtil::Handle< T > &instance, void(T::*cb)(const ApplicationDescriptor &, 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.
template<class T>
Callback_FileParser_parsePtr IceGrid::newCallback_FileParser_parse (T *instance, void(T::*cb)(const ApplicationDescriptor &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
 Creates a callback wrapper instance that delegates to your object.
template<class T, typename CT>
Callback_FileParser_parsePtr IceGrid::newCallback_FileParser_parse (T *instance, void(T::*cb)(const ApplicationDescriptor &, 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.