|
Ice 3.7 C++11 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 <Ice/BuiltinSequences.h>#include <IceUtil/UndefSysMacros.h>#include <list>#include <IceUtil/PopDisableWarnings.h>

Go to the source code of this file.
Classes | |
| struct | Ice::LoggerAdmin::GetLogResult |
| Encapsulates the results of a call to getLog. More... | |
| class | Ice::LoggerAdmin |
The interface of the admin object that allows an Ice application the attach its RemoteLogger to the Logger of this admin object's Ice communicator. More... | |
| class | Ice::LoggerAdminPrx |
The interface of the admin object that allows an Ice application the attach its RemoteLogger to the Logger of this admin object's Ice communicator. More... | |
| struct | Ice::LogMessage |
| A complete log message. More... | |
| class | Ice::RemoteLogger |
| The Ice remote logger interface. More... | |
| class | Ice::RemoteLoggerAlreadyAttachedException |
| Thrown when the provided RemoteLogger was previously attached to a LoggerAdmin. More... | |
| class | Ice::RemoteLoggerPrx |
| The Ice remote logger interface. More... | |
Namespaces | |
| namespace | Ice |
Typedefs | |
| using | Ice::LogMessageSeq = std::list<LogMessage> |
A sequence of LogMessage. | |
| using | Ice::LogMessageTypeSeq = ::std::vector<LogMessageType> |
A sequence of LogMessageType. | |
Enumerations | |
| enum class | Ice::LogMessageType : unsigned char { Ice::PrintMessage , Ice::TraceMessage , Ice::WarningMessage , Ice::ErrorMessage } |
| An enumeration representing the different types of log messages. More... | |
Functions | |
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> | |
| bool | Ice::operator!= (const C &lhs, const C &rhs) |
| Relational operator for generated structs and classes. | |
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> | |
| bool | Ice::operator< (const C &lhs, const C &rhs) |
| Relational operator for generated structs and classes. | |
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> | |
| bool | Ice::operator<= (const C &lhs, const C &rhs) |
| Relational operator for generated structs and classes. | |
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> | |
| bool | Ice::operator== (const C &lhs, const C &rhs) |
| Relational operator for generated structs and classes. | |
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> | |
| bool | Ice::operator> (const C &lhs, const C &rhs) |
| Relational operator for generated structs and classes. | |
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> | |
| bool | Ice::operator>= (const C &lhs, const C &rhs) |
| Relational operator for generated structs and classes. | |